Skip to content

Commit

Permalink
FAPI2 - Enable register ffdc support
Browse files Browse the repository at this point in the history
Change-Id: I258cc8a2487c4d0b941df2197c65d210884ffbf0
Original-Change-Id: Ie57fce533cab3fea09aa58ad81364900e434d8e7
RTC:132226
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22626
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: Deepak Kodihalli <dkodihal@in.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70342
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
rjknight authored and sgupta2m committed Jan 11, 2019
1 parent fadf57f commit 4abbd80
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
<scomRegister>MCBIST_CCS_INST_ARR1_31</scomRegister>

<!-- to get the CCS state machine hung state -->
<scomRegister>MCBIST_MCBERRPTQ</scomRegister>
<scomRegister>MCBIST_MBA_MCBERRPTQ</scomRegister>
</registerFfdc>

<hwpError>
Expand All @@ -169,10 +169,12 @@
<collectRegisterFfdc>
<id>REG_FFDC_MSS_CCS_FAILURE</id>
<target>TARGET_IN_ERROR</target>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
</collectRegisterFfdc>
<collectRegisterFfdc>
<id>REG_FFDC_PHY_MR_SHADOW_REGS</id>
<target>TARGET_IN_ERROR</target>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
</collectRegisterFfdc>
<callout>
<target>TARGET_IN_ERROR</target>
Expand All @@ -190,10 +192,12 @@
<collectRegisterFfdc>
<id>REG_FFDC_MSS_CCS_FAILURE</id>
<target>TARGET_IN_ERROR</target>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
</collectRegisterFfdc>
<collectRegisterFfdc>
<id>REG_FFDC_PHY_MR_SHADOW_REGS</id>
<target>TARGET_IN_ERROR</target>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
</collectRegisterFfdc>
<callout>
<target>TARGET_IN_ERROR</target>
Expand All @@ -211,10 +215,12 @@
<collectRegisterFfdc>
<id>REG_FFDC_MSS_CCS_FAILURE</id>
<target>TARGET_IN_ERROR</target>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
</collectRegisterFfdc>
<collectRegisterFfdc>
<id>REG_FFDC_PHY_MR_SHADOW_REGS</id>
<target>TARGET_IN_ERROR</target>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
</collectRegisterFfdc>
<callout>
<target>TARGET_IN_ERROR</target>
Expand All @@ -231,10 +237,12 @@
<collectRegisterFfdc>
<id>REG_FFDC_MSS_CCS_FAILURE</id>
<target>TARGET_IN_ERROR</target>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
</collectRegisterFfdc>
<collectRegisterFfdc>
<id>REG_FFDC_PHY_MR_SHADOW_REGS</id>
<target>TARGET_IN_ERROR</target>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
</collectRegisterFfdc>
<callout>
<target>TARGET_IN_ERROR</target>
Expand Down

0 comments on commit 4abbd80

Please sign in to comment.