summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/xmltohb/target_types.xml
diff options
context:
space:
mode:
authorMissy Connell <missyc@us.ibm.com>2012-02-23 11:09:50 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-03-30 15:55:17 -0500
commit2c609c0829362e6f499464db39dd4dce6e592f30 (patch)
tree82c9964691bc61c09c9d95c08a8a82a45650a9fd /src/usr/targeting/xmltohb/target_types.xml
parenta2cf819c913c65fb9a019b8e62c8e77b8964929a (diff)
downloadtalos-hostboot-2c609c0829362e6f499464db39dd4dce6e592f30.tar.gz
talos-hostboot-2c609c0829362e6f499464db39dd4dce6e592f30.zip
Full support for Scom Translate
Includes Xbus, Abus support and all indirect scom address ranges known to date. Task 36903 - Scom Translate for A and X Bus Task 37697 - Code updates for Scom Translate Abus/Xbus Task 38765 - fix for Indirect Scom/Scom translate for MBA targets currently not yet supported Added Murano XML targets for Xbus and Abus Final Merge with Murano/Venice on 810 verified Change-Id: I75d9e642efc4e020e39a2b87ab541cfa5ecd56ba Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/761 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/xmltohb/target_types.xml')
-rw-r--r--src/usr/targeting/xmltohb/target_types.xml74
1 files changed, 74 insertions, 0 deletions
diff --git a/src/usr/targeting/xmltohb/target_types.xml b/src/usr/targeting/xmltohb/target_types.xml
index ed8dfe03b..46bd00ffd 100644
--- a/src/usr/targeting/xmltohb/target_types.xml
+++ b/src/usr/targeting/xmltohb/target_types.xml
@@ -484,6 +484,80 @@
</attribute>
</targetType>
+<targetType>
+ <id>unit-abus-power8</id>
+ <parent>unit</parent>
+ <attribute>
+ <id>TYPE</id>
+ <default>ABUS</default>
+ </attribute>
+ <attribute><id>CHIP_UNIT</id></attribute>
+</targetType>
+
+<targetType>
+ <id>unit-abus-salerno</id>
+ <parent>unit-abus-power8</parent>
+ <attribute>
+ <id>MODEL</id>
+ <default>SALERNO</default>
+ </attribute>
+</targetType>
+
+<targetType>
+ <id>unit-abus-venice</id>
+ <parent>unit-abus-power8</parent>
+ <attribute>
+ <id>MODEL</id>
+ <default>VENICE</default>
+ </attribute>
+</targetType>
+
+<targetType>
+ <id>unit-abus-murano</id>
+ <parent>unit-abus-power8</parent>
+ <attribute>
+ <id>MODEL</id>
+ <default>MURANO</default>
+ </attribute>
+</targetType>
+
+<targetType>
+ <id>unit-xbus-power8</id>
+ <parent>unit</parent>
+ <attribute>
+ <id>TYPE</id>
+ <default>XBUS</default>
+ </attribute>
+ <attribute><id>CHIP_UNIT</id></attribute>
+</targetType>
+
+<targetType>
+ <id>unit-xbus-salerno</id>
+ <parent>unit-xbus-power8</parent>
+ <attribute>
+ <id>MODEL</id>
+ <default>SALERNO</default>
+ </attribute>
+</targetType>
+
+<targetType>
+ <id>unit-xbus-venice</id>
+ <parent>unit-xbus-power8</parent>
+ <attribute>
+ <id>MODEL</id>
+ <default>VENICE</default>
+ </attribute>
+</targetType>
+
+<targetType>
+ <id>unit-xbus-murano</id>
+ <parent>unit-xbus-power8</parent>
+ <attribute>
+ <id>MODEL</id>
+ <default>MURANO</default>
+ </attribute>
+</targetType>
+
<!-- Hybrid targets -->
<targetType>
OpenPOWER on IntegriCloud