lockdown: Add hint for how to check for lockdown support in boot log
Change-Id: Iaceb2e82f900e52efcce702486e18d0483665640 Signed-off-by: Daniel Gröber <dxld@darkboxed.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41749 Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
16dbbeb895
commit
a890138968
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue