[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: |
Daniel Kiper |
Subject: |
Re: [PATCH 0/5] Fix non-x86 builds after verifiers framework merged |
Date: |
Fri, 16 Nov 2018 15:05:22 +0100 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Wed, Nov 14, 2018 at 07:29:14PM +0000, Leif Lindholm 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>
Thanks a lot! Pushed!
By the way, have you cross compiled GRUB2 ARM stuff on x86? I would
like to add ARM builds to my test suite and I do not want to reinvent
the wheel.
Daniel
- Re: arm64/xen: Fix implicit declaration of function ‘grub_file_filter_disable_compression, (continued)
- [PATCH v2] arm64/xen: Fix implicit declaration of function ‘grub_file_filter_disable_compression, Lee Jones, 2018/11/20
- [PATCH v3 (part 1)] arm64/xen: Fix implicit declaration of function ‘grub_file_filter_disable_compression', Lee Jones, 2018/11/20
- Re: [PATCH v3 (part 1)] arm64/xen: Fix implicit declaration of function ‘grub_file_filter_disable_compression', Daniel Kiper, 2018/11/21
- [PATCH v3 (part 2)] generic/blocklist: Fix implicit declaration of function ‘grub_file_filter_disable_compression', Lee Jones, 2018/11/20
- Re: [PATCH v3 (part 2)] generic/blocklist: Fix implicit declaration of function ‘grub_file_filter_disable_compression', Vladimir 'phcoder' Serbinenko, 2018/11/20
- Re: [PATCH v3 (part 2)] generic/blocklist: Fix implicit declaration of function ‘grub_file_filter_disable_compression', Daniel Kiper, 2018/11/21
- arm64/xen: Remove duplicate check for arguments, Lee Jones, 2018/11/20
- Re: arm64/xen: Remove duplicate check for arguments, Vladimir 'phcoder' Serbinenko, 2018/11/20
Re: [PATCH 0/5] Fix non-x86 builds after verifiers framework merged,
Daniel Kiper <=