summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/attribute_types.xml
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2017-09-05 15:47:34 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-09-06 18:55:04 -0400
commit3078310870af66e14cc5775680cad4c5c4a2be78 (patch)
tree5f08ef41c7c7e95b999924c8ab22946accb00655 /src/usr/targeting/common/xmltohb/attribute_types.xml
parent78c492178db82a08c0afe92af5d2a828c2bba636 (diff)
downloadtalos-hostboot-3078310870af66e14cc5775680cad4c5c4a2be78.tar.gz
talos-hostboot-3078310870af66e14cc5775680cad4c5c4a2be78.zip
Fix persistency of XSCOM and LPC bar attributes to be 'volatile'
While working on fixing common-mrw-xml export path I noticed that these attributes had moved persitency from volatile to non-volatile I think this happened when I integrated the attr generation commit. The commit must have overwritten Dan's prior commit which initially set these attributes as 'volatile' Change-Id: I895b443f72682112a5f9fb58bb37c7a9166a9be4 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45666 Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@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')
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/attribute_types.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 758ceeb8c..764ad4f99 100755
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -1532,7 +1532,7 @@
<attribute>
<description>System XSCOM base address</description>
<id>XSCOM_BASE_ADDRESS</id>
- <persistency>non-volatile</persistency>
+ <persistency>volatile</persistency>
<readable></readable>
<writeable></writeable>
<simpleType>
@@ -3844,7 +3844,7 @@
<attribute>
<description>LPC Bus address - MMIO consumed by PHYP</description>
<id>LPC_BUS_ADDR</id>
- <persistency>non-volatile</persistency>
+ <persistency>volatile</persistency>
<readable></readable>
<writeable></writeable>
<simpleType>
OpenPOWER on IntegriCloud