aboutsummaryrefslogtreecommitdiff
path: root/src/util/elf2efi.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-20[efi] Do not rely on ProcessorBind.h when building host binariesprocessorbindMichael Brown1-0/+2
2022-01-11[efi] Do not align VirtualSize for .reloc and .debug sectionsMichael Brown1-9/+9
2021-07-15[efi] Match signtool expectations for file alignmentMichael Brown1-1/+15
2021-04-10[efi] Mark PE .reloc and .debug sections as discardableMarvin Häuser1-0/+2
2021-04-10[efi] Align EFI image sections by page sizeMarvin Häuser1-11/+24
2021-01-30[build] Allow elf2efi.c to build on FreeBSDMichael Brown1-7/+30
2020-06-19[util] Treat empty integer strings as invalidMichael Brown1-1/+1
2019-07-22[build] Do not apply WORKAROUND_CFLAGS for host compilerMichael Brown1-1/+5
2018-09-17[build] Handle R_X86_64_PLT32 from binutils 2.31Christian Hesse1-0/+1
2018-03-28[efi] Add support for R_ARM_REL32 relocationsHeinrich Schuchardt1-0/+1
2017-09-24[efi] Allow for building with older versions of elf.h system headerMichael Brown1-0/+3
2017-09-24[efi] Accept (and ignore) R_ARM_V4BX relocationsHeinrich Schuchardt1-0/+1
2017-01-25[efi] Fix building elf2efi.c when -fpic is enabled by defaultMichael Brown1-1/+1
2016-05-09[efi] Allow for building with older versions of elf.h system headerMichael Brown1-0/+22
2016-05-08[arm] Add support for 64-bit ARM (Aarch64)Michael Brown1-0/+20
2016-05-06[arm] Add support for 32-bit ARMMichael Brown1-47/+63
2016-05-02[efi] Eliminate use of libbfdMichael Brown1-169/+294
2015-09-25[efi] Work around broken 32-bit PE executable parsing in ImageHlp.dllMichael Brown1-0/+2
2015-09-14[efi] Minimise use of iPXE header files when building host utilitiesMichael Brown1-1/+2
2015-09-01[efi] Populate debug directory entry FileOffset fieldMichael Brown1-0/+19
2015-09-01[efi] Fix debug directory sizeMichael Brown1-1/+1
2015-03-05[build] Fix the REQUIRE_SYMBOL mechanismMichael Brown1-0/+3
2015-02-12[efi] Disallow R_X86_64_32 relocationsMichael Brown1-2/+1
2013-03-14[efi] Fix building with newer binutilsMichael Brown1-0/+2
2013-02-25[efi] Ensure EFI binaries comply with Authenticode requirementsMichael Brown1-1/+4
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2012-04-21[efi] Fix compiler warning in elf2efi.cMichael Brown1-0/+4
2012-04-10[build] Enable warnings when building utilitiesMichael Brown1-3/+4
2010-07-21[efi] Fix the 32-bit version of elf2efi64Geoff Lywood1-10/+10
2010-05-27[efi] Verify object format support in elf2efi.cGeoff Lywood1-2/+3
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-2/+2
2009-03-31[efi] Use POSIX version of basename() in elf2efi.cMichael Brown1-1/+6
2009-01-08[efi] Add efirom utility and .efirom image formatMichael Brown1-42/+2
2009-01-07[efi] Allow for .efidrv images as well as .efi imagesMichael Brown1-14/+93
2009-01-07[efi] Use elf2efi utility in place of efilinkMichael Brown1-0/+764