summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_lib.xml
diff options
context:
space:
mode:
authorLouis Stermole <stermole@us.ibm.com>2017-02-01 12:22:15 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-02-10 22:03:32 -0500
commit3666b202d70311d1961f9aad581f25d228bd0aa4 (patch)
treede377d8d6879c4c6b2b35787b23f777a02a6e2e4 /src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_lib.xml
parent72f2e5f8c42cf80fdea34bc4d6e0e29abd2ab1c4 (diff)
downloadtalos-hostboot-3666b202d70311d1961f9aad581f25d228bd0aa4.tar.gz
talos-hostboot-3666b202d70311d1961f9aad581f25d228bd0aa4.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://ralgit01.raleigh.ibm.com/gerrit1/35822 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_lib.xml')
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_lib.xml30
1 files changed, 29 insertions, 1 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 5f3659f5f..c55868f1e 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
@@ -5,7 +5,7 @@
<!-- -->
<!-- OpenPOWER HostBoot Project -->
<!-- -->
-<!-- Contributors Listed Below - COPYRIGHT 2015,2016 -->
+<!-- Contributors Listed Below - COPYRIGHT 2015,2017 -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
<!-- -->
@@ -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