2022-04-19 22:01:22 +02:00
|
|
|
config BR2_PACKAGE_SHIM_ARCH_SUPPORTS
|
|
|
|
bool
|
2022-05-11 09:19:46 +02:00
|
|
|
default y if BR2_aarch64
|
|
|
|
default y if BR2_arm
|
2022-04-19 22:01:22 +02:00
|
|
|
default y if BR2_i386
|
|
|
|
default y if BR2_x86_64
|
2021-04-05 22:21:54 +02:00
|
|
|
# it includes gnu-efi
|
2019-01-11 11:01:11 +01:00
|
|
|
depends on BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS
|
2022-04-19 22:01:22 +02:00
|
|
|
|
|
|
|
config BR2_TARGET_SHIM
|
|
|
|
bool "shim"
|
|
|
|
depends on BR2_PACKAGE_SHIM_ARCH_SUPPORTS
|
2019-01-11 11:01:11 +01:00
|
|
|
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
|