summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C
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.C
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.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C37
1 files changed, 0 insertions, 37 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C b/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C
index ae8b9e61e..71b75fcaa 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C
@@ -40,10 +40,6 @@ using fapi2::TARGET_TYPE_MCS;
namespace mss
{
-const uint64_t mcTraits<TARGET_TYPE_MCS>::xlate0_reg[] = {MCS_PORT02_MCP0XLT0, MCS_PORT13_MCP0XLT0};
-const uint64_t mcTraits<TARGET_TYPE_MCS>::xlate1_reg[] = {MCS_PORT02_MCP0XLT1, MCS_PORT13_MCP0XLT1};
-const uint64_t mcTraits<TARGET_TYPE_MCS>::xlate2_reg[] = {MCS_PORT02_MCP0XLT2, MCS_PORT13_MCP0XLT2};
-
///
/// @brief Dump the registers of the MC (MCA_MBA, MCS)
/// @param[in] i_target the MCS target
@@ -126,39 +122,6 @@ fapi2::ReturnCode dump_regs( const fapi2::Target<TARGET_TYPE_MCS>& i_target )
{"MCS_MCSYNC", MCS_MCSYNC },
{"MCS_MCTO", MCS_MCTO },
{"MCS_MCWATCNTL", MCS_MCWATCNTL },
-
- {"MCS_PORT02_AACR", MCS_PORT02_AACR },
- {"MCS_PORT02_AADR", MCS_PORT02_AADR },
- {"MCS_PORT02_AAER", MCS_PORT02_AAER },
- {"MCS_PORT02_MCAMOC", MCS_PORT02_MCAMOC },
- {"MCS_PORT02_MCBUSYQ", MCS_PORT02_MCBUSYQ },
- {"MCS_PORT02_MCEBUSCL", MCS_PORT02_MCEBUSCL },
- {"MCS_PORT02_MCEPSQ", MCS_PORT02_MCEPSQ },
- {"MCS_PORT02_MCERRINJ", MCS_PORT02_MCERRINJ },
- {"MCS_PORT02_MCP0XLT0", MCS_PORT02_MCP0XLT0 },
- {"MCS_PORT02_MCP0XLT1", MCS_PORT02_MCP0XLT1 },
- {"MCS_PORT02_MCP0XLT2", MCS_PORT02_MCP0XLT2 },
- {"MCS_PORT02_MCPERF0", MCS_PORT02_MCPERF0 },
- {"MCS_PORT02_MCPERF2", MCS_PORT02_MCPERF2 },
- {"MCS_PORT02_MCPERF3", MCS_PORT02_MCPERF3 },
- {"MCS_PORT02_MCWAT", MCS_PORT02_MCWAT },
-
- {"MCS_PORT13_MCAMOC", MCS_PORT13_MCAMOC },
- {"MCS_PORT13_MCBUSYQ", MCS_PORT13_MCBUSYQ },
- {"MCS_PORT13_MCEBUSCL", MCS_PORT13_MCEBUSCL },
- {"MCS_PORT13_MCEBUSEN0", MCS_PORT13_MCEBUSEN0 },
- {"MCS_PORT13_MCEBUSEN1", MCS_PORT13_MCEBUSEN1 },
- {"MCS_PORT13_MCEBUSEN2", MCS_PORT13_MCEBUSEN2 },
- {"MCS_PORT13_MCEBUSEN3", MCS_PORT13_MCEBUSEN3 },
- {"MCS_PORT13_MCEPSQ", MCS_PORT13_MCEPSQ },
- {"MCS_PORT13_MCERRINJ", MCS_PORT13_MCERRINJ },
- {"MCS_PORT13_MCP0XLT0", MCS_PORT13_MCP0XLT0 },
- {"MCS_PORT13_MCP0XLT1", MCS_PORT13_MCP0XLT1 },
- {"MCS_PORT13_MCP0XLT2", MCS_PORT13_MCP0XLT2 },
- {"MCS_PORT13_MCPERF0", MCS_PORT13_MCPERF0 },
- {"MCS_PORT13_MCPERF2", MCS_PORT13_MCPERF2 },
- {"MCS_PORT13_MCPERF3", MCS_PORT13_MCPERF3 },
- {"MCS_PORT13_MCWAT", MCS_PORT13_MCWAT },
};
for (auto r : l_mcs_registers)
OpenPOWER on IntegriCloud