Skip to content
Snippets Groups Projects
Commit d02a568e authored by Simon Glass's avatar Simon Glass
Browse files

x86: coreboot: Enable LPC TPM


Coreboot boards have an LPC TPM connected, so enable this.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent cd23e692
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,10 @@ ...@@ -67,6 +67,10 @@
CONFIG_SYS_SCSI_MAX_LUN) CONFIG_SYS_SCSI_MAX_LUN)
#endif #endif
/* Generic TPM interfaced through LPC bus */
#define CONFIG_GENERIC_LPC_TPM
#define CONFIG_TPM_TIS_BASE_ADDRESS 0xfed40000
/*----------------------------------------------------------------------- /*-----------------------------------------------------------------------
* Real Time Clock Configuration * Real Time Clock Configuration
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment