summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2017-06-13 10:58:59 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-13 15:52:51 -0400
commit0116e1f975aa63d61a4d5d1457cc35247829b8db (patch)
treebb2a09f5a2111b6e3a5116f93954a816ecea4099
parent86552a78d9f1628f0f348bad35f5c94e7e6208bb (diff)
downloadtalos-hostboot-0116e1f975aa63d61a4d5d1457cc35247829b8db.tar.gz
talos-hostboot-0116e1f975aa63d61a4d5d1457cc35247829b8db.zip
Default OPTICS_CONFIG_MODE to NVLINK (0x2) rather than SMP (0x0)
We enabled SMP on Obus Bricks that we should not have. This changes the setting to be NVLINK CQ: SW391932 Change-Id: Ie439895ee1dc249ba70609746dbc15058dd1e03a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41756 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml2
-rw-r--r--src/usr/targeting/common/xmltohb/simics_NIMBUS.system.xml12
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/target_types.xml2
3 files changed, 8 insertions, 8 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index b97fd256c..ac779bba6 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -22008,7 +22008,7 @@ Measured in GB</description>
</description>
<simpleType>
<uint8_t>
- <default>SMP</default>
+ <default>NVLINK</default>
</uint8_t>
</simpleType>
<persistency>non-volatile</persistency>
diff --git a/src/usr/targeting/common/xmltohb/simics_NIMBUS.system.xml b/src/usr/targeting/common/xmltohb/simics_NIMBUS.system.xml
index fd630d560..962aaf29d 100644
--- a/src/usr/targeting/common/xmltohb/simics_NIMBUS.system.xml
+++ b/src/usr/targeting/common/xmltohb/simics_NIMBUS.system.xml
@@ -3280,7 +3280,7 @@
</attribute>
<attribute>
<id>OPTICS_CONFIG_MODE</id>
- <default>SMP</default>
+ <default>NVLINK</default>
</attribute>
<attribute>
<id>CHIP_UNIT</id>
@@ -3317,7 +3317,7 @@
</attribute>
<attribute>
<id>OPTICS_CONFIG_MODE</id>
- <default>SMP</default>
+ <default>NVLINK</default>
</attribute>
<attribute>
<id>CHIP_UNIT</id>
@@ -3354,7 +3354,7 @@
</attribute>
<attribute>
<id>OPTICS_CONFIG_MODE</id>
- <default>SMP</default>
+ <default>NVLINK</default>
</attribute>
<attribute>
<id>CHIP_UNIT</id>
@@ -8685,7 +8685,7 @@
</attribute>
<attribute>
<id>OPTICS_CONFIG_MODE</id>
- <default>SMP</default>
+ <default>NVLINK</default>
</attribute>
<attribute>
<id>CHIP_UNIT</id>
@@ -8722,7 +8722,7 @@
</attribute>
<attribute>
<id>OPTICS_CONFIG_MODE</id>
- <default>SMP</default>
+ <default>NVLINK</default>
</attribute>
<attribute>
<id>CHIP_UNIT</id>
@@ -8759,7 +8759,7 @@
</attribute>
<attribute>
<id>OPTICS_CONFIG_MODE</id>
- <default>SMP</default>
+ <default>NVLINK</default>
</attribute>
<attribute>
<id>CHIP_UNIT</id>
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index d7c433927..144132713 100755
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -2304,7 +2304,7 @@
<attribute><id>HWAS_STATE_CHANGED_SUBSCRIPTION_MASK</id>
<default>0x00000001</default> <!-- GARD -->
</attribute>
- <attribute><id>OPTICS_CONFIG_MODE</id><default>SMP</default></attribute>
+ <attribute><id>OPTICS_CONFIG_MODE</id><default>NVLINK</default></attribute>
<attribute><id>PARENT_PERVASIVE</id></attribute>
</targetType>
OpenPOWER on IntegriCloud