summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml')
-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