Skip to content

Commit

Permalink
Clean up memdiags ffdc naming
Browse files Browse the repository at this point in the history
Just changing the names of TARGET to MCBIST_TARGET or MCA_TARGET
Better reflects the target type so we don't get errors collecting
register data

Change-Id: I9b450f2128ca425dee38cd7ea6f2879dd52581f5
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43005
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70350
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
JacobHarvey authored and sgupta2m committed Jan 11, 2019
1 parent a66ed7d commit 8b1f643
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 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 @@ -170,7 +170,7 @@
<ffdc>REG_CONTENTS</ffdc>
<collectRegisterFfdc>
<id>REG_FFDC_MSS_CCS_FAILURE</id>
<target>TARGET_IN_ERROR</target>
<target>MCBIST_TARGET</target>
<targetType>TARGET_TYPE_MCBIST</targetType>
</collectRegisterFfdc>
<callout>
Expand All @@ -194,18 +194,18 @@
<ffdc>REG_CONTENTS</ffdc>
<collectRegisterFfdc>
<id>REG_FFDC_MSS_CCS_FAILURE</id>
<target>TARGET_IN_ERROR</target>
<target>MCBIST_TARGET</target>
<targetType>TARGET_TYPE_MCBIST</targetType>
</collectRegisterFfdc>
<callout>
<target>TARGET_IN_ERROR</target>
<target>MCBIST_TARGET</target>
<priority>HIGH</priority>
</callout>
<deconfigure>
<target>TARGET_IN_ERROR</target>
<target>MCBIST_TARGET</target>
</deconfigure>
<gard>
<target>TARGET_IN_ERROR</target>
<target>MCBIST_TARGET</target>
</gard>
</hwpError>

Expand All @@ -217,7 +217,7 @@
<ffdc>REG_CONTENTS</ffdc>
<collectRegisterFfdc>
<id>REG_FFDC_MSS_CCS_FAILURE</id>
<target>TARGET_IN_ERROR</target>
<target>MCBIST_TARGET</target>
<targetType>TARGET_TYPE_MCBIST</targetType>
</collectRegisterFfdc>
<callout>
Expand All @@ -239,18 +239,18 @@
</description>
<collectRegisterFfdc>
<id>REG_FFDC_MSS_CCS_FAILURE</id>
<target>TARGET_IN_ERROR</target>
<target>MCBIST_TARGET</target>
<targetType>TARGET_TYPE_MCBIST</targetType>
</collectRegisterFfdc>
<callout>
<target>TARGET_IN_ERROR</target>
<target>MCBIST_TARGET</target>
<priority>HIGH</priority>
</callout>
<deconfigure>
<target>TARGET_IN_ERROR</target>
<target>MCBIST_TARGET</target>
</deconfigure>
<gard>
<target>TARGET_IN_ERROR</target>
<target>MCBIST_TARGET</target>
</gard>
</hwpError>

Expand All @@ -262,18 +262,18 @@
</description>
<collectRegisterFfdc>
<id>REG_FFDC_MSS_CCS_FAILURE</id>
<target>TARGET_IN_ERROR</target>
<target>MCBIST_TARGET</target>
<targetType>TARGET_TYPE_MCBIST</targetType>
</collectRegisterFfdc>
<callout>
<target>TARGET_IN_ERROR</target>
<target>MCBIST_TARGET</target>
<priority>HIGH</priority>
</callout>
<deconfigure>
<target>TARGET_IN_ERROR</target>
<target>MCBIST_TARGET</target>
</deconfigure>
<gard>
<target>TARGET_IN_ERROR</target>
<target>MCBIST_TARGET</target>
</gard>
</hwpError>

Expand All @@ -285,18 +285,18 @@
</description>
<collectRegisterFfdc>
<id>REG_FFDC_MSS_CCS_FAILURE</id>
<target>TARGET_IN_ERROR</target>
<target>MCBIST_TARGET</target>
<targetType>TARGET_TYPE_MCBIST</targetType>
</collectRegisterFfdc>
<callout>
<target>TARGET_IN_ERROR</target>
<target>MCBIST_TARGET</target>
<priority>HIGH</priority>
</callout>
<deconfigure>
<target>TARGET_IN_ERROR</target>
<target>MCBIST_TARGET</target>
</deconfigure>
<gard>
<target>TARGET_IN_ERROR</target>
<target>MCBIST_TARGET</target>
</gard>
</hwpError>

Expand All @@ -308,18 +308,18 @@
<ffdc>STATUS_REGISTER</ffdc>
<collectRegisterFfdc>
<id>REG_FFDC_MSS_CCS_FAILURE</id>
<target>TARGET_IN_ERROR</target>
<target>MCBIST_TARGET</target>
<targetType>TARGET_TYPE_MCBIST</targetType>
</collectRegisterFfdc>
<callout>
<target>TARGET_IN_ERROR</target>
<target>MCBIST_TARGET</target>
<priority>HIGH</priority>
</callout>
<deconfigure>
<target>TARGET_IN_ERROR</target>
<target>MCBIST_TARGET</target>
</deconfigure>
<gard>
<target>TARGET_IN_ERROR</target>
<target>MCBIST_TARGET</target>
</gard>
</hwpError>

Expand All @@ -329,18 +329,18 @@
<ffdc>STATUS_REGISTER</ffdc>
<collectRegisterFfdc>
<id>REG_FFDC_MSS_CCS_FAILURE</id>
<target>TARGET_IN_ERROR</target>
<target>MCBIST_TARGET</target>
<targetType>TARGET_TYPE_MCBIST</targetType>
</collectRegisterFfdc>
<callout>
<target>TARGET_IN_ERROR</target>
<target>MCBIST_TARGET</target>
<priority>HIGH</priority>
</callout>
<deconfigure>
<target>TARGET_IN_ERROR</target>
<target>MCBIST_TARGET</target>
</deconfigure>
<gard>
<target>TARGET_IN_ERROR</target>
<target>MCBIST_TARGET</target>
</gard>
</hwpError>

Expand Down

0 comments on commit 8b1f643

Please sign in to comment.