summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4
diff options
context:
space:
mode:
authorAlvin Wang <wangat@tw.ibm.com>2019-01-29 02:13:09 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-02-05 17:01:43 -0600
commitc9b82b3883b174d1cf181e9f0b9c9f261ccfa132 (patch)
tree64dcc0d2355b445418eaece1e8de6b3117504d23 /src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4
parentbd7d0b7b5d90275064bdb3ca6a5cd1e36f37bcf7 (diff)
downloadtalos-hostboot-c9b82b3883b174d1cf181e9f0b9c9f261ccfa132.tar.gz
talos-hostboot-c9b82b3883b174d1cf181e9f0b9c9f261ccfa132.zip
Adds exp_draminit_mc
Change-Id: Ib4a31d2893c5524e3b2ce9128a2c4900bd82b2c0 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68597 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68920 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/lib/dimm/ddr4')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/nvdimm_utils.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/nvdimm_utils.C b/src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/nvdimm_utils.C
index 2c579a4ef..c69ae7656 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/nvdimm_utils.C
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/nvdimm_utils.C
@@ -268,13 +268,13 @@ fapi2::ReturnCode pda_vref_latch( const fapi2::Target<fapi2::TARGET_TYPE_DIMM>&
}
// Disable refresh
- FAPI_TRY( mss::change_refresh_enable(l_mca, states::LOW) );
+ FAPI_TRY( mss::change_refresh_enable<mss::mc_type::NIMBUS>(l_mca, states::LOW) );
// execute_wr_vref_latch(l_container)
FAPI_TRY( mss::ddr4::pda::execute_wr_vref_latch(l_container) )
// Enable refresh
- FAPI_TRY( mss::change_refresh_enable(l_mca, states::HIGH) );
+ FAPI_TRY( mss::change_refresh_enable<mss::mc_type::NIMBUS>(l_mca, states::HIGH) );
fapi_try_exit:
return fapi2::current_err;
OpenPOWER on IntegriCloud