summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_lib.xml28
1 files changed, 28 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 c2f5e49f..c4799ddb 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
@@ -408,4 +408,32 @@
</callout>
</hwpError>
+ <hwpError>
+ <rc>RC_MSS_BAD_DIMM_INDEX_FOR_GIVEN_RANK</rc>
+ <description>Indicates a fail when attempting to get a DIMM index for a given rank</description>
+ <ffdc>RANK</ffdc>
+ <ffdc>DIMM_INDEX</ffdc>
+ <callout>
+ <target>TARGET</target>
+ <priority>HIGH</priority>
+ </callout>
+ <deconfigure>
+ <target>TARGET</target>
+ </deconfigure>
+ </hwpError>
+
+ <hwpError>
+ <rc>RC_MSS_NO_DIMM_FOR_GIVEN_DIMM_INDEX</rc>
+ <description>Indicates a fail when attempting to get a DIMM target for a given DIMM index</description>
+ <ffdc>RANK</ffdc>
+ <ffdc>DIMM_INDEX</ffdc>
+ <callout>
+ <target>TARGET</target>
+ <priority>HIGH</priority>
+ </callout>
+ <deconfigure>
+ <target>TARGET</target>
+ </deconfigure>
+ </hwpError>
+
</hwpErrors>
OpenPOWER on IntegriCloud