summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/mc
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2016-06-10 11:11:09 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-14 17:48:10 -0400
commite86e4e16585343c8e1669038b3c3c88d00799c88 (patch)
treef88290c361ca6a1af9d6e6ed92f67edb4bc98986 /src/import/chips/p9/procedures/hwp/memory/lib/mc
parentbed9ebebc62c28ea7116875b5a358a09d88f4eba (diff)
downloadtalos-hostboot-e86e4e16585343c8e1669038b3c3c88d00799c88.tar.gz
talos-hostboot-e86e4e16585343c8e1669038b3c3c88d00799c88.zip
Change mss lib so testing works with ATTR_IS_SIMULATION false
Add eff_config to p9_mss_ut.C so it's run for all tests Fix the freq sync unit test to not trash mss_freq Fix the attribute file to be in line with the base attibutes Fix p9_msS_freq.H include guard Fix DRAM_BL to be a 2D array in mss attribute file Change-Id: Id18ab3eb4b60f72af64c647f5ff7afe68b7e5097 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25651 Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25653 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')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/mc/port.C7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/mc/port.C b/src/import/chips/p9/procedures/hwp/memory/lib/mc/port.C
index f9ef60180..b7f95413b 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/mc/port.C
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/mc/port.C
@@ -63,13 +63,8 @@ fapi2::ReturnCode enable_periodic_cal( const fapi2::Target<fapi2::TARGET_TYPE_MC
FAPI_TRY( mss::eff_memcal_interval(i_target, l_memcal_interval) );
FAPI_TRY( mss::eff_zqcal_interval(i_target, l_zqcal_interval) );
- // Get out of here if this isn't sim - we haven't done the work for calculating init cal periods
+ // TODO RTC:155854 We haven't done the work for calculating init cal periods
// in effective config yet, and the MC setup below is hard wired for sim
- if (!is_sim)
- {
- FAPI_ERR("Did you forget to implement periodic enables for power on?");
- fapi2::Assert(false);
- }
FAPI_DBG("memcal interval %dck, zqcal interval %dck", l_memcal_interval, l_zqcal_interval);
OpenPOWER on IntegriCloud