Skip to content

Commit a5742af

Browse files
shlimengdcrowell77
authored andcommitted
Add new algorithm for MREP and error log
Change-Id: Ie120dc3780fbba6aca6812ef8f15f377b3fb4523 Original-Change-Id: I2de11ae67f73ff247a1e9d2a5464665835472737 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68191 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+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: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/104162 Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M Crowell <dcrowell@us.ibm.com>
1 parent 9363dfe commit a5742af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/import/chips/p9/procedures/hwp/memory/lib/phy/mss_lrdimm_training_helper.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ namespace lrdimm
6262

6363
static constexpr uint8_t MREP_DWL_MAX_DELAY = 64;
6464
static constexpr uint8_t MREP_DWL_LOOP_TIMES = 0x05;
65-
static constexpr uint8_t MREP_DWL_THRESHOLD = 0x5;
65+
static constexpr uint8_t MREP_DWL_THRESHOLD = 0x05;
6666
///
6767
/// @brief Records the results for a given nibble
6868
///

0 commit comments

Comments
 (0)