diff options
author | Chris Engel <cjengel@us.ibm.com> | 2016-03-28 16:55:08 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-03-31 12:02:51 -0400 |
commit | 352b2d971b727600367ee08fa3f4527852889dd5 (patch) | |
tree | 19296db83fde22ae4cfc4c14fdb44ae9682bb32d /src/usr | |
parent | 3f0c91f61127a756c7db525fd7003ce5e231b6bc (diff) | |
download | talos-hostboot-352b2d971b727600367ee08fa3f4527852889dd5.tar.gz talos-hostboot-352b2d971b727600367ee08fa3f4527852889dd5.zip |
Trustedboot attribute configuration bit for TPM Required.
Change-Id: Icf1f3a97d18468ff0014cb71d579fd62752afb0d
RTC: 125289
ForwardPort: cherry picked from commit 32dff4ca9db6d8b088ed6ec63f147d2aaded3e69
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22563
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22691
Tested-by: Jenkins Server
Tested-by: FSP CI Jenkins
Reviewed-by: Christopher J. Engel <cjengel@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr')
-rw-r--r-- | src/usr/targeting/common/xmltohb/attribute_types.xml | 15 | ||||
-rwxr-xr-x | src/usr/targeting/common/xmltohb/target_types.xml | 1 |
2 files changed, 16 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index 8983ef934..71f3c3803 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -15754,6 +15754,21 @@ DEPRECATED!!!! </attribute> <attribute> + <id>TPM_REQUIRED</id> + <description> + Setting to require(0x1) or not require(0x0) a functional TPM to + boot the system. + </description> + <simpleType> + <uint8_t> + <default>1</default> + </uint8_t> + </simpleType> + <persistency>non-volatile</persistency> + <readable/> +</attribute> + +<attribute> <id>PROC_PCIE_NUM_PHB</id> <description> creator: platform diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml index 3ec6f90bd..572348d44 100755 --- a/src/usr/targeting/common/xmltohb/target_types.xml +++ b/src/usr/targeting/common/xmltohb/target_types.xml @@ -130,6 +130,7 @@ <attribute><id>MNFG_FLAGS</id></attribute> <attribute><id>FABRIC_TO_PHYSICAL_NODE_MAP</id></attribute> <attribute><id>MFG_TRACE_ENABLE</id></attribute> + <attribute><id>TPM_REQUIRED</id></attribute> <!-- Start memory_attributes.xml --> <attribute><id>MRW_POWER_CONTROL_REQUESTED</id></attribute> <attribute><id>MRW_DDR3_VDDR_MAX_LIMIT</id></attribute> |