summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/attribute_types.xml
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2017-03-24 14:17:48 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-05-23 14:02:55 -0400
commit3d40df249d4ff2f2f6a3c17dcab7d069a355d28a (patch)
treec4dae42b02565637586d2c254ab8077a3dac1658 /src/usr/targeting/common/xmltohb/attribute_types.xml
parentda1946689af4b765c9ad5c6a7f64cc4f34df252a (diff)
downloadtalos-hostboot-3d40df249d4ff2f2f6a3c17dcab7d069a355d28a.tar.gz
talos-hostboot-3d40df249d4ff2f2f6a3c17dcab7d069a355d28a.zip
Changing NV target to OBUS_BRICK and mark it a child of OBUS
Change-Id: I17b52033d1e6811c320f201056708f31ef34d0e9 RTC:171597 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38481 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/attribute_types.xml')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml55
1 files changed, 50 insertions, 5 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index aebd4f5ad..a838d2c98 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -249,6 +249,7 @@
<name>OBUS</name>
<value>40</value>
</enumerator>
+ <!-- @TODO RTC:173529-Remove once NV is not used anywhere and leave a gap-->
<enumerator>
<name>NV</name>
<value>41</value>
@@ -349,14 +350,18 @@
<name>FANCTLR</name>
<value>65</value>
</enumerator>
+ <enumerator>
+ <name>OBUS_BRICK</name>
+ <value>66</value>
+ </enumerator>
<!-- add any new types here, and increment TEST_FAIL and LAST_IN_RANGE -->
<enumerator>
<name>TEST_FAIL</name>
- <value>66</value>
+ <value>67</value>
</enumerator>
<enumerator>
<name>LAST_IN_RANGE</name>
- <value>67</value>
+ <value>68</value>
</enumerator>
<default>NA</default>
</enumerationType>
@@ -21926,9 +21931,27 @@ Measured in GB</description>
</hwpfToHbAttrMap>
</attribute>
+<enumerationType>
+ <id>OPTICS_CONFIG_MODE</id>
+ <description>
+ Enumeration indicating the OPTICS_CONFIG_MODE
+ </description>
+ <enumerator>
+ <name>SMP</name>
+ <value>0x0</value>
+ </enumerator>
+ <enumerator>
+ <name>CAPILINK</name>
+ <value>0x1</value>
+ </enumerator>
+ <enumerator>
+ <name>NVLINK</name>
+ <value>0x2</value>
+ </enumerator>
+</enumerationType>
+
<attribute>
<id>OPTICS_CONFIG_MODE</id>
- <!-- <targetType>TARGET_TYPE_OBUS</targetType> -->
<description>
Per-link optics configuration
0 = SMP (default)
@@ -21937,8 +21960,9 @@ Measured in GB</description>
Provided by the MRW.
</description>
<simpleType>
- <uint8_t>
- </uint8_t>
+ <uint8_t>
+ <default>SMP</default>
+ </uint8_t>
</simpleType>
<persistency>non-volatile</persistency>
<readable/>
@@ -21948,6 +21972,27 @@ Measured in GB</description>
</hwpfToHbAttrMap>
</attribute>
+<attribute>
+ <id>OBUS_BRICK_LANE_MASK</id>
+ <description>
+ Lane mask for which 8 lanes belong to this brick
+ This is a right justified 24-bit value. Only 8 of the
+ 24 bits will be set representing the lanes belonging to
+ the associated brick.
+ Provided by the MRW.
+ </description>
+ <simpleType>
+ <uint32_t>
+ </uint32_t>
+ </simpleType>
+ <persistency>non-volatile</persistency>
+ <readable/>
+ <hwpfToHbAttrMap>
+ <id>ATTR_OBUS_BRICK_LANE_MASK</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
+</attribute>
+
<enumerationType>
<id>PROC_FABRIC_SMP_OPTICS_MODE</id>
<description>
OpenPOWER on IntegriCloud