summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSantosh Puranik <santosh.puranik@in.ibm.com>2017-04-12 05:18:40 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2017-04-18 11:01:24 -0400
commit159d2b7c401dc8ca3aafb1dd7e2674666f9fd500 (patch)
treedd4e1ab75c4be8acf9f163feb200b1b5871f80b6 /src
parentda1116faab5d1da1b5174b11455f4989c7ce6798 (diff)
downloadtalos-sbe-159d2b7c401dc8ca3aafb1dd7e2674666f9fd500.tar.gz
talos-sbe-159d2b7c401dc8ca3aafb1dd7e2674666f9fd500.zip
Add unique FAPI RC per PIB RC
Enables HWPs to take action based on the underlying PIB error Change-Id: I17207fc2df31452163bfea9ee6fd926dc3b24801 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39148 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39200 Reviewed-by: Hostboot Team <hostboot@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9_sbe_plat_errors.xml44
1 files changed, 43 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_sbe_plat_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_sbe_plat_errors.xml
index 7310cfa7..fbfd46f7 100644
--- a/src/import/chips/p9/procedures/xml/error_info/p9_sbe_plat_errors.xml
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_sbe_plat_errors.xml
@@ -5,7 +5,7 @@
<!-- -->
<!-- OpenPOWER sbe Project -->
<!-- -->
-<!-- Contributors Listed Below - COPYRIGHT 2016 -->
+<!-- Contributors Listed Below - COPYRIGHT 2016,2017 -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
<!-- -->
@@ -29,6 +29,48 @@
<rc>RC_SBE_SCOM_FAILURE</rc>
<description>SBE encountered a SCOM failure</description>
</hwpError>
+<hwpError>
+ <sbeError/>
+ <platScomFail/>
+ <rc>RC_SBE_PIB_XSCOM_ERROR</rc>
+ <description>SBE SCOM failure - PIB XSCOM failure</description>
+</hwpError>
+<hwpError>
+ <sbeError/>
+ <platScomFail/>
+ <rc>RC_SBE_PIB_OFFLINE_ERROR</rc>
+ <description>SBE SCOM failure - Chiplet offline</description>
+</hwpError>
+<hwpError>
+ <sbeError/>
+ <platScomFail/>
+ <rc>RC_SBE_PIB_PARTIAL_ERROR</rc>
+ <description>SBE SCOM failure - Partial SCOM failure</description>
+</hwpError>
+<hwpError>
+ <sbeError/>
+ <platScomFail/>
+ <rc>RC_SBE_PIB_ADDRESS_ERROR</rc>
+ <description>SBE SCOM failure - SCOM address failure</description>
+</hwpError>
+<hwpError>
+ <sbeError/>
+ <platScomFail/>
+ <rc>RC_SBE_PIB_CLOCK_ERROR</rc>
+ <description>SBE SCOM failure - Clock error</description>
+</hwpError>
+<hwpError>
+ <sbeError/>
+ <platScomFail/>
+ <rc>RC_SBE_PIB_PARITY_ERROR</rc>
+ <description>SBE SCOM failure - Parity error</description>
+</hwpError>
+<hwpError>
+ <sbeError/>
+ <platScomFail/>
+ <rc>RC_SBE_PIB_TIMEOUT_ERROR</rc>
+ <description>SBE SCOM failure - Timeout error</description>
+</hwpError>
</hwpErrors>
OpenPOWER on IntegriCloud