summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/attribute_types.xml
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2018-05-08 15:43:44 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-05-09 23:07:28 -0400
commitdbd116ad5b6a379a399bd548552273a657e636ba (patch)
tree0ff97646e855544d9ea8629d255f2d50070eec0c /src/usr/targeting/common/xmltohb/attribute_types.xml
parent233fec0d3893d42b0ea1f3eab3081c1886f2492a (diff)
downloadtalos-hostboot-dbd116ad5b6a379a399bd548552273a657e636ba.tar.gz
talos-hostboot-dbd116ad5b6a379a399bd548552273a657e636ba.zip
wrap_test: targeting fixups
We currently do not support attribute overrides for enum based attributes. Therefore, change the type of ATTR_MFG_WRAP_TEST_ABUS_LINK_SET_ENABLE to uint8_t and add PROC_EFF_FABRIC_GROUP/CHIP_ID attributes to processMrw. Change-Id: I4991e19ab5ceac8e8cf0fbd826b68d7e0fd9ab1d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58527 Reviewed-by: Richard Ward <rward15@us.ibm.com> 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: Roland Veloz <rveloz@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common/xmltohb/attribute_types.xml')
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/attribute_types.xml24
1 files changed, 3 insertions, 21 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 7baf972a3..19be4d547 100755
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -7288,23 +7288,6 @@ Selects which voltage level to place the Core and ECO domain PFETs upon Winkle e
<readable/>
</attribute>
-<enumerationType>
- <id>MFG_WRAP_TEST_ABUS_LINKS_SET_ENABLE</id>
- <description>Enum for MFG_WRAP_TEST_ABUS_LINKS_SET_ENABLE</description>
- <enumerator>
- <name>SET_NONE</name>
- <value>0x0</value>
- </enumerator>
- <enumerator>
- <name>SET_1</name>
- <value>0x1</value>
- </enumerator>
- <enumerator>
- <name>SET_2</name>
- <value>0x2</value>
- </enumerator>
-</enumerationType>
-
<attribute>
<id>MFG_WRAP_TEST_ABUS_LINKS_SET_ENABLE</id>
<description>
@@ -7316,10 +7299,9 @@ Selects which voltage level to place the Core and ECO domain PFETs upon Winkle e
OBUSes configured. Otherwise, we deconfigure them.
</description>
<simpleType>
- <enumeration>
- <default>SET_NONE</default>
- <id>MFG_WRAP_TEST_ABUS_LINKS_SET_ENABLE</id>
- </enumeration>
+ <uint8_t>
+ <default>0</default>
+ </uint8_t>
</simpleType>
<persistency>volatile-zeroed</persistency>
<readable/>
OpenPOWER on IntegriCloud