summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/target_types.xml
diff options
context:
space:
mode:
authorMatt Raybuck <mraybuc@us.ibm.com>2019-02-14 10:44:28 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-03-11 17:05:32 -0500
commit4b29a118853601fc6bf13f374a2f633570924b52 (patch)
tree50dc0ef66e43aab64b76e08c21c770735abd5f66 /src/usr/targeting/common/xmltohb/target_types.xml
parent4636db0ab1ec255b51950e24e742e503411bceb8 (diff)
downloadblackbird-hostboot-4b29a118853601fc6bf13f374a2f633570924b52.tar.gz
blackbird-hostboot-4b29a118853601fc6bf13f374a2f633570924b52.zip
UCD attribute and targeting updates
Change-Id: I6e9f237b421f4eadac8c000784548cf5880582bd RTC: 201991 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71891 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>
Diffstat (limited to 'src/usr/targeting/common/xmltohb/target_types.xml')
-rw-r--r--src/usr/targeting/common/xmltohb/target_types.xml47
1 files changed, 47 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index 51e8bb501..465103bce 100644
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -25,6 +25,15 @@
<!-- IBM_PROLOG_END_TAG -->
<attributes>
<targetType>
+ <id>asic</id>
+ <parent>base</parent>
+ <attribute>
+ <id>CLASS</id>
+ <default>ASIC</default>
+ </attribute>
+ </targetType>
+
+ <targetType>
<id>base</id>
<attribute>
<id>AFFINITY_PATH</id>
@@ -147,6 +156,14 @@
<parent>chip-tpm-cectpm</parent>
</targetType>
+ <!-- This special UCD target adapts the MRW to Hostboot's specific UCD
+ target. All attributes should be declared against the parent
+ target. -->
+ <targetType>
+ <id>chip-UCD9090</id>
+ <parent>ucd9090</parent>
+ </targetType>
+
<targetType>
<id>chip-bmc-ast2500</id>
<parent>sp</parent>
@@ -1110,6 +1127,18 @@
</targetType>
<targetType>
+ <id>i2c-power-sequencer</id>
+ <parent>asic</parent>
+ <attribute>
+ <id>I2C_CONTROL_INFO</id>
+ </attribute>
+ <attribute>
+ <id>TYPE</id>
+ <default>POWER_SEQUENCER</default>
+ </attribute>
+ </targetType>
+
+ <targetType>
<id>i2c_mux_pca9847</id>
<parent>chip</parent>
<attribute>
@@ -1873,6 +1902,24 @@
</targetType>
<targetType>
+ <id>ucd90120a</id>
+ <parent>i2c-power-sequencer</parent>
+ <attribute>
+ <id>MODEL</id>
+ <default>UCD90120A</default>
+ </attribute>
+ </targetType>
+
+ <targetType>
+ <id>ucd9090</id>
+ <parent>i2c-power-sequencer</parent>
+ <attribute>
+ <id>MODEL</id>
+ <default>UCD9090</default>
+ </attribute>
+ </targetType>
+
+ <targetType>
<id>unit</id>
<parent>base</parent>
<attribute>
OpenPOWER on IntegriCloud