summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/mc/xlate.C
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2016-07-11 08:06:54 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-03-03 16:03:18 -0500
commit4e4d2b2edc985d094a9cb1c2a58c701b8d2e2290 (patch)
tree42766863e03b5a03abdda1fe3a4b31f92eb4d6d6 /src/import/chips/p9/procedures/hwp/memory/lib/mc/xlate.C
parentdb1d65411a3dbda5fb576f74d6f318eaf8daa5cc (diff)
downloadtalos-hostboot-4e4d2b2edc985d094a9cb1c2a58c701b8d2e2290.tar.gz
talos-hostboot-4e4d2b2edc985d094a9cb1c2a58c701b8d2e2290.zip
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 <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>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/mc/xlate.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/mc/xlate.C4
1 files changed, 2 insertions, 2 deletions
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<TARGET_TYPE_MCA>& i_target)
{
OpenPOWER on IntegriCloud