From a890138968894db60e022e846e5ee0a9fefde010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Tue, 26 May 2020 22:21:41 +0200 Subject: lockdown: Add hint for how to check for lockdown support in boot log MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iaceb2e82f900e52efcce702486e18d0483665640 Signed-off-by: Daniel Gröber Reviewed-on: https://review.coreboot.org/c/coreboot/+/41749 Reviewed-by: Patrick Rudolph Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/security/lockdown/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/security/lockdown/Kconfig b/src/security/lockdown/Kconfig index 97094ff2e7..9d83a45b1d 100644 --- a/src/security/lockdown/Kconfig +++ b/src/security/lockdown/Kconfig @@ -18,7 +18,8 @@ config BOOTMEDIA_LOCK_CHIP bool "Lock boot media using the chip" help Select this if you want the chip to lock specific regions. - This only works on some chips, please check the code or boot log. + This only works on some chips, please check the code or search the + boot log for "BM-LOCKDOWN". endchoice -- cgit v1.2.3