summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* [console] Mark generated keymaps as permitted for Secure BootMichael Brown2026-01-131-0/+1
* [efi] Mark imported EDK2 headers as permitted for Secure BootMichael Brown2026-01-133-0/+3
* [efi] Update to current EDK2 headersMichael Brown2025-11-122-0/+6
* [build] Handle isohybrid with xorrisofsChristian Hesse2025-07-081-1/+6
* [zbin] Allow for constructing compressed dynamic relocation recordsMichael Brown2025-05-061-0/+240
* [build] Allow for 32-bit and 64-bit versions of util/zbinMichael Brown2025-05-061-1/+2
* [riscv] Add support for the RISC-V CPU architectureMichael Brown2024-09-153-0/+73
* [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