mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-08 11:36:21 -04:00
x86: coreboot: Enable LPC TPM
Coreboot boards have an LPC TPM connected, so enable this. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
cd23e6923f
commit
d02a568e9a
@ -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
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user