summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/explorer/procedures/xml/error_info/mss_exp_errors.xml
diff options
context:
space:
mode:
authorMark Pizzutillo <Mark.Pizzutillo@ibm.com>2019-10-22 17:29:46 -0400
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-10-30 14:35:44 -0500
commit4b9dc024e961a5b230a9cf345fb6a7cfdf73cf63 (patch)
treed479badc8b2fbe3802c0b043262371af037f79c5 /src/import/chips/ocmb/explorer/procedures/xml/error_info/mss_exp_errors.xml
parent3502d6036aa6c9bf159d3a241c45ee5bc111bc05 (diff)
downloadtalos-hostboot-4b9dc024e961a5b230a9cf345fb6a7cfdf73cf63.tar.gz
talos-hostboot-4b9dc024e961a5b230a9cf345fb6a7cfdf73cf63.zip
Add assert for RSP extended data buffer size in exp_draminit
Change-Id: If924286f31c31bb66b5191d51afce43c8a1e50d2 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/85774 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+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: Louis Stermole <stermole@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Dev-Ready: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/85790 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: Daniel M Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/ocmb/explorer/procedures/xml/error_info/mss_exp_errors.xml')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/xml/error_info/mss_exp_errors.xml24
1 files changed, 23 insertions, 1 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/xml/error_info/mss_exp_errors.xml b/src/import/chips/ocmb/explorer/procedures/xml/error_info/mss_exp_errors.xml
index 9172a516f..f310b9e50 100644
--- a/src/import/chips/ocmb/explorer/procedures/xml/error_info/mss_exp_errors.xml
+++ b/src/import/chips/ocmb/explorer/procedures/xml/error_info/mss_exp_errors.xml
@@ -703,7 +703,7 @@
<hwpError>
<rc>RC_MSS_EXP_UNKNOWN_PHY_INIT_MODE</rc>
<description>
- The PHY init mode attribute value was unknown. Valid: 0 (NORMAL), 1 (WITH_EYE_CAPTURE)
+ The PHY init mode value was an unknown value.
</description>
<ffdc>TARGET</ffdc>
<ffdc>VALUE</ffdc>
@@ -713,4 +713,26 @@
</callout>
</hwpError>
+ <hwpError>
+ <rc>RC_MSS_EXP_INVALID_PHY_INIT_RSP_DATA_LENGTH</rc>
+ <description>
+ The data buffer vector retrieved from the EXP_FW_DDR_PHY_INIT response did not match the expected length
+ </description>
+ <ffdc>OCMB_TARGET</ffdc>
+ <ffdc>PHY_INIT_MODE</ffdc>
+ <ffdc>EXPECTED_LENGTH</ffdc>
+ <ffdc>ACTUAL_LENGTH</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>MEDIUM</priority>
+ </callout>
+ <callout>
+ <target>OCMB_TARGET</target>
+ <priority>HIGH</priority>
+ </callout>
+ <deconfigure>
+ <target>OCMB_TARGET</target>
+ </deconfigure>
+ </hwpError>
+
</hwpErrors>
OpenPOWER on IntegriCloud