Skip to content

Commit

Permalink
PM: Change FFDC for SGPE and PGPE based on failure error log debug
Browse files Browse the repository at this point in the history
- Switched the following:
    PU_GPEx_GPEXIXSR_SCOM  -> PU_GPEx_PPE_XIDBGPRO
    PU_GPEx_GPEXIIAR_SCOM  -> PU_GPEx_PPE_XIRAMDBG
    PU_GPEx_GPEXIIR_SCOMM  -> PU_GPEx_PPE_XIRAMEDR
- Added PBA_FFDC_BASIC register definition and added to respective TIMEOUT
  errors

Change-Id: I2c98f231764babb4f2debf4eb67b9a78cd0bcc6b
Original-Change-Id: I13de9bfdcccbef45a3a527ea9d623c26bf99e064
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45414
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com>
Reviewed-by: Brian T. Vanderpool <vanderp@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/48153
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
stillgs authored and dcrowell77 committed Oct 10, 2017
1 parent 674ff56 commit 95cbd5c
Showing 1 changed file with 8 additions and 2 deletions.
Expand Up @@ -69,13 +69,19 @@
<ffdc>XSR_REG_VAL</ffdc>

<collectFfdc>p9_collect_ppe_state, CHIP, PPE_STATE_MODE, PPE_BASE_ADDRESS_LIST</collectFfdc>

<collectRegisterFfdc>
<id>SGPE_FFDC_REGISTERS</id>
<target>CHIP</target>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
</collectRegisterFfdc>

<collectRegisterFfdc>
<id>PBA_FFDC_BASIC_REGISTERS</id>
<target>CHIP</target>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
</collectRegisterFfdc>

<callout>
<procedure>CODE</procedure>
<priority>HIGH</priority>
Expand All @@ -100,7 +106,7 @@
</collectRegisterFfdc>

<collectFfdc>p9_collect_ppe_state, CHIP, PPE_STATE_MODE, PPE_BASE_ADDRESS_LIST</collectFfdc>

<callout>
<procedure>CODE</procedure>
<priority>LOW</priority>
Expand Down

0 comments on commit 95cbd5c

Please sign in to comment.