summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory
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>2019-08-20 08:36:57 -0500
commitfad02a31a3fe06ffd3ed4e46710018a8c42a3902 (patch)
tree4758e62ab7c6086c001e6fc73fc22931760f6b1a /src/import/chips/p9/procedures/hwp/memory
parent67a37edc8717a063435b3d3f47ea9dbf27c2fb20 (diff)
downloadtalos-hostboot-fad02a31a3fe06ffd3ed4e46710018a8c42a3902.tar.gz
talos-hostboot-fad02a31a3fe06ffd3ed4e46710018a8c42a3902.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: I0a41542f758f52081e4e5877df1af65c27755795 Original-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://rchgit01.rchland.ibm.com/gerrit1/82425 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')
-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 66d5dcf75..19308668d 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
@@ -46,10 +46,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
@@ -132,39 +128,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