Config.in 607 B

1234567891011121314151617
  1. config BR2_TARGET_SHIM
  2. bool "shim"
  3. # it includes gnu-efi
  4. depends on BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS
  5. help
  6. Boot loader to chain-load signed boot loaders under Secure
  7. Boot.
  8. This package provides a minimalist boot loader which allows
  9. verifying signatures of other UEFI binaries against either
  10. the Secure Boot DB/DBX or against a built-in signature
  11. database. Its purpose is to allow a small,
  12. infrequently-changing binary to be signed by the UEFI CA,
  13. while allowing an OS distributor to revision their main
  14. bootloader independently of the CA.
  15. https://github.com/rhboot/shim