boot/shim: new package
authorPeter Korsgaard <peter@korsgaard.com>
Fri, 11 Jan 2019 10:01:11 +0000 (11:01 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 12 Jan 2019 16:38:25 +0000 (17:38 +0100)
commit18c463e124c8a607ed336cc96e4fe39d3a64d2da
tree531a65fca139f21406e6a56dbb53940ab0a98385
parent8064b12ff9d0a28091513e338d0f5b59a95d1396
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>
DEVELOPERS
boot/Config.in
boot/shim/Config.in [new file with mode: 0644]
boot/shim/shim.hash [new file with mode: 0644]
boot/shim/shim.mk [new file with mode: 0644]