summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common
diff options
context:
space:
mode:
authorMike Jones <mjjones@us.ibm.com>2013-05-01 12:38:33 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-05-06 17:03:43 -0500
commit446e7630a44ccfcd2b72de1c2d1a0d2e2b59f555 (patch)
treee044b00b6a9a5855484419903674f376ddbfb16b /src/usr/targeting/common
parent1eca57a5d2c3a96222c2c7c96238812713bcb197 (diff)
downloadtalos-hostboot-446e7630a44ccfcd2b72de1c2d1a0d2e2b59f555.tar.gz
talos-hostboot-446e7630a44ccfcd2b72de1c2d1a0d2e2b59f555.zip
Make ATTR_PLCK_IPL_ATTR_OVERRIDES_EXIST non-volatile
This attribute is used by the FSP to communicate to Hostboot that attribute overrides exist in a PLCK IPL. It is pushed to PNOR by the FSP before Hostboot is launched, in order to work, this attribute must actually be in PNOR, so it must be non-volatile. Change-Id: Iedbc76e9d5191c84c41e145fb8d87b6ef1757cde Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4308 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
Diffstat (limited to 'src/usr/targeting/common')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index e52abd90f..bfb39029b 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -11872,11 +11872,11 @@ firmware notes: Platforms should initialize this attribute to AUTO (0)</descript
<id>PLCK_IPL_ATTR_OVERRIDES_EXIST</id>
<description>
Set to 1 by HWSV to indicate that attribute overrides exist in a PLCK IPL
- (not an IPL by steps). This is read by Hostboot to deterine if it needs
+ (not an IPL by steps). This is read by Hostboot to determine if it needs
to request the attribute overrides from HWSV before starting its IPL.
</description>
<simpleType><uint8_t><default>0x00</default></uint8_t></simpleType>
- <persistency>volatile-zeroed</persistency>
+ <persistency>non-volatile</persistency>
<readable/>
<writeable/>
</attribute>
OpenPOWER on IntegriCloud