summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVenkatesh Sainath <vsainath@in.ibm.com>2018-01-15 04:19:41 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-01-23 09:18:25 -0500
commit5bb1802ad0aed2ad6b44ce95d82f3545d3a1a0cf (patch)
treec9314564bff0b0ba96bcff331b1ea870a0c7ea5d /src
parent038392cae8c5a50b0098000566167fef68d047f5 (diff)
downloadtalos-hostboot-5bb1802ad0aed2ad6b44ce95d82f3545d3a1a0cf.tar.gz
talos-hostboot-5bb1802ad0aed2ad6b44ce95d82f3545d3a1a0cf.zip
Enabling Fleetwood Multi-node istep 18 attributes
Adding OBUS SMPGROUP target and LINK_TRAIN_OPTION attribute for enabling Fleetwood Multinode Change-Id: Ia221d75c2ec262c2b7ae8966bb080473717eae5c Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/51948 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> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/usr/targeting/common/entitypath.C4
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/attribute_types.xml9
-rw-r--r--src/usr/targeting/common/xmltohb/target_types.xml17
3 files changed, 25 insertions, 5 deletions
diff --git a/src/usr/targeting/common/entitypath.C b/src/usr/targeting/common/entitypath.C
index 7dc3b9273..8123efe5b 100644
--- a/src/usr/targeting/common/entitypath.C
+++ b/src/usr/targeting/common/entitypath.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2017 */
+/* Contributors Listed Below - COPYRIGHT 2012,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -469,6 +469,8 @@ const char* EntityPath::pathElementTypeAsString(
return "RTC";
case TYPE_FANCTLR:
return "FANCTLR";
+ case TYPE_SMPGROUP:
+ return "SMPGROUP";
// case TYPE_FSI_LINK:
// return "FSI-link";
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index ec107fe80..d84652cfc 100755
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -5,7 +5,7 @@
<!-- -->
<!-- OpenPOWER HostBoot Project -->
<!-- -->
-<!-- Contributors Listed Below - COPYRIGHT 2012,2017 -->
+<!-- Contributors Listed Below - COPYRIGHT 2012,2018 -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
<!-- -->
@@ -4840,9 +4840,13 @@
<value>70</value>
</enumerator>
<enumerator>
- <name>LAST_IN_RANGE</name>
+ <name>SMPGROUP</name>
<value>71</value>
</enumerator>
+ <enumerator>
+ <name>LAST_IN_RANGE</name>
+ <value>72</value>
+ </enumerator>
<id>TYPE</id>
</enumerationType>
@@ -5865,7 +5869,6 @@
<id>HDAT_I2C_DEVICE_PURPOSE</id>
</enumerationType>
-
<attribute>
<id>FREQ_CORE_MAX</id>
<description>
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index 04789b794..9c8a243c4 100644
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -5,7 +5,7 @@
<!-- -->
<!-- OpenPOWER HostBoot Project -->
<!-- -->
-<!-- Contributors Listed Below - COPYRIGHT 2012,2017 -->
+<!-- Contributors Listed Below - COPYRIGHT 2012,2018 -->
<!-- [+] Google Inc. -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
@@ -1774,6 +1774,21 @@
</attribute>
</targetType>
+<targetType>
+ <id>unit-obus-smpgroup</id>
+ <parent>unit</parent>
+ <attribute>
+ <id>TYPE</id>
+ <default>SMPGROUP</default>
+ </attribute>
+ <attribute><id>CDM_DOMAIN</id><default>FABRIC</default></attribute>
+ <attribute><id>DECONFIG_GARDABLE</id><default>0</default></attribute>
+ <attribute><id>HUID</id></attribute>
+ <attribute><id>HWAS_STATE_CHANGED_SUBSCRIPTION_MASK</id>
+ <default>0</default>
+ </attribute>
+</targetType>
+
<!-- One NPU per proc -->
<targetType>
<id>unit-npu-power9</id>
OpenPOWER on IntegriCloud