summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.H
diff options
context:
space:
mode:
authorBen Gass <bgass@us.ibm.com>2016-05-18 13:01:57 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-01 14:37:49 -0400
commitb1ed58c10721fe1ec98dd537929a2942e08765d0 (patch)
tree11574d41a6edf70d1ed7d24ef8e1e3b05a2aa21b /src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.H
parent0990c2c96fc3baed7908e855bacaa854b2210d0b (diff)
downloadtalos-hostboot-b1ed58c10721fe1ec98dd537929a2942e08765d0.tar.gz
talos-hostboot-b1ed58c10721fe1ec98dd537929a2942e08765d0.zip
Translate logical mca regisers in mcs chiplet as mca target type
Fixup memory code which uses the xlt registers Add dependent epsilon inits Change-Id: I995bcd895a0a7a431dcf350475fd387be70749c9 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24733 Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Dev-Ready: Benjamin Gass <bgass@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24734 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.H9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.H b/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.H
index 7416b96dd..ac52592f6 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.H
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.H
@@ -56,7 +56,7 @@ class mcTraits;
/// @brief a collection of traits associated with the Centaur controller
///
template<>
-class mcTraits<fapi2::TARGET_TYPE_MEMBUF_CHIP>
+class mcTraits<fapi2::TARGET_TYPE_MBA>
{
};
@@ -65,14 +65,9 @@ class mcTraits<fapi2::TARGET_TYPE_MEMBUF_CHIP>
/// @brief a collection of traits associated with the Nimbus controller
///
template<>
-class mcTraits<fapi2::TARGET_TYPE_MCS>
+class mcTraits<fapi2::TARGET_TYPE_MCA>
{
public:
- // Array of registers indexed by MCA position
- static const uint64_t xlate0_reg[2];
- static const uint64_t xlate1_reg[2];
- static const uint64_t xlate2_reg[2];
-
enum
{
SLOT0_VALID = MCS_PORT02_MCP0XLT0_SLOT0_VALID,
OpenPOWER on IntegriCloud