Config.in 677 B

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