summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/attribute_types.xml
diff options
context:
space:
mode:
authorMatt Derksen <mderkse1@us.ibm.com>2019-01-10 15:08:14 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-01-11 22:56:02 -0600
commit386e53387a30a77bc9e45e1906e62acce592476f (patch)
tree534a4a25a3cc0453ce50dab837d74c5db1ab7c90 /src/usr/targeting/common/xmltohb/attribute_types.xml
parent42d89b657da16b2cf6eae627f294e4153e0f2ba2 (diff)
downloadtalos-hostboot-386e53387a30a77bc9e45e1906e62acce592476f.tar.gz
talos-hostboot-386e53387a30a77bc9e45e1906e62acce592476f.zip
No parent rollup for OBUS children
HWSV code is deconfiguring either SMPGROUP or OBUS_BRICKS under the OBUS. Need to prevent the deconfigures from also deconfiguring the parent OBUS. Change-Id: Ibca2766009b63582fcfa537139a078bef3a58f47 CQ:SW454103 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70322 Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> 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: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common/xmltohb/attribute_types.xml')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 42f4ed3d5..5f4edae76 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -5,7 +5,7 @@
<!-- -->
<!-- OpenPOWER HostBoot Project -->
<!-- -->
-<!-- Contributors Listed Below - COPYRIGHT 2012,2018 -->
+<!-- Contributors Listed Below - COPYRIGHT 2012,2019 -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
<!-- -->
@@ -5106,10 +5106,12 @@
0x01 (true) = Do not allow parent deconfiguration rollup
</description>
<id>PARENT_DECONFIG_DISABLED</id>
- <persistency>volatile-zeroed</persistency>
+ <persistency>non-volatile</persistency>
<readable/>
<simpleType>
- <uint8_t/>
+ <uint8_t>
+ <default>0x0</default>
+ </uint8_t>
</simpleType>
<no_export/>
</attribute>
OpenPOWER on IntegriCloud