summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* [efi] Ignore new LoongArch PC-relative relocations and relaxationsAlexey Sheplyakov2024-02-221-0/+20
* [efi] Add potentially missing relocation typesMichael Brown2023-12-211-0/+9
* [efi] Fix Coverity warning about unintended sign extensionMichael Brown2023-12-191-2/+2
* [efi] Add relocation types generated by clangMichael Brown2023-12-191-0/+3
* [build] Use SOURCE_DATE_EPOCH for FAT serial number if it existsMichael Brown2023-12-191-0/+4
* [efi] Allow compiling elf2efi with clangMichael Brown2023-12-051-1/+1
* [efi] Extend PE header size to cover space up to first sectionMichael Brown2023-11-271-2/+23
* [efi] Maximise image base addressMichael Brown2023-11-241-0/+44
* [efi] Do not assume canonical PE section orderingMichael Brown2023-11-241-56/+37Star
* [efi] Treat 16-bit sections as hidden in hybrid binariesMichael Brown2023-11-241-0/+6
* [efi] Place PE debug information in a hidden sectionMichael Brown2023-11-231-31/+15Star
* [efi] Fix recorded overall size of headers in NT optional headerMichael Brown2023-11-231-1/+6
* [efi] Write out PE header only after writing sectionsMichael Brown2023-11-231-22/+28
* [efi] Use load memory address as file offset for hybrid binariesMichael Brown2023-11-231-7/+77
* [efi] Mark PE images as large address awareMichael Brown2023-11-231-0/+1
* [efi] Set NXCOMPAT bit in PE headerMichael Brown2023-11-231-0/+2
* [efi] Treat writable sections as data sectionsMichael Brown2023-11-231-11/+11
* [efi] Allow for sections to be excluded from the generated PE fileMichael Brown2023-04-101-6/+17
* [efi] Allow elf2efi to be used for hybrid binariesMichael Brown2023-04-101-6/+27
* [efi] Shrink size of data directory in PE headerMichael Brown2023-04-101-4/+13
* [efi] Remove redundant zero padding in PE headerMichael Brown2023-04-101-1/+0Star
* [util] Add support for LoongArch64 binariesXiaotian Wu2023-02-033-0/+38
* [legal] Add support for the BSD-2-Clause-Patent licenceMichael Brown2023-01-281-0/+14
* [efi] Build util/efirom as a host-only binaryMichael Brown2023-01-281-0/+2
* [efi] Do not rely on ProcessorBind.h when building host binariesMichael Brown2023-01-201-0/+2
* [console] Include mappings for AltGr-Shift-<key>Michael Brown2022-02-161-3/+5
* [console] Ensure that US keyboard map appears at start of linker tableMichael Brown2022-02-161-1/+2
* [console] Fix definition of unreachability for remapped keysMichael Brown2022-02-151-23/+23
* [console] Ensure that all ASCII characters are reachable in all keymapsMichael Brown2022-02-151-0/+6
* [console] Fix unreachable characters in "mt" keymapMichael Brown2022-02-151-0/+5
* [console] Fix unreachable characters in "il" keymapMichael Brown2022-02-151-0/+6
* [console] Treat dead keys as producing their ASCII equivalentsMichael Brown2022-02-151-2/+20
* [console] Support AltGr to access ASCII characters via remappingMichael Brown2022-02-151-4/+36
* [console] Allow for named keyboard mappingsMichael Brown2022-02-151-63/+77
* [console] Handle remapping of scancode 86Michael Brown2022-02-101-5/+26
* [console] Update genkeymap to work with current databasesMichael Brown2022-02-102-238/+346
* [doc] Update user-visible ipxe.org URIs to use HTTPSMichael Brown2022-01-131-1/+1
* [efi] Do not align VirtualSize for .reloc and .debug sectionsMichael Brown2022-01-111-9/+9
* [build] Include EFI system partition table entry in isohybrid imagesMichael Brown2021-11-231-0/+3
* [build] Fix genfsimg to work with FATDIR with spaceJuniorJPDJ2021-07-261-1/+1
* [efi] Match signtool expectations for file alignmentMichael Brown2021-07-151-1/+15
* [build] Use SOURCE_DATE_EPOCH for isohybrid MBR ID if it existsMichael Brown2021-05-241-1/+5
* [build] Use SOURCE_DATE_EPOCH for .iso timestamps if it existsMichael Brown2021-05-241-0/+10
* [build] Fix genfsimg to build ISO with long filenamesMatya2021-04-201-1/+1
* [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
* [efi] Compress EFI ROM imagesMichael Brown2021-02-192-4/+1650
* [build] Remove support for building with the Intel C compilerMichael Brown2021-02-122-158/+0Star
* [build] Report detailed errors when unable to find a usable mkisofsMichael Brown2021-02-121-3/+17
* [build] Allow elf2efi.c to build on FreeBSDMichael Brown2021-01-301-7/+30