summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/target_types.xml
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2014-05-28 16:10:05 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-06-27 14:47:45 -0500
commit98d732a527edc1a422f0f185558a38505a68e74b (patch)
tree39f80aab49ec8f60bb1acaf07ee1717ca4b9a7a7 /src/usr/targeting/common/xmltohb/target_types.xml
parent98c223360ea9641fb1ab738b29c858869f5bf31d (diff)
downloadtalos-hostboot-98d732a527edc1a422f0f185558a38505a68e74b.tar.gz
talos-hostboot-98d732a527edc1a422f0f185558a38505a68e74b.zip
Add Naples support to the targeting infrastructure
Change-Id: I421e5a456a8d84a844f341e8c6fd462ad557e728 RTC: 107937 Depends-On: Ie748454257938103bdb76d7ac1b5d425bc97d348 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11330 Tested-by: Jenkins Server Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common/xmltohb/target_types.xml')
-rw-r--r--src/usr/targeting/common/xmltohb/target_types.xml99
1 files changed, 99 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index e2bac28fc..9ff8613d7 100644
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -581,6 +581,15 @@
</targetType>
<targetType>
+ <id>chip-processor-naples</id>
+ <parent>chip-processor-power8</parent>
+ <attribute>
+ <id>MODEL</id>
+ <default>NAPLES</default>
+ </attribute>
+</targetType>
+
+<targetType>
<id>unit</id>
<parent>base</parent>
<attribute>
@@ -667,6 +676,15 @@
</attribute>
</targetType>
+<targetType>
+ <id>unit-ex-naples</id>
+ <parent>unit-ex-power8</parent>
+ <attribute>
+ <id>MODEL</id>
+ <default>NAPLES</default>
+ </attribute>
+</targetType>
+
<targetType>
<id>unit-core-power8</id>
@@ -699,6 +717,15 @@
</attribute>
</targetType>
+<targetType>
+ <id>unit-core-naples</id>
+ <parent>unit-core-power8</parent>
+ <attribute>
+ <id>MODEL</id>
+ <default>NAPLES</default>
+ </attribute>
+</targetType>
+
<targetType>
<id>unit-pci-power8</id>
@@ -731,6 +758,15 @@
</attribute>
</targetType>
+<targetType>
+ <id>unit-pci-naples</id>
+ <parent>unit-pci-power8</parent>
+ <attribute>
+ <id>MODEL</id>
+ <default>NAPLES</default>
+ </attribute>
+</targetType>
+
<targetType>
<id>enc-node-power8</id>
@@ -792,6 +828,15 @@
</targetType>
<targetType>
+ <id>unit-abus-naples</id>
+ <parent>unit-abus-power8</parent>
+ <attribute>
+ <id>MODEL</id>
+ <default>NAPLES</default>
+ </attribute>
+</targetType>
+
+<targetType>
<id>unit-xbus-power8</id>
<parent>unit</parent>
<attribute>
@@ -824,6 +869,15 @@
</attribute>
</targetType>
+<targetType>
+ <id>unit-xbus-naples</id>
+ <parent>unit-xbus-power8</parent>
+ <attribute>
+ <id>MODEL</id>
+ <default>NAPLES</default>
+ </attribute>
+</targetType>
+
<!-- Hybrid targets -->
<targetType>
@@ -1158,6 +1212,15 @@
</attribute>
</targetType>
+<targetType>
+ <id>unit-mcs-naples</id>
+ <parent>unit-mcs-power8</parent>
+ <attribute>
+ <id>MODEL</id>
+ <default>NAPLES</default>
+ </attribute>
+</targetType>
+
<!-- Processor target types -->
<targetType>
@@ -1178,6 +1241,15 @@
</attribute>
</targetType>
+<targetType>
+ <id>unit-mba-naples</id>
+ <parent>unit-mba-venice</parent>
+ <attribute>
+ <id>MODEL</id>
+ <default>NAPLES</default>
+ </attribute>
+</targetType>
+
<!-- Memory Buffer Target Types -->
<!-- Centaur chip/DMI -->
@@ -1395,6 +1467,15 @@
</targetType>
<targetType>
+ <id>unit-nx-naples</id>
+ <parent>unit-nx-power8</parent>
+ <attribute>
+ <id>MODEL</id>
+ <default>NAPLES</default>
+ </attribute>
+</targetType>
+
+<targetType>
<id>unit-pore-power8</id>
<parent>unit</parent>
<attribute>
@@ -1435,6 +1516,15 @@
</targetType>
<targetType>
+ <id>unit-pore-naples</id>
+ <parent>unit-pore-power8</parent>
+ <attribute>
+ <id>MODEL</id>
+ <default>NAPLES</default>
+ </attribute>
+</targetType>
+
+<targetType>
<id>unit-capp-power8</id>
<parent>unit</parent>
<attribute>
@@ -1474,4 +1564,13 @@
</attribute>
</targetType>
+<targetType>
+ <id>unit-capp-naples</id>
+ <parent>unit-capp-power8</parent>
+ <attribute>
+ <id>MODEL</id>
+ <default>NAPLES</default>
+ </attribute>
+</targetType>
+
</attributes>
OpenPOWER on IntegriCloud