summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLi Meng <shlimeng@cn.ibm.com>2018-12-04 07:22:45 -0600
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-04-12 14:20:21 -0500
commit96032f3cd1224ed2f30096ba60fd64e075c7794b (patch)
tree72768b481d06786ae5a514af9685a8aad3c73f53
parent186d6f22c2ad7044e315b5dec7c6be4ba84016b6 (diff)
downloadtalos-hostboot-96032f3cd1224ed2f30096ba60fd64e075c7794b.tar.gz
talos-hostboot-96032f3cd1224ed2f30096ba60fd64e075c7794b.zip
Adds error logging features to LRDIMM MWD_FINE
Change-Id: I58b5cd4e961db513a6c1910ead3524560c4f2f4b Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69382 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.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/69397 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_lrdimm.xml42
1 files changed, 31 insertions, 11 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_lrdimm.xml b/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_lrdimm.xml
index 9d9af42d6..a8de1d560 100644
--- a/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_lrdimm.xml
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_lrdimm.xml
@@ -100,6 +100,10 @@
<ffdc>CALIBRATION_STEP</ffdc>
<ffdc>TARGET</ffdc>
<ffdc>RANK</ffdc>
+ <callout>
+ <target>TARGET</target>
+ <priority>HIGH</priority>
+ </callout>
</hwpError>
<hwpError>
@@ -111,6 +115,10 @@
<ffdc>CALIBRATION_STEP</ffdc>
<ffdc>TARGET</ffdc>
<ffdc>RANK</ffdc>
+ <callout>
+ <target>TARGET</target>
+ <priority>HIGH</priority>
+ </callout>
</hwpError>
<hwpError>
@@ -123,30 +131,42 @@
<ffdc>CALIBRATION_STEP</ffdc>
<ffdc>TARGET</ffdc>
<ffdc>RANK</ffdc>
+ <callout>
+ <target>TARGET</target>
+ <priority>HIGH</priority>
+ </callout>
</hwpError>
<hwpError>
- <rc>RC_MSS_LRDIMM_CAL_NOISE</rc>
+ <rc>RC_MSS_LRDIMM_NO_PASS_REGION</rc>
<description>
- Set if training result show too much noise during a calibration step
+ Set if a buffer sees no pass region in a calibration step
</description>
- <ffdc>NIBBLE</ffdc>
- <ffdc>BUFFER</ffdc>
- <ffdc>CALIBRATION_RAW_DATA</ffdc>
+ <ffdc>DQ_FLAGS_MSB</ffdc>
+ <ffdc>DQ_FLAGS_LSB</ffdc>
<ffdc>CALIBRATION_STEP</ffdc>
<ffdc>TARGET</ffdc>
+ <ffdc>RANK</ffdc>
+ <callout>
+ <target>TARGET</target>
+ <priority>HIGH</priority>
+ </callout>
</hwpError>
- <hwpError>
- <rc>RC_MSS_LRDIMM_NO_PASS_REGION</rc>
+ <hwpError>
+ <rc>RC_MSS_LRDIMM_CAL_NOISE</rc>
<description>
- Set if a buffer sees no pass region in a calibration step
+ Set if training result show too much noise during a calibration step
</description>
- <ffdc>DQ_FLAGS_MSB</ffdc>
- <ffdc>DQ_FLAGS_LSB</ffdc>
+ <ffdc>NIBBLE</ffdc>
+ <ffdc>BUFFER</ffdc>
+ <ffdc>CALIBRATION_RAW_DATA</ffdc>
<ffdc>CALIBRATION_STEP</ffdc>
<ffdc>TARGET</ffdc>
- <ffdc>RANK</ffdc>
+ <callout>
+ <target>TARGET</target>
+ <priority>HIGH</priority>
+ </callout>
</hwpError>
<hwpError>
OpenPOWER on IntegriCloud