summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymond Mao <[email protected]>2025-01-27 06:58:51 -0800
committerIlias Apalodimas <[email protected]>2025-01-28 08:58:41 +0200
commitb8eaa52612bf34164e7f495a094a5a419903a3ed (patch)
tree633fd350705ac75d91d7e258ce0883119e1ee31e
parente7e166dabf129aae1fc57fe637ffc37d022ea45a (diff)
board: qemu-arm: select TPM_PCR_ALLOCATE
Enable PCR allocate and system reboot when algorithms don't match among the values from TPM device, U-Boot support and evenlog. Signed-off-by: Raymond Mao <[email protected]> Reviewed-by: Ilias Apalodimas <[email protected]> Signed-off-by: Ilias Apalodimas <[email protected]>
-rw-r--r--configs/qemu_arm64_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qemu_arm64_defconfig b/configs/qemu_arm64_defconfig
index 6f5a86f7a96..763fc14468a 100644
--- a/configs/qemu_arm64_defconfig
+++ b/configs/qemu_arm64_defconfig
@@ -75,3 +75,4 @@ CONFIG_SEMIHOSTING=y
CONFIG_MBEDTLS_LIB=y
CONFIG_TPM=y
CONFIG_GENERATE_SMBIOS_TABLE_VERBOSE=y
+CONFIG_TPM_PCR_ALLOCATE=y