summaryrefslogtreecommitdiffstats
path: root/src/import
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2016-02-25 13:00:11 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2019-01-11 03:29:26 -0600
commit737236237bc40683e8d10dd17743458839288762 (patch)
tree19a1bc3cd42d77bd3fdb0d88f03017a042c49f6b /src/import
parent33aeb4130fcd608d39a74e484e96f25283c1a296 (diff)
downloadtalos-sbe-737236237bc40683e8d10dd17743458839288762.tar.gz
talos-sbe-737236237bc40683e8d10dd17743458839288762.zip
Change draminit_mc mcbist subtest to perform compares rather than ECC
Add checking for failed subtest Add checking for UE and compare errors Improve time out error handling Change-Id: Iedcf3757407c0869d7aeda0d80d5fb6f84566f15 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21326 Reviewed-by: Louis Stermole <stermole@us.ibm.com> Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70339 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import')
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_lib.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_lib.xml b/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_lib.xml
index 89bb4151..61717b7a 100644
--- a/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_lib.xml
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_lib.xml
@@ -113,6 +113,35 @@
</hwpError>
<hwpError>
+ <rc>RC_MSS_MCBIST_TIMEOUT</rc>
+ <description>MCBIST program failed to return in the time allowed</description>
+ <callout>
+ <target>TARGET_IN_ERROR</target>
+ <priority>HIGH</priority>
+ </callout>
+ </hwpError>
+
+ <hwpError>
+ <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>
+ <callout>
+ <target>TARGET_IN_ERROR</target>
+ <priority>HIGH</priority>
+ </callout>
+ </hwpError>
+
+ <hwpError>
+ <rc>RC_MSS_MCBIST_UNKNOWN_FAILURE</rc>
+ <description>MCBIST program reported a failure but no error status was found</description>
+ <ffdc>STATUS_REGISTER</ffdc>
+ <callout>
+ <target>TARGET_IN_ERROR</target>
+ <priority>HIGH</priority>
+ </callout>
+ </hwpError>
+
+ <hwpError>
<rc>RC_MSS_MCBIST_PROGRAM_TOO_BIG</rc>
<description>MCBIST program larger than currently supported size</description>
<ffdc>PROGRAM_LENGTH</ffdc>
OpenPOWER on IntegriCloud