summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/target_types.xml
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2017-05-01 15:49:40 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-05-23 14:03:57 -0400
commit6d153811271a104cd4471633e19d8b51c664fe5d (patch)
treea534b2d375f16e5993e1c0814d8b79d9eee4ba08 /src/usr/targeting/common/xmltohb/target_types.xml
parent58a4a24d65473e5611db1fc11e2023a1370968d0 (diff)
downloadtalos-hostboot-6d153811271a104cd4471633e19d8b51c664fe5d.tar.gz
talos-hostboot-6d153811271a104cd4471633e19d8b51c664fe5d.zip
define TARGET_TYPE_NPU
Change-Id: I80d6b6ae23102018f2e86ec5b38282029e841e6c RTC:171597 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39913 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common/xmltohb/target_types.xml')
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/target_types.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index b40960669..86ac8ed04 100755
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -2264,6 +2264,37 @@
</attribute>
</targetType>
+<!-- One NPU per proc -->
+<targetType>
+ <id>unit-npu-power9</id>
+ <parent>unit</parent>
+ <attribute>
+ <id>TYPE</id>
+ <default>NPU</default>
+ </attribute>
+ <attribute><id>DECONFIG_GARDABLE</id><default>1</default></attribute>
+ <attribute><id>HUID</id></attribute>
+ <attribute><id>PARENT_PERVASIVE</id></attribute>
+</targetType>
+
+<targetType>
+ <id>unit-npu-nimbus</id>
+ <parent>unit-npu-power9</parent>
+ <attribute>
+ <id>MODEL</id>
+ <default>NIMBUS</default>
+ </attribute>
+</targetType>
+
+<targetType>
+ <id>unit-npu-cumulus</id>
+ <parent>unit-npu-power9</parent>
+ <attribute>
+ <id>MODEL</id>
+ <default>CUMULUS</default>
+ </attribute>
+</targetType>
+
<!-- PPE
Nimbus : 21, including the SBE (1 SBE, 1 Powerbus/Fabric PPE,
4 GPEs, 12 CMEs, and 3 IO PPEs.
OpenPOWER on IntegriCloud