summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2017-02-03 10:33:53 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-02-16 14:31:17 -0500
commit1987418a47791b77d59c5f231078bfb39ca2b045 (patch)
tree11f0a120f73d71734cd1a5c0d4e36518d187ea11 /src/usr
parent12aa2afb4f959f1d4ddd28b9e69fa53613b87b15 (diff)
downloadtalos-hostboot-1987418a47791b77d59c5f231078bfb39ca2b045.tar.gz
talos-hostboot-1987418a47791b77d59c5f231078bfb39ca2b045.zip
Set default for ATTR_MSS_MRW_UNSUPPORTED_RANK_CONFIG
Making this attribute non-volatile so that it could be set by MRW processing. By default there are no restrictions though so setting to all zero. Change-Id: Ie9dae9072ab3894469f6e69e98d980ccb74fcf48 RTC: 165717 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35902 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 9075c577b..f3ec54fd8 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -32574,10 +32574,11 @@ Measured in GB</description>
</description>
<simpleType>
<uint64_t>
+ <default>0,0</default><!-- default to no limitations -->
</uint64_t>
<array>2</array>
</simpleType>
- <persistency>volatile-zeroed</persistency>
+ <persistency>non-volatile</persistency>
<readable/>
<hwpfToHbAttrMap>
<id>ATTR_MSS_MRW_UNSUPPORTED_RANK_CONFIG</id>
OpenPOWER on IntegriCloud