summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/error_info/p9_pm_stop_gpe_init_errors.xml
diff options
context:
space:
mode:
authorBrian Vanderpool <vanderp@us.ibm.com>2017-05-19 15:38:16 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-10-10 10:06:33 -0400
commit6145e9e8d6e799793d4a65a305d6b3512009e610 (patch)
treeb7871352d36ea2514d0abb6de5a5212813dfe8b8 /src/import/chips/p9/procedures/xml/error_info/p9_pm_stop_gpe_init_errors.xml
parent360088484454834e26bd7662710d072c27a0942e (diff)
downloadtalos-hostboot-6145e9e8d6e799793d4a65a305d6b3512009e610.tar.gz
talos-hostboot-6145e9e8d6e799793d4a65a305d6b3512009e610.zip
Add configuration error checking before starting SGPE
Change-Id: I373886b13130aad8e755d0876ed44eb1f551a375 Original-Change-Id: I4cfa93c8854e971d7f391a37071c699402c550f4 RTC: 173585 CQ: SW386570 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40770 Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Juan R. Medina <jrmedina@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48151 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml/error_info/p9_pm_stop_gpe_init_errors.xml')
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9_pm_stop_gpe_init_errors.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_pm_stop_gpe_init_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_pm_stop_gpe_init_errors.xml
index b190341ab..afeac1464 100644
--- a/src/import/chips/p9/procedures/xml/error_info/p9_pm_stop_gpe_init_errors.xml
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_pm_stop_gpe_init_errors.xml
@@ -96,4 +96,43 @@
</collectRegisterFfdc>
</hwpError>
<!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_STOP_GPE_INVALID_CORE_EX_CONFIG</rc>
+ <description> Invalid configuration of good core and bad EX detected
+ </description>
+ <ffdc>CORE</ffdc>
+ <ffdc>EX</ffdc>
+ <collectRegisterFfdc>
+ <id>SGPE_FFDC_REGISTERS</id>
+ <target>CHIP</target>
+ <targetType>TARGET_TYPE_PROC_CHIP</targetType>
+ </collectRegisterFfdc>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_STOP_GPE_INVALID_CORE_EQ_CONFIG</rc>
+ <description> Invalid configuration of good core and bad EQ detected
+ </description>
+ <ffdc>CORE</ffdc>
+ <ffdc>EQ</ffdc>
+ <collectRegisterFfdc>
+ <id>SGPE_FFDC_REGISTERS</id>
+ <target>CHIP</target>
+ <targetType>TARGET_TYPE_PROC_CHIP</targetType>
+ </collectRegisterFfdc>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_STOP_GPE_INVALID_EX_CORE_CONFIG</rc>
+ <description> Invalid configuration of good EX and no functional cores detected
+ </description>
+ <ffdc>EX</ffdc>
+ <collectRegisterFfdc>
+ <id>SGPE_FFDC_REGISTERS</id>
+ <target>CHIP</target>
+ <targetType>TARGET_TYPE_PROC_CHIP</targetType>
+ </collectRegisterFfdc>
+ </hwpError>
+ <!-- ******************************************************************** -->
+
</hwpErrors>
OpenPOWER on IntegriCloud