From 514f1137ec8e17f1f04993e393b817f288f30df3 Mon Sep 17 00:00:00 2001 From: Christian Geddes Date: Wed, 3 Apr 2019 13:32:39 -0500 Subject: Set ATTR_MEM_EFF_DIMM_SIZE until MSS team sets in in HWPs The istep 7 HWP from the MSS team should be setting this but they are not. Until they fix their code to set this we need this in order to establish memory (otherwise we assume size of DIMM is 0) Change-Id: I7113cedca339c912d93afbc2c8ff046d9cf39d56 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75478 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Corey V. Swenson Reviewed-by: Matt Derksen Reviewed-by: Daniel M. Crowell --- src/usr/isteps/istep07/call_mss_eff_config.C | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/usr/isteps') diff --git a/src/usr/isteps/istep07/call_mss_eff_config.C b/src/usr/isteps/istep07/call_mss_eff_config.C index 8c6754d1b..3f9b52371 100644 --- a/src/usr/isteps/istep07/call_mss_eff_config.C +++ b/src/usr/isteps/istep07/call_mss_eff_config.C @@ -310,6 +310,10 @@ void* call_mss_eff_config( void *io_pArgs ) const fapi2::Target l_fapi_memport_target (l_memport_target); + // TODO RTC: 207850 Remove workaround setting EFF_DIMM_SIZE when MSS has code that sets this + uint32_t l_defaultMemSize[] = {0x8, 0x0}; + FAPI_ATTR_SET(fapi2::ATTR_MEM_EFF_DIMM_SIZE, l_fapi_memport_target, l_defaultMemSize); + l_fapi_memport_targets.push_back(l_fapi_memport_target); TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace, -- cgit v1.2.1