]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
x86: coreboot: Enable LPC TPM
authorSimon Glass <sjg@chromium.org>
Sun, 25 Nov 2012 20:12:16 +0000 (20:12 +0000)
committerSimon Glass <sjg@chromium.org>
Wed, 28 Nov 2012 19:40:05 +0000 (11:40 -0800)
Coreboot boards have an LPC TPM connected, so enable this.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/configs/coreboot.h

index 12d101652223e559afc7afe750c9972d6436291d..5da006fbde9f5e3b1c1c64747e26e571b3d523d4 100644 (file)
                                         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
  */