Config.in 791 B

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