summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2015-05-15 10:30:04 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-07-17 09:50:29 -0500
commita34452451070830c8f9149100a8a8523220527a9 (patch)
treeceeef38401d1c3eed596b1c3e1bb705570b75892 /src/usr/targeting/common/xmltohb/attribute_types_hb.xml
parent5d1ff7656b2b1b8e50d9f30b180ff3e10b3adf3e (diff)
downloadtalos-hostboot-a34452451070830c8f9149100a8a8523220527a9.tar.gz
talos-hostboot-a34452451070830c8f9149100a8a8523220527a9.zip
Fix for VPD issues in golden and mfg boot
Change-Id: I86bed87da21ec9037c7b828874052066e4ec5f4a RTC: 128100 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/17821 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: William H. Schwartz <whs@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common/xmltohb/attribute_types_hb.xml')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types_hb.xml21
1 files changed, 19 insertions, 2 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
index 87839cb9a..8d38f69bc 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
@@ -279,7 +279,7 @@
<attribute>
<id>HB_EXISTING_IMAGE</id>
<description>Indicates which logical nodes have a hostboot image.</description>
- <!-- Bit position [0-7] (left to right) represents logical node.
+ <!-- Bit position [0-7] (left to right) represents logical node.
'1' means the logical node has an active hostboot image.
-->
<simpleType>
@@ -801,10 +801,27 @@
<default>0</default>
</field>
<field>
+ <name>pnorCacheValidRT</name>
+ <description>See pnorCacheValid. Allows runtime version to be
+ set separately from common version.
+ </description>
+ <type>uint8_t</type>
+ <bits>1</bits>
+ <default>0</default>
+ </field>
+ <field>
+ <name>disableWriteToPnorRT</name>
+ <description>Set to disable write-thru to PNOR at runtime
+ </description>
+ <type>uint8_t</type>
+ <bits>1</bits>
+ <default>0</default>
+ </field>
+ <field>
<name>reserved</name>
<description>Reserved for future expansion</description>
<type>uint8_t</type>
- <bits>7</bits>
+ <bits>5</bits>
<default>0</default>
</field>
</complexType>
OpenPOWER on IntegriCloud