summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2019-04-16 09:51:22 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-04-18 09:29:08 -0500
commit0da6ad912fdfae1b8d3ed8e117beede01365fc04 (patch)
treec78eb92a381c8982841d32dcb53e2c477880d67b
parentcf29aa3e9203d94386ddc092c7141ac4660c646f (diff)
downloadblackbird-hostboot-0da6ad912fdfae1b8d3ed8e117beede01365fc04.tar.gz
blackbird-hostboot-0da6ad912fdfae1b8d3ed8e117beede01365fc04.zip
Add OCMB_CHIP_TYPE Attribute
This commit adds the OCMB_CHIP_TYPE attribute and its associated enumeration. It adds this attribute to the generic OCMB Chip target. Change-Id: I0d0dfacf418a0990329bf9882276e79c524bd192 RTC:205563 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/76020 Reviewed-by: Glenn Miles <milesg@ibm.com> Reviewed-by: Matthew Raybuck <matthew.raybuck@ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml33
-rw-r--r--src/usr/targeting/common/xmltohb/target_types.xml3
2 files changed, 36 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 33563a08a..d8df2230d 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -5149,6 +5149,39 @@
<no_export/>
</attribute>
+ <enumerationType>
+ <default>INVALID</default>
+ <description>Enumeration indicating the type of the OCMB Chip</description>
+ <enumerator>
+ <name>INVALID</name>
+ <value>0x00</value>
+ </enumerator>
+ <enumerator>
+ <name>GEMINI</name>
+ <value>0x01</value>
+ </enumerator>
+ <enumerator>
+ <name>EXPLORER</name>
+ <value>0x02</value>
+ </enumerator>
+ <id>OCMB_CHIP_TYPE</id>
+ </enumerationType>
+
+ <attribute>
+ <description>Designation of OCMB Chip Type</description>
+ <id>OCMB_CHIP_TYPE</id>
+ <hasStringConversion/>
+ <persistency>non-volatile</persistency>
+ <readable/>
+ <simpleType>
+ <enumeration>
+ <id>OCMB_CHIP_TYPE</id>
+ </enumeration>
+ </simpleType>
+ <writeable/>
+ <no_export/>
+ </attribute>
+
<attribute>
<description>
Physical entity path an OMI's associated OMIC parent target
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index 10ee3b301..1c5f51f0b 100644
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -426,6 +426,9 @@
<id>HWAS_STATE_CHANGED_SUBSCRIPTION_MASK</id>
</attribute>
<attribute>
+ <id>OCMB_CHIP_TYPE</id>
+ </attribute>
+ <attribute>
<default>
<field>
<id>childRollupAllowed</id>
OpenPOWER on IntegriCloud