diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2017-05-11 10:21:12 -0500 |
|---|---|---|
| committer | Matthew A. Ploetz <maploetz@us.ibm.com> | 2017-05-16 22:46:50 -0400 |
| commit | 09f01f96d8935f7387dd75dafead6d23a83b545e (patch) | |
| tree | dc1315bcf23e76044200ceedf19304763668b48c /src/usr | |
| parent | 00acbb66f9438d398eac9cd2bf5ea797adab3092 (diff) | |
| download | blackbird-hostboot-09f01f96d8935f7387dd75dafead6d23a83b545e.tar.gz blackbird-hostboot-09f01f96d8935f7387dd75dafead6d23a83b545e.zip | |
Make ATTR_FUSED_CORE_MODE non-volatile
Once we figure out the boot mode we will save it away so that
FSP code can have an accurate representation of the mode when
we are at standby. In practice the value will never change
on a given system after the first boot.
Change-Id: If55b65266771bb70193384b833756db84fd20719
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40385
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: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com>
Diffstat (limited to 'src/usr')
| -rw-r--r-- | src/usr/targeting/common/xmltohb/attribute_types.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index 1f9f693e6..8b05f3ab6 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -19047,7 +19047,7 @@ Measured in GB</description> <uint8_t> </uint8_t> </simpleType> - <persistency>volatile-zeroed</persistency> + <persistency>non-volatile</persistency> <readable/> <writeable/> </attribute> |

