summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2016-10-11 15:35:05 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2016-10-17 11:11:01 -0400
commit17a4c82c2323816bc7865a6963a795e39ce64ad9 (patch)
treeca2eca0caceae1bd840614bb0382fdb72e048db9 /src
parentb38654e5532c20d84d3d002a44ddcfe216452a44 (diff)
downloadtalos-hostboot-17a4c82c2323816bc7865a6963a795e39ce64ad9.tar.gz
talos-hostboot-17a4c82c2323816bc7865a6963a795e39ce64ad9.zip
Enable TPM in compile configurations; disable TPM_REQUIRED for HW
Enable the CONFIG_TPMDD and the CONFIG_TPM_NUVOTON compile flags. Changed TPM_REQUIRED attribute to default to 'no' for HW while keeping it "yes" for simics configurations. Change-Id: I1e18d528174cbea3f843a0a6acd777501b8dba16 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31019 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christopher J. Engel <cjengel@us.ibm.com> Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> Reviewed-by: Timothy R. Block <block@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Marshall J. Wilks <mjwilks@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/usr/i2c/HBconfig4
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/i2c/HBconfig b/src/usr/i2c/HBconfig
index f2ac26e90..dc68e5cfb 100644
--- a/src/usr/i2c/HBconfig
+++ b/src/usr/i2c/HBconfig
@@ -1,10 +1,10 @@
config TPMDD
- default n
+ default y
depends on TPM_NUVOTON
help
Enable TPM support
config TPM_NUVOTON
- default n
+ default y
help
Enable Nuvoton TPM I2C driver
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 2554f89a5..f3872e817 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -17011,7 +17011,7 @@ Measured in GB</description>
</description>
<simpleType>
<uint8_t>
- <default>1</default>
+ <default>0</default>
</uint8_t>
</simpleType>
<persistency>non-volatile</persistency>
OpenPOWER on IntegriCloud