Re: [PATCH v2 0/2] Fix fallout from 4k section alignment patch

2019-05-06 Thread Daniel Kiper
On Wed, May 01, 2019 at 05:24:00PM +0100, Leif Lindholm wrote: > On Tue, Apr 30, 2019 at 10:43:55PM +0200, Alexander Graf wrote: > > Commit a51f953f4ee87 ("mkimage: Align efi sections on 4k boundary") > > broke ARM builds. There were 2 reasons for that: > > > > 1) An NX bug that was lingering for

Re: [PATCH v2 0/2] Fix fallout from 4k section alignment patch

2019-05-01 Thread Leif Lindholm
On Tue, Apr 30, 2019 at 10:43:55PM +0200, Alexander Graf wrote: > Commit a51f953f4ee87 ("mkimage: Align efi sections on 4k boundary") > broke ARM builds. There were 2 reasons for that: > > 1) An NX bug that was lingering forever in the code base and only got > triggered because of the change >

[PATCH v2 0/2] Fix fallout from 4k section alignment patch

2019-04-30 Thread Alexander Graf
Commit a51f953f4ee87 ("mkimage: Align efi sections on 4k boundary") broke ARM builds. There were 2 reasons for that: 1) An NX bug that was lingering forever in the code base and only got triggered because of the change 2) A missing adjustment in the original patch This patch set fixes both i