summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep07
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/isteps/istep07')
-rw-r--r--src/usr/isteps/istep07/call_mss_eff_config.C4
1 files changed, 4 insertions, 0 deletions
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 <fapi2::TARGET_TYPE_MEM_PORT> 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,
OpenPOWER on IntegriCloud