From e8974daebba6e16a773b97242670e94607e6635d Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Tue, 11 Feb 2025 17:17:26 -0500 Subject: [PATCH] boards/t480-maximized/t480-maximized.config: enable pr0 (impacts only after kexec call to final OS. Otherwise, problem with coreboot config) Signed-off-by: Thierry Laurion --- boards/t480-maximized/t480-maximized.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/t480-maximized/t480-maximized.config b/boards/t480-maximized/t480-maximized.config index 9b48ef87..ba349d35 100644 --- a/boards/t480-maximized/t480-maximized.config +++ b/boards/t480-maximized/t480-maximized.config @@ -22,8 +22,8 @@ CONFIG_TPMTOTP=y #platform locking finalization (PR0) # Disable for first try, enable when rest works -#CONFIG_IO386=y -#export CONFIG_FINALIZE_PLATFORM_LOCKING=y +CONFIG_IO386=y +export CONFIG_FINALIZE_PLATFORM_LOCKING=y # Dependencies for a graphical menu. Enable CONFIG_SLANG and CONFIG_NEWT instead