summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Jones <mjjones@us.ibm.com>2014-02-26 15:38:57 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-02-27 17:03:01 -0600
commit2d294d9aa3a703d2cb42a2b48eaee54e1d620d7d (patch)
tree9f189fd78c5d7052dba4d11af3d071d4ac7484f7
parent3323132f638ec42de9de6868677b436b4a513c36 (diff)
downloadtalos-hostboot-2d294d9aa3a703d2cb42a2b48eaee54e1d620d7d.tar.gz
talos-hostboot-2d294d9aa3a703d2cb42a2b48eaee54e1d620d7d.zip
Add support for new MNFG flag BRAZOS_WRAP_CONFIG
Change-Id: Ifbdf4c3567725b3f55a7a2f7b0c76551264f53b3 RTC: 98502 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9190 Tested-by: Jenkins Server Reviewed-by: William H. Schwartz <whs@us.ibm.com> Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
-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