Skip to content

Commit

Permalink
Default OPTICS_CONFIG_MODE to NVLINK (0x2) rather than SMP (0x0)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
crgeddes authored and dcrowell77 committed Jun 13, 2017
1 parent 86552a7 commit 0116e1f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/usr/targeting/common/xmltohb/attribute_types.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
12 changes: 6 additions & 6 deletions src/usr/targeting/common/xmltohb/simics_NIMBUS.system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3280,7 +3280,7 @@
</attribute>
<attribute>
<id>OPTICS_CONFIG_MODE</id>
<default>SMP</default>
<default>NVLINK</default>
</attribute>
<attribute>
<id>CHIP_UNIT</id>
Expand Down Expand Up @@ -3317,7 +3317,7 @@
</attribute>
<attribute>
<id>OPTICS_CONFIG_MODE</id>
<default>SMP</default>
<default>NVLINK</default>
</attribute>
<attribute>
<id>CHIP_UNIT</id>
Expand Down Expand Up @@ -3354,7 +3354,7 @@
</attribute>
<attribute>
<id>OPTICS_CONFIG_MODE</id>
<default>SMP</default>
<default>NVLINK</default>
</attribute>
<attribute>
<id>CHIP_UNIT</id>
Expand Down Expand Up @@ -8685,7 +8685,7 @@
</attribute>
<attribute>
<id>OPTICS_CONFIG_MODE</id>
<default>SMP</default>
<default>NVLINK</default>
</attribute>
<attribute>
<id>CHIP_UNIT</id>
Expand Down Expand Up @@ -8722,7 +8722,7 @@
</attribute>
<attribute>
<id>OPTICS_CONFIG_MODE</id>
<default>SMP</default>
<default>NVLINK</default>
</attribute>
<attribute>
<id>CHIP_UNIT</id>
Expand Down Expand Up @@ -8759,7 +8759,7 @@
</attribute>
<attribute>
<id>OPTICS_CONFIG_MODE</id>
<default>SMP</default>
<default>NVLINK</default>
</attribute>
<attribute>
<id>CHIP_UNIT</id>
Expand Down
2 changes: 1 addition & 1 deletion src/usr/targeting/common/xmltohb/target_types.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 0116e1f

Please sign in to comment.