summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/pba.C
diff options
context:
space:
mode:
authorLi Meng <shlimeng@cn.ibm.com>2019-03-08 08:09:18 -0600
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-04-12 13:57:21 -0500
commit186d6f22c2ad7044e315b5dec7c6be4ba84016b6 (patch)
tree0791f8b287224312fb4c5206bb128a78bf6b9c08 /src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/pba.C
parentf53d3ff4139f81f984861c1e6249d396960c42df (diff)
downloadtalos-hostboot-186d6f22c2ad7044e315b5dec7c6be4ba84016b6.tar.gz
talos-hostboot-186d6f22c2ad7044e315b5dec7c6be4ba84016b6.zip
Fixes for LRDIMM dual drop DB training
Change-Id: I917477dce989a44467f88aad73b7db525ad62cbb Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/73059 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/73116 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/pba.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/pba.C6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/pba.C b/src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/pba.C
index 710fe2cd8..c1cab4997 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/pba.C
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/dimm/ddr4/pba.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2018 */
+/* Contributors Listed Below - COPYRIGHT 2018,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -206,8 +206,8 @@ fapi2::ReturnCode execute_commands( const fapi2::Target<fapi2::TARGET_TYPE_DIMM>
l_program.iv_instructions.push_back(mss::ccs::des_command<fapi2::TARGET_TYPE_MCBIST>());
// Makes a copy of the vector, so we can do the function space swaps correctly
- auto l_bcws = convert_to_rcws(i_bcws, commands::BCW_DELAY);
-
+ auto l_bcws = i_bcws;
+ FAPI_TRY(insert_function_space_select(l_bcws));
FAPI_TRY(control_word_engine(i_target,
l_bcws,
OpenPOWER on IntegriCloud