summaryrefslogtreecommitdiffstats
path: root/boot/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2019-01-11 11:01:11 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2019-01-12 17:38:25 +0100
commit18c463e124c8a607ed336cc96e4fe39d3a64d2da (patch)
tree531a65fca139f21406e6a56dbb53940ab0a98385 /boot/Config.in
parent8064b12ff9d0a28091513e338d0f5b59a95d1396 (diff)
downloadbuildroot-18c463e124c8a607ed336cc96e4fe39d3a64d2da.tar.gz
buildroot-18c463e124c8a607ed336cc96e4fe39d3a64d2da.zip
boot/shim: new package
This commit adds a package for 'shim', an EFI bootloader for secure boot chain loading. While gnu-efi supports 32bit ARM, this is currently broken in shim. Patches to fix this have been submitted upstream but are not included here for now. https://github.com/rhboot/shim/pull/162 Signed-off-by: Peter Korsgaard <peter@korsgaard.com> [Thomas: use BR2_PACKAGE_GNU_EFI_ARCH_SUPPORTS, add separate depends on to exclude ARM32 build.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'boot/Config.in')
-rw-r--r--boot/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/Config.in b/boot/Config.in
index 8e0c8e5df4..11856fd9c7 100644
--- a/boot/Config.in
+++ b/boot/Config.in
@@ -15,6 +15,7 @@ source "boot/mv-ddr-marvell/Config.in"
source "boot/mxs-bootlets/Config.in"
source "boot/riscv-pk/Config.in"
source "boot/s500-bootloader/Config.in"
+source "boot/shim/Config.in"
source "boot/syslinux/Config.in"
source "boot/ts4800-mbrboot/Config.in"
source "boot/uboot/Config.in"
OpenPOWER on IntegriCloud