[syslinux] [PATCH v3 0/5] efi: PE header generation fix

Sylvain Gault sylvain.gault at gmail.com
Sun Feb 2 20:43:01 PST 2014


This patch series is the lastest version that fix the PE headers generated for
syslinux for UEFI.

Compared to the previous versions of this patch series, the relocation fixing
has been made less brutal. Namely, patch 3/5 remove the useless relocation that
is rejected by OVMF and the whole .reloc section removal has been made a
separate patch 5/5. This last patch is optional.

Of course they are now based on the lastest master branch.

And last but not least, I signed those patches with my real name. :)

Sylvain Gault (5):
  efi: Fix PE header field rva_and_sizes_nr
  efi: Location, size and alignment of .text section
  efi: Remove buggy relocation in PE file
  efi: PE file size differ from in-memory size
  efi: Useless relocation section in PE file

 efi/i386/syslinux.ld   |   4 +-
 efi/wrapper.c          | 210 +++++++++++++++++--------------------------------
 efi/wrapper.h          |  28 ++++---
 efi/x86_64/syslinux.ld |   4 +-
 4 files changed, 91 insertions(+), 155 deletions(-)

-- 
1.8.5.2



More information about the Syslinux mailing list