diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2019-01-11 11:01:11 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2019-01-12 17:38:25 +0100 |
commit | 18c463e124c8a607ed336cc96e4fe39d3a64d2da (patch) | |
tree | 531a65fca139f21406e6a56dbb53940ab0a98385 /boot/shim/shim.hash | |
parent | 8064b12ff9d0a28091513e338d0f5b59a95d1396 (diff) | |
download | buildroot-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/shim/shim.hash')
-rw-r--r-- | boot/shim/shim.hash | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/boot/shim/shim.hash b/boot/shim/shim.hash new file mode 100644 index 0000000000..318390f80b --- /dev/null +++ b/boot/shim/shim.hash @@ -0,0 +1,3 @@ +# locally computed hash +sha256 279d19cc95b9974ea2379401a6a0653d949c3fa3d61f0c4bd6a7b9e840bdc425 shim-15.tar.gz +sha256 15edf527919ddcb2f514ab9d16ad07ef219e4bb490e0b79560be510f0c159cc2 COPYRIGHT |