Skip to content

Commit

Permalink
compact suspend ffdc
Browse files Browse the repository at this point in the history
Change-Id: Ide9bb843b4b4526afe2432a58c5086e3fcb49f3c
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43122
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
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: Gregory S. Still <stillgs@us.ibm.com>
Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44923
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>
  • Loading branch information
adamant1 authored and dcrowell77 committed Sep 6, 2017
1 parent 544e1a5 commit eae3c17
Showing 1 changed file with 29 additions and 18 deletions.
Expand Up @@ -26,27 +26,38 @@
<!-- ******************************************************************** -->
<hwpError>
<sbeError/>
<rc>RC_P9_PGPE_SAFEMODE_TIMEOUT</rc>
<rc>RC_SUSPEND_FFDC</rc>
<description>
Procedure: p9_suspend_powman
The PGPE Timed out trying to get to safe mode
OCC Complex Suspend binary ffdc data
</description>
<ffdc>PROC_CHIP_TARGET</ffdc>
<ffdc>PPE_BASE_ADDRESSES</ffdc>
<!-- <collectFfdc>p9_collect_ppe_state, PROC_CHIP_TARGET, PPE_BASE_ADDRESSES</collectFfdc> -->
<ffdc>PGPE_XSR_AND_IAR</ffdc>
<ffdc>PGPE_IR_AND_EDR</ffdc>
<ffdc>PGPE_LR_AND_SPRG0</ffdc>
<ffdc>PGPE_SRR0_AND_SRR1</ffdc>
<ffdc>SGPE_XSR_AND_IAR</ffdc>
<ffdc>SGPE_IR_AND_EDR</ffdc>
<ffdc>SGPE_LR_AND_SPRG0</ffdc>
<ffdc>SGPE_SRR0_AND_SRR1</ffdc>
<ffdc>OCCS2_AND_OCCFLG</ffdc>
<ffdc>OPIT2C_0_THROUGH_7_B0</ffdc>
<ffdc>OPIT2C_8_THROUGH_15_B0</ffdc>
<ffdc>OPIT2C_16_THROUGH_23_B0</ffdc>
<ffdc>QCSR_B0_TO_B1_AND_CCSR_B0_TO_B2_AND_3B_EMPTY</ffdc>
<ffdc>CME0_IAR_AND_CME1_IAR</ffdc>
<ffdc>CME2_IAR_AND_CME3_IAR</ffdc>
<ffdc>CME4_IAR_AND_CME5_IAR</ffdc>
<ffdc>CME6_IAR_AND_CME7_IAR</ffdc>
<ffdc>CME8_IAR_AND_CME9_IAR</ffdc>
<ffdc>CME10_IAR_AND_CME11_IAR</ffdc>
<callout>
<procedure>CODE</procedure>
<priority>HIGH</priority>
</callout>
<callout>
<procedure>LVL_SUPPORT</procedure>
<priority>LOW</priority>
</callout>
</hwpError>
<!-- ******************************************************************** -->
<hwpError>
<sbeError/>
<rc>RC_P9_PGPE_SUSPEND_TIMEOUT</rc>
<description>
Procedure: p9_suspend_powman
The PGPE Timed out trying to suspend
</description>
<ffdc>PROC_CHIP_TARGET</ffdc>
<!-- <collectFfdc>p9_collect_ppe_state, PROC_CHIP_TARGET, PPE_BASE_ADDRESSES</collectFfdc> -->
</hwpError>
<!-- ******************************************************************** -->

</hwpErrors>

0 comments on commit eae3c17

Please sign in to comment.