Skip to content

Commit

Permalink
Add support for dynamic MC PERF2 register setup
Browse files Browse the repository at this point in the history
  Add dimm::kind::vector function to get vectors of kinds
  Add slave rank calculation to dimm::kind

Change-Id: I3bb0bdf1548c9f4a81bc3b5e1a2981052999cc71
Original-Change-Id: I6fce24b30bb9c455f5b3f213e05ca1b956492b4e
Depends-On: I0fc6f6ab6f209f7399d0f5369b03a4504838a026
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26865
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37397
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
brs332 authored and dcrowell77 committed Mar 3, 2017
1 parent db1d654 commit 4e4d2b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/import/chips/p9/procedures/hwp/memory/lib/mc/xlate.C
Expand Up @@ -58,13 +58,13 @@ namespace mss
namespace mc
{


///
/// @brief Perform initializations of the MC translation
/// @tparm P the fapi2::TargetType of the port
/// @tparm TT the typename of the traits
/// @param[in] i_target, the target which has the MCA to map
/// @return FAPI2_RC_SUCCESS iff ok

///
template<>
fapi2::ReturnCode setup_xlate_map(const fapi2::Target<TARGET_TYPE_MCA>& i_target)
{
Expand Down

0 comments on commit 4e4d2b2

Please sign in to comment.