You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
607 B
17 lines
607 B
config BR2_TARGET_SHIM
|
|
bool "shim"
|
|
# it includes gnu-efi
|
|
depends on BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS
|
|
help
|
|
Boot loader to chain-load signed boot loaders under Secure
|
|
Boot.
|
|
|
|
This package provides a minimalist boot loader which allows
|
|
verifying signatures of other UEFI binaries against either
|
|
the Secure Boot DB/DBX or against a built-in signature
|
|
database. Its purpose is to allow a small,
|
|
infrequently-changing binary to be signed by the UEFI CA,
|
|
while allowing an OS distributor to revision their main
|
|
bootloader independently of the CA.
|
|
|
|
https://github.com/rhboot/shim
|
|
|