summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/error_info/p9_extract_sbe_rc_errors.xml
diff options
context:
space:
mode:
authorSoma BhanuTej <soma.bhanu@in.ibm.com>2017-04-19 07:18:21 -0400
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-04-28 14:17:42 -0400
commit70907451b700daaa7c3960e03dc7fd69dc478270 (patch)
tree00fb009624e35415753a481f11b0766f7f8f9c80 /src/import/chips/p9/procedures/xml/error_info/p9_extract_sbe_rc_errors.xml
parentf2cf9b470331c9607d11881108fc4fa74f20b4a4 (diff)
downloadtalos-hostboot-70907451b700daaa7c3960e03dc7fd69dc478270.tar.gz
talos-hostboot-70907451b700daaa7c3960e03dc7fd69dc478270.zip
Additional checks in p9_extract_sbe_rc
Change-Id: I2aa4320dd7e9daec474971bae15510ef631191c8 RTC:173031 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39416 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com> Reviewed-by: Manish K. Chowdhary <manichow@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39421 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml/error_info/p9_extract_sbe_rc_errors.xml')
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9_extract_sbe_rc_errors.xml19
1 files changed, 18 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_extract_sbe_rc_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_extract_sbe_rc_errors.xml
index 6f6936bb3..daac51862 100644
--- a/src/import/chips/p9/procedures/xml/error_info/p9_extract_sbe_rc_errors.xml
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_extract_sbe_rc_errors.xml
@@ -5,7 +5,7 @@
<!-- -->
<!-- OpenPOWER HostBoot Project -->
<!-- -->
-<!-- Contributors Listed Below - COPYRIGHT 2016 -->
+<!-- Contributors Listed Below - COPYRIGHT 2016,2017 -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
<!-- -->
@@ -134,6 +134,14 @@
<!-- Halt codes for Data Machine Check -->
<!-- ******************************************************************** -->
<hwpError>
+ <rc>RC_EXTRACT_SBE_RC_OTP_PARITY_ERR</rc>
+ <description>
+ PIB Parity error detected in OTPROM memory
+ Action:No recovery action possible to correct this error [NO_RECOVERY_ACTION]
+ </description>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
<rc>RC_EXTRACT_SBE_RC_PIB_TIMEOUT</rc>
<description>
PIB Timeout error detected
@@ -150,6 +158,15 @@
</hwpError>
<!-- ******************************************************************** -->
<hwpError>
+ <rc>RC_EXTRACT_SBE_RC_PIBMEM_ECC_ERR</rc>
+ <description>
+ ECC error detected during pibmem access, Check if REPAIR solution is applied
+ Action:No recovery action possible to correct this error [NO_RECOVERY_ACTION]
+ </description>
+ </hwpError>
+
+ <!-- ******************************************************************** -->
+ <hwpError>
<rc>RC_EXTRACT_SBE_RC_PIBMEM_ERR</rc>
<description>
Error detected during pibmem access
OpenPOWER on IntegriCloud