summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/attribute_types.xml
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2019-04-05 12:19:01 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-04-08 13:03:29 -0500
commit1dc4c34f591ff7a2295e73a4355eb918e37a0b3e (patch)
tree5a2c9bb1f07837bfe6bd6e6c81d69264604b860d /src/usr/targeting/common/xmltohb/attribute_types.xml
parente0fc8dd0b2640b985b27ad80925ae288812ff53e (diff)
downloadtalos-hostboot-1dc4c34f591ff7a2295e73a4355eb918e37a0b3e.tar.gz
talos-hostboot-1dc4c34f591ff7a2295e73a4355eb918e37a0b3e.zip
Force UCD Updates on each IPL
This commit updates the existing ATTR_UCD_MFR_REVISION_OVERRIDE to be non-zero such that it will force UCD updates on ZZ and Zeppelin systems on each IPL. Change-Id: I35e6aa7b990e45b16d2f3ce782c74f60d7668471 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75615 Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Ilya Smirnov <ismirno@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: Jenkins OP HW <op-hw-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.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index bc2253b31..38a634b91 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -8111,9 +8111,11 @@
the UCD device rather than the actual value from the device.
</description>
<simpleType>
- <uint16_t/>
+ <uint16_t>
+ <default>1</default>
+ </uint16_t>
</simpleType>
- <persistency>volatile-zeroed</persistency>
+ <persistency>volatile</persistency>
<readable/>
<no_export/>
</attribute>
OpenPOWER on IntegriCloud