diff options
author | crgeddes <crgeddes@us.ibm.com> | 2017-08-30 09:21:18 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-08-31 12:43:20 -0400 |
commit | 45d359f3df82a3e9edf31b89193c7a61c5229977 (patch) | |
tree | a59255ef2cde4efae0dcfc0cd6d2a4c78db5baf3 /src/usr/targeting/common | |
parent | 78c96472727ec923eb92c7bff79c7240e734c1f3 (diff) | |
download | talos-hostboot-45d359f3df82a3e9edf31b89193c7a61c5229977.tar.gz talos-hostboot-45d359f3df82a3e9edf31b89193c7a61c5229977.zip |
Remove no_export tag on attributes that processMRW needs value for
The initial commit adding no_export tags went a little too far.
processMrw.pl is calling ATTR_GET on the attributes which this commit
removes the no_export tag from.
Change-Id: I2716f6f50b1a69b2bcd84050a2dd548f7a23cf4b
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45381
Reviewed-by: Prachi Gupta <pragupta@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: 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')
-rwxr-xr-x | src/usr/targeting/common/xmltohb/attribute_types.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index b6236084a..92de08926 100755 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -156,7 +156,6 @@ </nativeType> <persistency>non-volatile</persistency> <readable></readable> - <no_export/> </attribute> <attribute> @@ -1063,7 +1062,6 @@ <default>0</default> </uint16_t> </simpleType> - <no_export/> </attribute> <attribute> @@ -1086,7 +1084,6 @@ </uint8_t> </simpleType> <writeable></writeable> - <no_export/> </attribute> <attribute> @@ -1109,7 +1106,6 @@ </uint8_t> </simpleType> <writeable></writeable> - <no_export/> </attribute> <attribute> @@ -3416,7 +3412,6 @@ 0,0,0,0,0,0,0,0,0,0,0,0,0</default> </uint16_t> </simpleType> - <no_export/> </attribute> <attribute> @@ -5967,7 +5962,6 @@ </simpleType> <persistency>non-volatile</persistency> <readable/> - <no_export/> </attribute> <attribute> @@ -5980,7 +5974,6 @@ </simpleType> <persistency>non-volatile</persistency> <readable/> - <no_export/> </attribute> <attribute> |