summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/attribute_types.xml
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2019-03-28 13:35:28 -0500
committerNicholas E. Bofferding <bofferdn@us.ibm.com>2019-03-30 08:41:17 -0500
commit571956c7f546d84211d955b93d540a992795544a (patch)
tree9288776c0e7d5ec4089baad84568b6188770fe6f /src/usr/targeting/common/xmltohb/attribute_types.xml
parentb445b93fc21ee80515090087e063fd74b8d508a3 (diff)
downloadtalos-hostboot-571956c7f546d84211d955b93d540a992795544a.tar.gz
talos-hostboot-571956c7f546d84211d955b93d540a992795544a.zip
Create Attribute to force UCD Updates
This commit adds ATTR_UCD_MFR_REVISION_OVERRIDE such that a user can override the MFR_REVISION seen on a UCD device. This could then force a UCD flash update. Change-Id: I3d807b3ddf2c62752046953f0f3d1754d80da381 RTC:205982 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75179 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: Ilya Smirnov <ismirno@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common/xmltohb/attribute_types.xml')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 4e672e518..bc2253b31 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -8105,6 +8105,20 @@
</enumerationType>
<attribute>
+ <id>UCD_MFR_REVISION_OVERRIDE</id>
+ <description>
+ If non-zero then use value as the discovered MFR_REVISION value from
+ the UCD device rather than the actual value from the device.
+ </description>
+ <simpleType>
+ <uint16_t/>
+ </simpleType>
+ <persistency>volatile-zeroed</persistency>
+ <readable/>
+ <no_export/>
+ </attribute>
+
+ <attribute>
<description>
The ultra turbo frequency in MHz.
This is the same for all cores in the system.
OpenPOWER on IntegriCloud