summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2019-09-11 12:03:12 -0500
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-09-12 11:50:08 -0500
commitde0e45306e1d06044c8728e00ad0b17d1f730920 (patch)
treeac81552298a7b6d758f8c3dfaf492701748585ff
parentb08fe621d31fd7aeaca6ef27cb8b11ce5b07e259 (diff)
downloadtalos-hostboot-de0e45306e1d06044c8728e00ad0b17d1f730920.tar.gz
talos-hostboot-de0e45306e1d06044c8728e00ad0b17d1f730920.zip
Remove Forced Update of UCD Devices
This commit changes the UCD_MFR_REVISION_OVERRIDE attribute back to zero such that it will not force an update on all UCD devices for each IPL. CQ:SW475690 Change-Id: Idc3c334114abedb0367e8ce8c5c03f5b05713e64 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/83616 Reviewed-by: Ilya Smirnov <ismirno@us.ibm.com> Reviewed-by: Nicholas E Bofferding <bofferdn@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>
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml2
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 1c3e07760..cea2726d9 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -8413,7 +8413,7 @@
</description>
<simpleType>
<uint16_t>
- <default>1</default>
+ <default>0</default>
</uint16_t>
</simpleType>
<persistency>volatile</persistency>
OpenPOWER on IntegriCloud