From 53312441f6d3e30388f5ec9b2916d50319eb47a8 Mon Sep 17 00:00:00 2001 From: Marco Oliverio Date: Wed, 24 Apr 2024 16:39:02 +0200 Subject: [PATCH] config: examples: kontron vx3060 s2 - use sha256 as hashing algo - enable measure_boot and tpm seal --- config/examples/kontron_vx3060_s2.config | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/config/examples/kontron_vx3060_s2.config b/config/examples/kontron_vx3060_s2.config index a4c0318e..cee530f5 100644 --- a/config/examples/kontron_vx3060_s2.config +++ b/config/examples/kontron_vx3060_s2.config @@ -2,7 +2,7 @@ ARCH=x86_64 TARGET=kontron_vx3060_s2 WOLFBOOT_SMALL_STACK=0 SIGN=ECC384 -HASH=SHA384 +HASH=SHA256 DEBUG=1 SPMATH=1 ENCRYPTION=0 @@ -57,8 +57,10 @@ MULTIBOOT2=1 FSP_S_LOAD_BASE=0x0FED5F00 STAGE1_AUTH=1 -# MEASURED_BOOT=1 -# MEASURED_PCR_A=0 -# DISK_LOCK=1 -# WOLFTPM=1 -# WOLFBOOT_TPM_SEAL=1 +MEASURED_BOOT=1 +MEASURED_PCR_A=0 +DISK_LOCK=0 +WOLFTPM=1 +WOLFBOOT_TPM_SEAL=1 +WOLFBOOT_TPM_SEAL_KEY_ID=1 +WOLFBOOT_UNIVERSAL_KEYSTORE=1 \ No newline at end of file