summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/error_info/p9_get_mem_vpd_keyword.xml
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2017-01-05 16:34:08 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-01-13 14:52:49 -0500
commit9b7aad9ea276eda21ae35e2bfa69f6dffed5133b (patch)
tree661b17c0a983932483fd5af776790c6e521b8619 /src/import/chips/p9/procedures/xml/error_info/p9_get_mem_vpd_keyword.xml
parente1d3218159515f947ee959985a1d754a01999a1d (diff)
downloadtalos-hostboot-9b7aad9ea276eda21ae35e2bfa69f6dffed5133b.tar.gz
talos-hostboot-9b7aad9ea276eda21ae35e2bfa69f6dffed5133b.zip
More improvements to memory vpd error handling
Noticed that the error we really end up seeing is not the one I expected. I combined the two redundant error paths and included additional FFDC. Change-Id: Ic2ae2850fc9ff8f76f9889c7af565c3308c57b3a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34458 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34497 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_get_mem_vpd_keyword.xml')
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9_get_mem_vpd_keyword.xml19
1 files changed, 2 insertions, 17 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_get_mem_vpd_keyword.xml b/src/import/chips/p9/procedures/xml/error_info/p9_get_mem_vpd_keyword.xml
index ecd8e3ecc..278c690c5 100644
--- a/src/import/chips/p9/procedures/xml/error_info/p9_get_mem_vpd_keyword.xml
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_get_mem_vpd_keyword.xml
@@ -5,7 +5,7 @@
<!-- -->
<!-- OpenPOWER HostBoot Project -->
<!-- -->
-<!-- Contributors Listed Below - COPYRIGHT 2016 -->
+<!-- Contributors Listed Below - COPYRIGHT 2016,2017 -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
<!-- -->
@@ -71,7 +71,7 @@
</hwpError>
<!-- ********************************************************************* -->
<hwpError>
- <rc>RC_GET_MEM_VPD_NO_MATCH_FOUND</rc>
+ <rc>RC_GET_MEM_VPD_UNSUPPORTED_CONFIG</rc>
<description>
No keyword specified for MCS, Ranks, and frequency
</description>
@@ -97,21 +97,6 @@
</hwpError>
<!-- ********************************************************************* -->
<hwpError>
- <rc>RC_GET_MEM_VPD_UNSUPPORTED_CONFIGURATION</rc>
- <description>Unsupported MCS, Ranks, and frequency</description>
- <ffdc>TYPE</ffdc>
- <ffdc>MCS</ffdc>
- <ffdc>FREQ</ffdc>
- <ffdc>DIMM0RANK</ffdc>
- <ffdc>DIMM1RANK</ffdc>
- <ffdc>VPDMCSMASK</ffdc>
- <ffdc>VPDFREQMASK</ffdc>
- <ffdc>VPDRANKMASK</ffdc>
- <ffdc>TARGET</ffdc>
- <ffdc>VPDTYPE</ffdc>
- </hwpError>
- <!-- ********************************************************************* -->
- <hwpError>
<rc>RC_GET_MEM_VPD_ENTRY_NOT_FOUND</rc>
<description>Entry outside of possible entries</description>
<ffdc>ENTRY</ffdc>
OpenPOWER on IntegriCloud