diff options
author | Louis Stermole <stermole@us.ibm.com> | 2018-05-30 09:38:16 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-06-02 16:05:10 -0400 |
commit | 1d21270b627aaef8b43aff215fa626ff0d36347d (patch) | |
tree | 068ed603827aa896fea3ee1dec8066b1f1e64d7c | |
parent | 45f20525ba608f9d9bb40c393e0d4ae9e99e9e46 (diff) | |
download | talos-hostboot-1d21270b627aaef8b43aff215fa626ff0d36347d.tar.gz talos-hostboot-1d21270b627aaef8b43aff215fa626ff0d36347d.zip |
Restore ATTR_CEN_SCHMOO_MULTIPLE_SETUP_CALL after shmoos to fix masking errors
Change-Id: I3b1cbe4955da147ffa148d37c2126a782d06cafc
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59725
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Dev-Ready: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59729
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rwxr-xr-x | src/import/chips/centaur/procedures/hwp/memory/p9c_mss_draminit_training_advanced.C | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_draminit_training_advanced.C b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_draminit_training_advanced.C index a61b2bb0e..1ddcb3090 100755 --- a/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_draminit_training_advanced.C +++ b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_draminit_training_advanced.C @@ -726,6 +726,8 @@ fapi2::ReturnCode wr_vref_shmoo_ddr4(const fapi2::Target<fapi2::TARGET_TYPE_MBA> l_right_margin); } + FAPI_INF("Restoring mcbist setup attribute..."); + FAPI_TRY(reset_attribute(i_target_mba)); fapi_try_exit: return fapi2::current_err; } @@ -1324,6 +1326,8 @@ fapi2::ReturnCode wr_vref_shmoo_ddr4_bin(const fapi2::Target<fapi2::TARGET_TYPE_ FAPI_TRY(fapi2::getScom(i_target_mba, CEN_MBA_MBSPAMSKQ, l_data_buffer_64)); l_data_buffer_64.clearBit<10>(); + FAPI_INF("Restoring mcbist setup attribute..."); + FAPI_TRY(reset_attribute(i_target_mba)); //Read the write vref attributes fapi_try_exit: return fapi2::current_err; |