From 4e4d2b2edc985d094a9cb1c2a58c701b8d2e2290 Mon Sep 17 00:00:00 2001 From: Brian Silver Date: Mon, 11 Jul 2016 08:06:54 -0500 Subject: Add support for dynamic MC PERF2 register setup 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 Tested-by: Hostboot CI Reviewed-by: Louis Stermole Reviewed-by: STEPHEN GLANCY Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37397 Reviewed-by: Daniel M. Crowell Tested-by: Daniel M. Crowell --- src/import/chips/p9/procedures/hwp/memory/lib/mc/xlate.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/mc') diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/mc/xlate.C b/src/import/chips/p9/procedures/hwp/memory/lib/mc/xlate.C index 94a966397..007890eb5 100644 --- a/src/import/chips/p9/procedures/hwp/memory/lib/mc/xlate.C +++ b/src/import/chips/p9/procedures/hwp/memory/lib/mc/xlate.C @@ -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& i_target) { -- cgit v1.2.1