diff options
author | Benjamin Weisenbeck <bweisenb@us.ibm.com> | 2017-08-22 13:32:46 -0500 |
---|---|---|
committer | Zane C. Shelley <zshelle@us.ibm.com> | 2017-08-23 11:27:29 -0400 |
commit | a8cbc4f396c1c3555e133aebded97ee03398925d (patch) | |
tree | 53f9c39c3b48234698999233aad1a01429c396a4 /src/usr/diag/prdf/common/plat/prdfPlatServices_common.C | |
parent | ab2731eead975b979c3abacce4d96b292f26545f (diff) | |
download | talos-hostboot-a8cbc4f396c1c3555e133aebded97ee03398925d.tar.gz talos-hostboot-a8cbc4f396c1c3555e133aebded97ee03398925d.zip |
PRD: Fix lane repair threshold issue
Support for writing repairs to VPD is not yet available.
This includes the threshold check which should default to
false (not exceeded).
Change-Id: Ic60b910e6258c9cfba50c9a54fdbad61be6f5ed7
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44991
Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com>
Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45003
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/common/plat/prdfPlatServices_common.C')
-rw-r--r-- | src/usr/diag/prdf/common/plat/prdfPlatServices_common.C | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/common/plat/prdfPlatServices_common.C b/src/usr/diag/prdf/common/plat/prdfPlatServices_common.C index 71aff921f..8a7cdf649 100644 --- a/src/usr/diag/prdf/common/plat/prdfPlatServices_common.C +++ b/src/usr/diag/prdf/common/plat/prdfPlatServices_common.C @@ -220,6 +220,7 @@ int32_t setVpdFailedLanesXbus(TargetHandle_t i_rxBusTgt, uint8_t i_clkGrp) { int32_t o_rc = SUCCESS; + o_thrExceeded = false; #ifdef __HOSTBOOT_MODULE PRDF_ASSERT( nullptr != i_rxBusTgt); |