diff options
author | Tim Crawford <tcrawford@system76.com> | 2021-12-07 13:12:26 -0700 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-21 18:19:08 +0000 |
commit | c7018cc009ee8e876307d17ff80e20b69483afa1 (patch) | |
tree | ea1f49d80d4f61a9ce72bec81d5debbb7f207f60 /src/mainboard/system76/oryp6/Kconfig | |
parent | 203e6c2ed3c22fcee23f484159ad6c7c237b9664 (diff) |
mb/system76/*: Enable measured boot
Tested by checking PCR-2 data is recorded in cbmem log.
Change-Id: I70cb9a93de44e75f3a3ed24979c243fccea1213d
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59963
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jeremy Soller <jeremy@system76.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Diffstat (limited to 'src/mainboard/system76/oryp6/Kconfig')
-rw-r--r-- | src/mainboard/system76/oryp6/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/system76/oryp6/Kconfig b/src/mainboard/system76/oryp6/Kconfig index 246f02baa2..a5cc553624 100644 --- a/src/mainboard/system76/oryp6/Kconfig +++ b/src/mainboard/system76/oryp6/Kconfig @@ -24,6 +24,7 @@ config BOARD_SPECIFIC_OPTIONS select SOC_INTEL_COMMON_BLOCK_HDA_VERB select SPD_READ_BY_WORD select SYSTEM_TYPE_LAPTOP + select TPM_MEASURED_BOOT select TPM_RDRESP_NEED_DELAY config MAINBOARD_DIR |