summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* [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
* [build] Ensure that isolinux.bin is modifiableMichael Brown2021-01-301-1/+1
* [build] Add syslinux search locations used on FreeBSDMichael Brown2021-01-301-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/+14Star
* [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-201-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/+253Star
* [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
* [util] Improve processing of ROM images in Option::ROMPetr Borsodi2019-01-212-39/+110
* [zbin] Fix compiler warning with GCC 9Michael Brown2019-01-211-6/+6
* [pci] Correct invalid base-class/sub-class/prog-if order in PCIRPetr Borsodi2019-01-152-3/+3
* [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
* [util] Support reversed sort ordering when generating NIC listRobin Smidsrød2018-03-211-21/+29
* [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
* [build] Remove nested "my" declarationVinson Lee2016-06-031-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-082-0/+21
* [arm] Add support for 32-bit ARMMichael Brown2016-05-062-47/+64
* [efi] Eliminate use of libbfdMichael Brown2016-05-021-169/+294
* [prefix] Use CRC32 to verify each block prior to decompressionMichael Brown2016-03-241-10/+42
* [efi] Add %.usb target for building EFI-bootable USB (or other) disk imagesMichael Brown2015-12-071-0/+60
* [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-153-3/+6
* [build] Search for ldlinux.c32 separately from isolinux.binMichael Brown2015-09-011-2/+1Star
* [efi] Populate debug directory entry FileOffset fieldMichael Brown2015-09-011-0/+19
* [efi] Fix debug directory sizeMichael Brown2015-09-011-1/+1
* [build] Fix .ids.o creation for drivers not in the all-drivers buildMichael Brown2015-06-011-0/+1
* [build] Construct all-drivers list based on driver classMichael Brown2015-04-221-1/+1
* [util] Add ability to dump PCI device ID listMichael Brown2015-04-132-0/+24