summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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