summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/explorer/procedures
diff options
context:
space:
mode:
authorBen Gass <bgass@us.ibm.com>2018-09-26 12:06:02 -0500
committerChristian R Geddes <crgeddes@us.ibm.com>2019-11-04 10:38:50 -0600
commit51aae24611b4e6e39c02e4f23411e9c7c5c117ce (patch)
tree062b77ebcca2b99c93e4489d18fd1a3dc8a54ed6 /src/import/chips/ocmb/explorer/procedures
parent632582f105da7a546708c4f9705761948d7688fa (diff)
downloadtalos-hostboot-51aae24611b4e6e39c02e4f23411e9c7c5c117ce.tar.gz
talos-hostboot-51aae24611b4e6e39c02e4f23411e9c7c5c117ce.zip
Adding obj_handle values for attentions to explorer.scom.initfile
Change-Id: Ifb4928893d78ab399614c0ef5aa30a1074118903 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/66683 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Dev-Ready: Benjamin Gass <bgass@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Benjamin Gass <bgass@us.ibm.com> Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/85236 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')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml48
1 files changed, 48 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 cdd22a559..2c9c905fe 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
@@ -426,4 +426,52 @@
<mssAccessorName>exp_phy_init_mode</mssAccessorName>
</attribute>
+ <attribute>
+ <id>ATTR_MSS_OCMB_CHECKSTOP_OBJ_HANDLE</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>
+ The obj_handle value to send on ocmb checkstop
+ </description>
+ <valueType>uint64</valueType>
+ <default>0x0</default>
+ <platInit/>
+ <mrwHide/>
+ </attribute>
+
+ <attribute>
+ <id>ATTR_MSS_OCMB_RECOV_OBJ_HANDLE</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>
+ The obj_handle value to send on ocmb recoverable errors
+ </description>
+ <valueType>uint64</valueType>
+ <default>0x1</default>
+ <platInit/>
+ <mrwHide/>
+ </attribute>
+
+ <attribute>
+ <id>ATTR_MSS_OCMB_SPECATTN_OBJ_HANDLE</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>
+ The obj_handle value to send on ocmb special attention
+ </description>
+ <valueType>uint64</valueType>
+ <default>0x2</default>
+ <platInit/>
+ <mrwHide/>
+ </attribute>
+
+ <attribute>
+ <id>ATTR_MSS_OCMB_APPINTR_OBJ_HANDLE</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>
+ The obj_handle value to send on ocmb application interrupt
+ </description>
+ <valueType>uint64</valueType>
+ <default>0x3</default>
+ <platInit/>
+ <mrwHide/>
+ </attribute>
+
</attributes>
OpenPOWER on IntegriCloud