summaryrefslogtreecommitdiffstats
path: root/src/import/chips/centaur
diff options
context:
space:
mode:
authorChris Steffen <cwsteffen@us.ibm.com>2018-08-03 08:12:22 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-08-15 12:37:47 -0500
commitfc4f9deda281f8d383d7f2888f62d21f13e872c2 (patch)
tree326bc54a7c268e034f0e4dd76ed8ed776351ff98 /src/import/chips/centaur
parent725cc4974d8cf455dcab5ef35f01ffede108a73c (diff)
downloadtalos-hostboot-fc4f9deda281f8d383d7f2888f62d21f13e872c2.tar.gz
talos-hostboot-fc4f9deda281f8d383d7f2888f62d21f13e872c2.zip
DMI Max Spares Exceeded Unit CS
Change-Id: Ie86afdf5767915a3853e8f07722a30be6bd108b1 CQ: SW440556 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/63861 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/63875 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/import/chips/centaur')
-rw-r--r--src/import/chips/centaur/procedures/hwp/io/p9_io_cen_scominit.C3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/import/chips/centaur/procedures/hwp/io/p9_io_cen_scominit.C b/src/import/chips/centaur/procedures/hwp/io/p9_io_cen_scominit.C
index 220b62a3b..d307c8834 100644
--- a/src/import/chips/centaur/procedures/hwp/io/p9_io_cen_scominit.C
+++ b/src/import/chips/centaur/procedures/hwp/io/p9_io_cen_scominit.C
@@ -105,9 +105,8 @@ fapi2::ReturnCode p9_io_cen_scominit(const CEN_TGT& i_tgt)
// 9 Spare Lane Deployed recoverable
l_cen_fir_mask.clearBit<9>();
l_cen_fir_action1.setBit<9>();
- // 10 Max Spares Exceeded recoverable
+ // 10 Max Spares Exceeded unit_cs
l_cen_fir_mask.clearBit<10>();
- l_cen_fir_action1.setBit<10>();
// 11 Recal or Dynamic Repair Error recoverable
l_cen_fir_mask.clearBit<11>();
l_cen_fir_action1.setBit<11>();
OpenPOWER on IntegriCloud