summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/explorer/procedures/xml
diff options
context:
space:
mode:
authorMark Pizzutillo <Mark.Pizzutillo@ibm.com>2019-07-29 17:41:16 -0500
committerChristian R Geddes <crgeddes@us.ibm.com>2019-10-28 13:33:51 -0500
commit4921bf245e22bccc84c60a2030801ec6ee48dcd6 (patch)
tree5d4c27d65a451d7e7ed28a5499d2502dc29f4ca6 /src/import/chips/ocmb/explorer/procedures/xml
parent333d66b55815428a6fff9be13f5cfc5a7d420b15 (diff)
downloadtalos-hostboot-4921bf245e22bccc84c60a2030801ec6ee48dcd6.tar.gz
talos-hostboot-4921bf245e22bccc84c60a2030801ec6ee48dcd6.zip
Update exp_draminit results display for new response structs
Change-Id: I65df040404585fd5cb3b9b79258e697333079dd8 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81318 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> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@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://rchgit01.rchland.ibm.com/gerrit1/82252 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>
Diffstat (limited to 'src/import/chips/ocmb/explorer/procedures/xml')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml16
-rw-r--r--src/import/chips/ocmb/explorer/procedures/xml/error_info/mss_exp_errors.xml13
2 files changed, 29 insertions, 0 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml b/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml
index 9e655ee15..cdd22a559 100644
--- a/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml
+++ b/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml
@@ -410,4 +410,20 @@
<mssAccessorName>exp_atxdly_b</mssAccessorName>
</attribute>
+ <attribute>
+ <id>ATTR_MSS_OCMB_PHY_INIT_MODE</id>
+ <targetType>TARGET_TYPE_OCMB_CHIP</targetType>
+ <description>
+ Mode for PHY initialization.
+ </description>
+ <valueType>uint8</valueType>
+ <initToZero></initToZero>
+ <enum>
+ NORMAL = 0,
+ WITH_EYE_CAPTURE = 1
+ </enum>
+ <writeable/>
+ <mssAccessorName>exp_phy_init_mode</mssAccessorName>
+ </attribute>
+
</attributes>
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 ae2cf7f56..9172a516f 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
@@ -700,4 +700,17 @@
</gard>
</hwpError>
+ <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)
+ </description>
+ <ffdc>TARGET</ffdc>
+ <ffdc>VALUE</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>MEDIUM</priority>
+ </callout>
+ </hwpError>
+
</hwpErrors>
OpenPOWER on IntegriCloud