mb/siemens/mc_ehl: Enable TPM in bootblock

Enable TPM init in bootblock so that all further stages and other CBFS
files are directly measured into PCRs immediately instead of being
logged into a buffer and replayed to the TPM in ramstage.

Change-Id: Ib3ac29aa72abe8e967660ae7e8416aeb8812de26
Signed-off-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60008
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com>
This commit is contained in:
Werner Zeh 2021-12-09 13:53:28 +01:00 committed by Felix Held
parent 362dac6d6d
commit dbd2362caa
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ config BOARD_SIEMENS_BASEBOARD_MC_EHL
select MAINBOARD_HAS_TPM2
select MAINBOARD_HAS_LPC_TPM
select TPM_MEASURED_BOOT
select TPM_MEASURED_BOOT_INIT_BOOTBLOCK
select USE_SIEMENS_HWILIB
source "src/mainboard/siemens/mc_ehl/variants/*/Kconfig"