aboutsummaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* [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/+0
* [util] Add support for LoongArch64 binariesloongarch64Xiaotian 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 binariesprocessorbindMichael 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/+0
* [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
* [build] Ensure that isolinux.bin is modifiableMichael Brown2021-01-291-1/+1
* [build] Add syslinux search locations used on FreeBSDMichael Brown2021-01-291-0/+2
* [efi] Automatically load "/autoexec.ipxe" when booted from a filesystemMichael Brown2021-01-251-0/+3
* [build] Report a meaningful error message if isolinux.bin is missingMichael Brown2021-01-241-2/+4
* [build] Check that mkisofs equivalent supports the required optionsMichael Brown2021-01-241-19/+14
* [build] Allow an initrd script to be provided via genfsimgMichael Brown2021-01-221-4/+15
* [build] Fail gracefully when no input files are given to genfsimgMichael Brown2021-01-221-0/+5
* [build] Use explicit disk geometry for generated FAT filesystem imagesMichael Brown2021-01-221-4/+7
* [build] Fix genfsimg incompatibility with dash shellMichael Brown2021-01-221-2/+2
* [build] Set volume name "iPXE" on FAT filesystem imagesMichael Brown2021-01-211-2/+2
* [build] Allow genfsimg to be used on third party UEFI binariesMichael Brown2021-01-191-3/+21
* [build] Include xorrisofs as a viable mkisofs equivalentOmgalof2021-01-181-2/+2
* [build] Create util/genfsimg for building filesystem-based imagesMichael Brown2021-01-134-266/+253
* [build] Fix default target in sdsk imagebit2020-07-211-1/+1
* [util] Treat empty integer strings as invalidMichael Brown2020-06-192-3/+3
* [build] Do not apply WORKAROUND_CFLAGS for host compilerMichael Brown2019-07-221-1/+5
* [util] Add support for EFI ROM imagesPetr Borsodi2019-01-212-1/+78