summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/error_info
diff options
context:
space:
mode:
authorLouis Stermole <stermole@us.ibm.com>2017-02-01 12:22:15 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2019-01-11 03:31:04 -0600
commitea070e563fc38c5ee9686c4e6c70fe41e5c2cd55 (patch)
tree82532ef7bc861b2fa4e2ee7006cba8240e1c1662 /src/import/chips/p9/procedures/xml/error_info
parent5942578dbc6c496569377b05864699abf3c44013 (diff)
downloadtalos-sbe-ea070e563fc38c5ee9686c4e6c70fe41e5c2cd55.tar.gz
talos-sbe-ea070e563fc38c5ee9686c4e6c70fe41e5c2cd55.zip
Fix 1R dual-drop bugs
Fix get_rank_pair bug that caused dual-drop 1R CCS hang Fix process_initial_cal_errors bug that caused disable bit setting errors Change-Id: Ie75115a2410874c2f567b140b89a96d5575c7899 Depends-On: If24e74e9e878c24125540e324cad40a7218c59ff Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35808 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> Dev-Ready: Louis Stermole <stermole@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70347 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml/error_info')
-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