[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/5] Fix non-x86 builds after verifiers framework merged
From: |
Leif Lindholm |
Subject: |
[PATCH 0/5] Fix non-x86 builds after verifiers framework merged |
Date: |
Wed, 14 Nov 2018 19:29:14 +0000 |
The verifiers framework caused some breakage for non-x86
platforms that need fixing.
Basically, this boils down to:
- Add an include guard for verify.h.
- Add a new file type for device tree blobs.
- Fix an error added to arm64/linux.c.
- Add file types to grub_file_open calls.
Note: only the common and arm64 fixes have actually been tested.
Fu Wei, Julien - can you guys have a look at fixing arm64/xen_boot.c?
I'm not 100% certain how multiboot should be handled.
Cc: Fu Wei <address@hidden>
Cc: Julien Grall <address@hidden>
Reported-by: Alexander Graf <address@hidden>
Leif Lindholm (5):
grub/verify.h: add include guard
file.h: add device tree file type
loader/efi/fdt.c: fixup grub_file_open call
arm64/efi: fix breakage caused by verifiers
arm-uboot, ia64, sparc64: fix up grub_file_open calls
grub-core/loader/arm/linux.c | 6 +++---
grub-core/loader/arm64/linux.c | 3 ++-
grub-core/loader/efi/fdt.c | 2 +-
grub-core/loader/ia64/efi/linux.c | 2 +-
grub-core/loader/sparc64/ieee1275/linux.c | 2 +-
include/grub/file.h | 2 ++
include/grub/verify.h | 5 +++++
7 files changed, 15 insertions(+), 7 deletions(-)
--
2.11.0
- [PATCH 0/5] Fix non-x86 builds after verifiers framework merged,
Leif Lindholm <=
- [PATCH 2/5] file.h: add device tree file type, Leif Lindholm, 2018/11/14
- [PATCH 1/5] grub/verify.h: add include guard, Leif Lindholm, 2018/11/14
- [PATCH 5/5] arm-uboot, ia64, sparc64: fix up grub_file_open calls, Leif Lindholm, 2018/11/14
- [PATCH 3/5] loader/efi/fdt.c: fixup grub_file_open call, Leif Lindholm, 2018/11/14
- [PATCH 4/5] arm64/efi: fix breakage caused by verifiers, Leif Lindholm, 2018/11/14
- Re: [PATCH 0/5] Fix non-x86 builds after verifiers framework merged, Fu Wei Fu, 2018/11/15