summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb
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
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')
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/attribute_types.xml7
-rw-r--r--src/usr/targeting/common/xmltohb/simics_NIMBUS.system.xml4
-rw-r--r--src/usr/targeting/common/xmltohb/vbu_NIMBUS.system.xml4
3 files changed, 6 insertions, 9 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>
diff --git a/src/usr/targeting/common/xmltohb/simics_NIMBUS.system.xml b/src/usr/targeting/common/xmltohb/simics_NIMBUS.system.xml
index 45270bc65..192f53989 100644
--- a/src/usr/targeting/common/xmltohb/simics_NIMBUS.system.xml
+++ b/src/usr/targeting/common/xmltohb/simics_NIMBUS.system.xml
@@ -128,10 +128,6 @@
<default>0x0006030000000000</default>
</attribute>
<attribute>
- <id>TPM_REQUIRED</id>
- <default>1</default>
- </attribute>
- <attribute>
<id>PROC_EPS_TABLE_TYPE</id>
<default>EPS_TYPE_LE</default>
</attribute>
diff --git a/src/usr/targeting/common/xmltohb/vbu_NIMBUS.system.xml b/src/usr/targeting/common/xmltohb/vbu_NIMBUS.system.xml
index 2bc2b8084..bf216222d 100644
--- a/src/usr/targeting/common/xmltohb/vbu_NIMBUS.system.xml
+++ b/src/usr/targeting/common/xmltohb/vbu_NIMBUS.system.xml
@@ -119,10 +119,6 @@
<default>0x000603FC00000000</default>
</attribute>
<attribute>
- <id>TPM_REQUIRED</id>
- <default>1</default>
- </attribute>
- <attribute>
<id>ISTEP_MODE</id>
<default>0x1</default>
</attribute>
OpenPOWER on IntegriCloud