summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/attribute_types.xml
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2017-08-08 13:06:13 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-08-14 11:09:29 -0400
commit6f3c1d15d742b47eaefae89ecd4b268868b35946 (patch)
treeccba0f89e47dee616e40887bb35b18809f8a4346 /src/usr/targeting/common/xmltohb/attribute_types.xml
parenta53e82a1e8b7efdaff172087101c2eec0d547333 (diff)
downloadtalos-hostboot-6f3c1d15d742b47eaefae89ecd4b268868b35946.tar.gz
talos-hostboot-6f3c1d15d742b47eaefae89ecd4b268868b35946.zip
Update "TPM Required" Attribute
This commit updates the details of the "TPM Required" attribute such that it is now read-write, limted to a range of 0 (not required) or 1 (is required), and defaulted to 1. Change-Id: I030b915cdcf77c4156fc6089b69526913eb2321a RTC:167578 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44363 Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@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> Tested-by: Jenkins OP HW <op-hw-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.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 6b31664da..c77b8229d 100755
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -3478,11 +3478,16 @@
<id>TPM_REQUIRED</id>
<persistency>non-volatile</persistency>
<readable></readable>
+ <writeable></writeable>
<simpleType>
<uint8_t>
- <default>0</default>
+ <default>1</default>
</uint8_t>
</simpleType>
+ <range>
+ <min>0</min>
+ <max>1</max>
+ </range>
</attribute>
<attribute>
OpenPOWER on IntegriCloud