summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/error_info/p9_check_idle_stop_done_errors.xml
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2017-10-02 02:06:05 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-01-15 14:18:39 -0500
commit6897c9475c92a37b66ca24e39f75ab0f7198bb89 (patch)
tree9a52457885e0f23becd64f11526306e620c6e8e8 /src/import/chips/p9/procedures/xml/error_info/p9_check_idle_stop_done_errors.xml
parentb8522e84fe0320e8dc134e502643ac7fcae917e3 (diff)
downloadtalos-hostboot-6897c9475c92a37b66ca24e39f75ab0f7198bb89.tar.gz
talos-hostboot-6897c9475c92a37b66ca24e39f75ab0f7198bb89.zip
Idle Stop State: Adds CME and SGPE global variables to FFDC.
HB calls p9_check_idle_stop_done to collect FFDC when a slave core fails to activate. Commits collects global variables from CME and SGPE SRAM and adds to return code as FFDC. Key_Cronus_Test=PM_REGRESS CQ: SW406487 Change-Id: Ib008aa165b43f6b7184ad4683cb7caeb90d75078 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46981 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com> Tested-by: Cronus HW CI <cronushw-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46982 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-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_check_idle_stop_done_errors.xml')
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9_check_idle_stop_done_errors.xml19
1 files changed, 11 insertions, 8 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_check_idle_stop_done_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_check_idle_stop_done_errors.xml
index 8c4113431..bd87f71e6 100644
--- a/src/import/chips/p9/procedures/xml/error_info/p9_check_idle_stop_done_errors.xml
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_check_idle_stop_done_errors.xml
@@ -5,7 +5,7 @@
<!-- -->
<!-- OpenPOWER HostBoot Project -->
<!-- -->
-<!-- Contributors Listed Below - COPYRIGHT 2015,2017 -->
+<!-- Contributors Listed Below - COPYRIGHT 2015,2018 -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
<!-- -->
@@ -53,6 +53,8 @@
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
</collectRegisterFfdc>
+ <buffer>SGPE_GLOBAL_VARS</buffer>
+
</hwpError>
<!-- *********************************************************************** -->
@@ -87,6 +89,7 @@
<target>CHIP</target>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
</collectRegisterFfdc>
+ <buffer>SGPE_GLOBAL_VARS</buffer>
</hwpError>
@@ -178,6 +181,8 @@
<target>EX</target>
<targetType>TARGET_TYPE_EX</targetType>
</collectRegisterFfdc>
+ <buffer>CME_GLOBAL_VARS</buffer>
+ <buffer>SGPE_GLOBAL_VARS</buffer>
</hwpError>
<!-- *********************************************************************** -->
@@ -223,13 +228,8 @@
<target>EX</target>
<targetType>TARGET_TYPE_EX</targetType>
</collectRegisterFfdc>
- </hwpError>
-
- <!-- *********************************************************************** -->
-
- <hwpError>
- <rc>RC_CORE_POWERED_AND_RUNNING</rc>
- <description> Core is powered up and not in any STOP state, therefore active</description>
+ <buffer>CME_GLOBAL_VARS</buffer>
+ <buffer>SGPE_GLOBAL_VARS</buffer>
</hwpError>
<!-- *********************************************************************** -->
@@ -268,6 +268,9 @@
<targetType>TARGET_TYPE_EX</targetType>
</collectRegisterFfdc>
+ <buffer>CME_GLOBAL_VARS</buffer>
+ <buffer>SGPE_GLOBAL_VARS</buffer>
+
</hwpError>
<!-- *********************************************************************** -->
OpenPOWER on IntegriCloud