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 issues, making 32bit ARM targets for UEFI
fully functional again for me.

Alex

Alexander Graf (2):
  arm: Move trampolines into code section
  arm: Align section alignment with manual relocation offset code

 util/grub-mkimagexx.c | 30 ++++++++++++++----------------
 1 file changed, 14 insertions(+), 16 deletions(-)

-- 
2.16.4


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to