aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/elf2efi.c
Commit message (Expand)AuthorAgeFilesLines
* [efi] Do not align VirtualSize for .reloc and .debug sectionsMichael Brown2022-01-111-9/+9
* [efi] Match signtool expectations for file alignmentMichael Brown2021-07-151-1/+15
* [efi] Mark PE .reloc and .debug sections as discardableMarvin Häuser2021-04-101-0/+2
* [efi] Align EFI image sections by page sizeMarvin Häuser2021-04-101-11/+24
* [build] Allow elf2efi.c to build on FreeBSDMichael Brown2021-01-301-7/+30
* [util] Treat empty integer strings as invalidMichael Brown2020-06-191-1/+1
* [build] Do not apply WORKAROUND_CFLAGS for host compilerMichael Brown2019-07-221-1/+5
* [build] Handle R_X86_64_PLT32 from binutils 2.31Christian Hesse2018-09-171-0/+1
* [efi] Add support for R_ARM_REL32 relocationsHeinrich Schuchardt2018-03-281-0/+1
* [efi] Allow for building with older versions of elf.h system headerMichael Brown2017-09-241-0/+3
* [efi] Accept (and ignore) R_ARM_V4BX relocationsHeinrich Schuchardt2017-09-241-0/+1
* [efi] Fix building elf2efi.c when -fpic is enabled by defaultMichael Brown2017-01-251-1/+1
* [efi] Allow for building with older versions of elf.h system headerMichael Brown2016-05-091-0/+22
* [arm] Add support for 64-bit ARM (Aarch64)Michael Brown2016-05-081-0/+20
* [arm] Add support for 32-bit ARMMichael Brown2016-05-061-47/+63
* [efi] Eliminate use of libbfdMichael Brown2016-05-021-169/+294
* [efi] Work around broken 32-bit PE executable parsing in ImageHlp.dllMichael Brown2015-09-251-0/+2
* [efi] Minimise use of iPXE header files when building host utilitiesMichael Brown2015-09-141-1/+2
* [efi] Populate debug directory entry FileOffset fieldMichael Brown2015-09-011-0/+19
* [efi] Fix debug directory sizeMichael Brown2015-09-011-1/+1
* [build] Fix the REQUIRE_SYMBOL mechanismMichael Brown2015-03-051-0/+3
* [efi] Disallow R_X86_64_32 relocationsMichael Brown2015-02-121-2/+1
* [efi] Fix building with newer binutilsMichael Brown2013-03-141-0/+2
* [efi] Ensure EFI binaries comply with Authenticode requirementsMichael Brown2013-02-251-1/+4
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [efi] Fix compiler warning in elf2efi.cMichael Brown2012-04-211-0/+4
* [build] Enable warnings when building utilitiesMichael Brown2012-04-101-3/+4
* [efi] Fix the 32-bit version of elf2efi64Geoff Lywood2010-07-211-10/+10
* [efi] Verify object format support in elf2efi.cGeoff Lywood2010-05-271-2/+3
* [build] Rename gPXE to iPXEMichael Brown2010-04-191-2/+2
* [efi] Use POSIX version of basename() in elf2efi.cMichael Brown2009-03-311-1/+6
* [efi] Add efirom utility and .efirom image formatMichael Brown2009-01-081-42/+2
* [efi] Allow for .efidrv images as well as .efi imagesMichael Brown2009-01-071-14/+93
* [efi] Use elf2efi utility in place of efilinkMichael Brown2009-01-071-0/+764