grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Alexander Graf
Subject: [PATCH v2 0/2] Fix fallout from 4k section alignment patch
Date: Tue, 30 Apr 2019 22:43:55 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]