[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/5] Fix non-x86 builds after verifiers framework merged
From: |
Fu Wei Fu |
Subject: |
Re: [PATCH 0/5] Fix non-x86 builds after verifiers framework merged |
Date: |
Fri, 16 Nov 2018 10:31:08 +0800 |
Hi Leif,
Great thanks for your information, will do ASAP when I am back home.
On Thu, 15 Nov 2018 at 03:29, Leif Lindholm <address@hidden> wrote:
>
> 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
>
--
Best regards,
Fu Wei
Software Engineer
Red Hat
- [PATCH 0/5] Fix non-x86 builds after verifiers framework merged, Leif Lindholm, 2018/11/14
- [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 <=
- arm64/xen: Fix too few arguments to function ‘grub_create_loader_cmdline’, Lee Jones, 2018/11/20
- Re: arm64/xen: Fix too few arguments to function ‘grub_create_loader_cmdline’, Julien Grall, 2018/11/20
- Re: arm64/xen: Fix too few arguments to function ‘grub_create_loader_cmdline’, Daniel Kiper, 2018/11/21
- Re: arm64/xen: Fix too few arguments to function ‘grub_create_loader_cmdline’, Lee Jones, 2018/11/22