summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/hwpf/hwp/system_attributes.xml4
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml5
2 files changed, 8 insertions, 1 deletions
diff --git a/src/usr/hwpf/hwp/system_attributes.xml b/src/usr/hwpf/hwp/system_attributes.xml
index d2f0c331a..82dcba738 100644
--- a/src/usr/hwpf/hwp/system_attributes.xml
+++ b/src/usr/hwpf/hwp/system_attributes.xml
@@ -80,7 +80,9 @@
MNFG_DISABLE_FABRIC_eREPAIR = 0x0000000000000800,
MNFG_DISABLE_MEMORY_eREPAIR = 0x0000000000001000,
MNFG_FABRIC_DEPLOY_LANE_SPARES = 0x0000000000002000,
- MNFG_DMI_DEPLOY_LANE_SPARES = 0x0000000000004000
+ MNFG_DMI_DEPLOY_LANE_SPARES = 0x0000000000004000,
+ MNFG_PSI_DIAGNOSTIC = 0x0000000000008000,
+ MNFG_BRAZOS_WRAP_CONFIG = 0x0000000000010000
</enum>
<platInit/>
</attribute>
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 2d4fb352f..6728aa0e8 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -3123,6 +3123,11 @@
<name>PSI_DIAGNOSTIC</name>
<value>0x00008000</value>
</enumerator>
+ <enumerator>
+ <!-- Brazos Wrap Config -->
+ <name>BRAZOS_WRAP_CONFIG</name>
+ <value>0x00010000</value>
+ </enumerator>
</enumerationType>
<!-- Support for pm_hwp_attributes.xml -->
OpenPOWER on IntegriCloud