summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/error_info
diff options
context:
space:
mode:
authorTsung Yeung <tyeung@us.ibm.com>2018-11-30 15:28:03 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2019-01-11 04:22:39 -0600
commit17058c49441abde33534056c52162f7bc244856d (patch)
tree9d6ed368def61c24bb3a638c4c933935c95b5294 /src/import/chips/p9/procedures/xml/error_info
parent7a9f08a0a7eabf1d1347185a2456627519e1d037 (diff)
downloadtalos-sbe-17058c49441abde33534056c52162f7bc244856d.tar.gz
talos-sbe-17058c49441abde33534056c52162f7bc244856d.zip
P9: NVDIMM SBE Support to Trigger Catastrophic Save
- Adds attribute to indicate which ports contain NVDIMM - Subroutine to trigger CSAVE on ports with NVDIMM Change-Id: I44760dddbc6807fb2a0fa52b6f36d739990e8395 Original-Change-Id: I5fc9ead249dda0062ca3ac5237113688a22eb50c CQ:SW452306 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69314 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Sunil Kumar <skumar8j@in.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70357 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.xml21
1 files changed, 21 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 3e81ca96..b302162c 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
@@ -565,4 +565,25 @@
</callout>
</hwpError>
+ <hwpError>
+ <rc>RC_MSS_SRE_MCA_OUT_OF_RANGE</rc>
+ <description>Indicates a MCA passed to the NVDIMM sre code is out of range</description>
+ <ffdc>PROC_TARGET</ffdc>
+ <ffdc>MCA_POS</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
+ </hwpError>
+
+ <hwpError>
+ <rc>RC_MSS_RESETN_MCA_OUT_OF_RANGE</rc>
+ <description>Indicates a MCA passed to the NVDIMM resetn code is out of range</description>
+ <ffdc>PROC_TARGET</ffdc>
+ <ffdc>MCA_POS</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
+ </hwpError>
</hwpErrors>
OpenPOWER on IntegriCloud