diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-07-31 20:16:21 +0100 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2022-08-13 16:36:51 +0000 |
commit | f26d76b062a5ca23c8b30a28ef74ece60d6fb97f (patch) | |
tree | df34cdb71e7923b4f89a714df2d89b7554b18b75 /src | |
parent | ca22e6c389e70b438dfbe75323941715dea522bf (diff) |
mb/starlabs/starbook/tgl: Enable TPM Measured Boot
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I251840b409dead62586cefe5856b6c544401ba30
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66320
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/starlabs/starbook/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/starlabs/starbook/Kconfig b/src/mainboard/starlabs/starbook/Kconfig index c588988ae4..485a5149e8 100644 --- a/src/mainboard/starlabs/starbook/Kconfig +++ b/src/mainboard/starlabs/starbook/Kconfig @@ -52,6 +52,7 @@ config BOARD_STARLABS_STARBOOK_TGL select SOC_INTEL_TIGERLAKE select SOC_INTEL_TIGERLAKE_S3 select SPI_FLASH_WINBOND + select TPM_MEASURED_BOOT if BOARD_STARLABS_STARBOOK_SERIES |