summaryrefslogtreecommitdiffstats
path: root/include/configs/coreboot.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-11-25 20:12:16 +0000
committerSimon Glass <sjg@chromium.org>2012-11-28 11:40:05 -0800
commitd02a568e9aa3c3500d9b680f60782c192fd51691 (patch)
tree7733addce35241979797ad74afb3fe8a52405acf /include/configs/coreboot.h
parentcd23e6923f371b16b9ee9f115d15c9dd46c2f558 (diff)
downloadtalos-obmc-uboot-d02a568e9aa3c3500d9b680f60782c192fd51691.tar.gz
talos-obmc-uboot-d02a568e9aa3c3500d9b680f60782c192fd51691.zip
x86: coreboot: Enable LPC TPM
Coreboot boards have an LPC TPM connected, so enable this. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/coreboot.h')
-rw-r--r--include/configs/coreboot.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index 12d1016522..5da006fbde 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -67,6 +67,10 @@
CONFIG_SYS_SCSI_MAX_LUN)
#endif
+/* Generic TPM interfaced through LPC bus */
+#define CONFIG_GENERIC_LPC_TPM
+#define CONFIG_TPM_TIS_BASE_ADDRESS 0xfed40000
+
/*-----------------------------------------------------------------------
* Real Time Clock Configuration
*/
OpenPOWER on IntegriCloud