Re: [PATCH 0/5] Fix non-x86 builds after verifiers framework merged

2018-11-16 Thread Leif Lindholm
On Fri, Nov 16, 2018 at 03:05:22PM +0100, Daniel Kiper wrote: > On Wed, Nov 14, 2018 at 07:29:14PM +, 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.

Re: [PATCH 0/5] Fix non-x86 builds after verifiers framework merged

2018-11-16 Thread Daniel Kiper
On Fri, Nov 16, 2018 at 10:31:08AM +0800, Fu Wei Fu wrote: > Hi Leif, > > Great thanks for your information, will do ASAP when I am back home. I have pushed fixes into the master, so, please take a look at it. Daniel ___ Grub-devel mailing list Grub-de

Re: [PATCH 0/5] Fix non-x86 builds after verifiers framework merged

2018-11-16 Thread Daniel Kiper
On Wed, Nov 14, 2018 at 07:29:14PM +, 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

Re: [PATCH 0/5] Fix non-x86 builds after verifiers framework merged

2018-11-15 Thread Fu Wei Fu
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 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. > -

[PATCH 0/5] Fix non-x86 builds after verifiers framework merged

2018-11-14 Thread Leif Lindholm
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 com