diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h index 12d101652223e559afc7afe750c9972d6436291d..5da006fbde9f5e3b1c1c64747e26e571b3d523d4 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 */