Skip to content

Commit

Permalink
Change target types for memory FFDC
Browse files Browse the repository at this point in the history
    -Added <targetType> tag and updated file to include
     TARGET_TYPE_MCA for TARGET_IN_ERROR recently added

Change-Id: If32ab89d4c368d6c5fff948f68a6d13dbdc707d2
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28761
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Dev-Ready: Brent Wieman <bwieman@us.ibm.com>
Dev-Ready: Brian R. Silver <bsilver@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Brian R. Silver <bsilver@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70343
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
rjknight authored and sgupta2m committed Jan 11, 2019
1 parent 4abbd80 commit 147883c
Showing 1 changed file with 19 additions and 24 deletions.
43 changes: 19 additions & 24 deletions src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_lib.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,7 @@
<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>
<targetType>TARGET_TYPE_MCBIST</targetType>
</collectRegisterFfdc>
<callout>
<target>TARGET_IN_ERROR</target>
Expand All @@ -192,12 +187,7 @@
<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>
<targetType>TARGET_TYPE_MCBIST</targetType>
</collectRegisterFfdc>
<callout>
<target>TARGET_IN_ERROR</target>
Expand All @@ -215,12 +205,7 @@
<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>
<targetType>TARGET_TYPE_MCBIST</targetType>
</collectRegisterFfdc>
<callout>
<target>TARGET_IN_ERROR</target>
Expand All @@ -237,12 +222,7 @@
<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>
<targetType>TARGET_TYPE_MCBIST</targetType>
</collectRegisterFfdc>
<callout>
<target>TARGET_IN_ERROR</target>
Expand All @@ -256,6 +236,11 @@
<hwpError>
<rc>RC_MSS_MCBIST_TIMEOUT</rc>
<description>MCBIST program failed to return in the time allowed</description>
<collectRegisterFfdc>
<id>REG_FFDC_MSS_CCS_FAILURE</id>
<target>TARGET_IN_ERROR</target>
<targetType>TARGET_TYPE_MCBIST</targetType>
</collectRegisterFfdc>
<callout>
<target>TARGET_IN_ERROR</target>
<priority>HIGH</priority>
Expand All @@ -266,6 +251,11 @@
<rc>RC_MSS_MCBIST_MULTIPLE_FAIL_BITS</rc>
<description>MCBIST program appeared to have failed, but set conflicting bits in the status register</description>
<ffdc>STATUS_REGISTER</ffdc>
<collectRegisterFfdc>
<id>REG_FFDC_MSS_CCS_FAILURE</id>
<target>TARGET_IN_ERROR</target>
<targetType>TARGET_TYPE_MCBIST</targetType>
</collectRegisterFfdc>
<callout>
<target>TARGET_IN_ERROR</target>
<priority>HIGH</priority>
Expand All @@ -276,6 +266,11 @@
<rc>RC_MSS_MCBIST_UNKNOWN_FAILURE</rc>
<description>MCBIST program reported a failure but no error status was found</description>
<ffdc>STATUS_REGISTER</ffdc>
<collectRegisterFfdc>
<id>REG_FFDC_MSS_CCS_FAILURE</id>
<target>TARGET_IN_ERROR</target>
<targetType>TARGET_TYPE_MCBIST</targetType>
</collectRegisterFfdc>
<callout>
<target>TARGET_IN_ERROR</target>
<priority>HIGH</priority>
Expand Down

0 comments on commit 147883c

Please sign in to comment.