summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/mrs_load_ddr4.C
diff options
context:
space:
mode:
authorAndre Marin <aamarin@us.ibm.com>2016-12-01 03:56:02 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-12-07 13:55:06 -0500
commitd1fe32b96c0f48c266da346fa2d05676b3f1e4f8 (patch)
treed1ab3c66b7be16d9a4f813df15324953e3b9b0d8 /src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/mrs_load_ddr4.C
parent6d5be25917e0bd675147bf0cec03dc9da517d53a (diff)
downloadtalos-hostboot-d1fe32b96c0f48c266da346fa2d05676b3f1e4f8.tar.gz
talos-hostboot-d1fe32b96c0f48c266da346fa2d05676b3f1e4f8.zip
Add common functionality between RCD and data buffer control word API
Change-Id: I601f143578a796f30ad582c1581f73ebf413840c Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33247 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33260 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/mrs_load_ddr4.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/mrs_load_ddr4.C6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/mrs_load_ddr4.C b/src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/mrs_load_ddr4.C
index 67349352a..a3e4542b5 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/mrs_load_ddr4.C
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/mrs_load_ddr4.C
@@ -158,9 +158,9 @@ fapi2::ReturnCode mrs_load( const fapi2::Target<TARGET_TYPE_DIMM>& i_target,
// is required before the next DRAM command or BCW write can be issued.
FAPI_TRY( function_space_select<0>(i_target, io_inst) );
- FAPI_TRY( bcw_engine<BCW_8BIT>(i_target,
- bcw_data(FSPACE, WORD, eff_dimm_ddr4_bc06, mss::tmrc()),
- io_inst) );
+ FAPI_TRY( control_word_engine<BCW_8BIT>(i_target,
+ cw_data(FSPACE, WORD, eff_dimm_ddr4_bc06, mss::tmrc()),
+ io_inst) );
}
fapi_try_exit:
OpenPOWER on IntegriCloud