summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_memdiags.xml
diff options
context:
space:
mode:
authorLouis Stermole <stermole@us.ibm.com>2017-01-30 10:59:43 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-02-28 16:15:19 -0500
commit8a6f2a39aa4f3cf106ee8b78fdc17c59224d4da2 (patch)
treee462c6798f1c8dd720dc191d6641a94b2bdbccce /src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_memdiags.xml
parent3b44d04006f31b5b88b47e0479d99ea40b030ccf (diff)
downloadtalos-hostboot-8a6f2a39aa4f3cf106ee8b78fdc17c59224d4da2.tar.gz
talos-hostboot-8a6f2a39aa4f3cf106ee8b78fdc17c59224d4da2.zip
Add MSS restore_repairs function
Change-Id: Ie1180d067cbf87f337e2ce74d2a369d29a862cb8 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36025 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36027 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_memdiags.xml')
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_memdiags.xml54
1 files changed, 53 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_memdiags.xml b/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_memdiags.xml
index 0a7c4b183..80a6b90ee 100644
--- a/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_memdiags.xml
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_memdiags.xml
@@ -5,7 +5,7 @@
<!-- -->
<!-- OpenPOWER HostBoot Project -->
<!-- -->
-<!-- Contributors Listed Below - COPYRIGHT 2016 -->
+<!-- Contributors Listed Below - COPYRIGHT 2016,2017 -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
<!-- -->
@@ -61,6 +61,27 @@
<scomRegister>MCBIST_MCBEA3Q</scomRegister>
</registerFfdc>
+ <registerFfdc>
+ <id>REG_FFDC_MSS_MARK_REPAIR_FAILURE</id>
+ <scomRegister>MCA_HWMS0</scomRegister>
+ <scomRegister>MCA_WDF_HWMS1</scomRegister>
+ <scomRegister>MCA_HWMS2</scomRegister>
+ <scomRegister>MCA_HWMS3</scomRegister>
+ <scomRegister>MCA_HWMS4</scomRegister>
+ <scomRegister>MCA_HWMS5</scomRegister>
+ <scomRegister>MCA_HWMS6</scomRegister>
+ <scomRegister>MCA_HWMS7</scomRegister>
+
+ <scomRegister>MCA_FWMS0</scomRegister>
+ <scomRegister>MCA_WREITE_FWMS1</scomRegister>
+ <scomRegister>MCA_FWMS2</scomRegister>
+ <scomRegister>MCA_FWMS3</scomRegister>
+ <scomRegister>MCA_FWMS4</scomRegister>
+ <scomRegister>MCA_FWMS5</scomRegister>
+ <scomRegister>MCA_FWMS6</scomRegister>
+ <scomRegister>MCA_FWMS7</scomRegister>
+ </registerFfdc>
+
<hwpError>
<rc>RC_MSS_MEMDIAGS_ERROR_IN_LAST_PATTERN</rc>
<description>An error was caused by the last MCBIST pattern</description>
@@ -246,5 +267,36 @@
</callout>
</hwpError>
+ <hwpError>
+ <rc>RC_MSS_MEMDIAGS_REPAIRS_EXCEEDED</rc>
+ <description>A mark repair operation failed to repair enough bad bits</description>
+ <ffdc>TARGET</ffdc>
+ <collectRegisterFfdc>
+ <id>REG_FFDC_MSS_MARK_REPAIR_FAILURE</id>
+ <target>TARGET</target>
+ <targetType>TARGET_TYPE_MCA</targetType>
+ </collectRegisterFfdc>
+ <callout>
+ <target>TARGET</target>
+ <priority>HIGH</priority>
+ </callout>
+ </hwpError>
+
+ <hwpError>
+ <rc>RC_MSS_MEMDIAGS_CHIPMARK_AND_SYMBOLMARK</rc>
+ <description>A mark repair operation set both a chipmark and symbol mark on one rank</description>
+ <ffdc>TARGET</ffdc>
+ <ffdc>RANK</ffdc>
+ <collectRegisterFfdc>
+ <id>REG_FFDC_MSS_MARK_REPAIR_FAILURE</id>
+ <target>TARGET</target>
+ <targetType>TARGET_TYPE_MCA</targetType>
+ </collectRegisterFfdc>
+ <callout>
+ <target>TARGET</target>
+ <priority>HIGH</priority>
+ </callout>
+ </hwpError>
+
</hwpErrors>
OpenPOWER on IntegriCloud