summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [build] Rewrite parserom.pl to support multiple source filesRobin Smidsrød2015-04-131-51/+244
* [build] Fix the REQUIRE_SYMBOL mechanismMichael Brown2015-03-051-0/+3
* [legal] Add UBDL relicensing toolMichael Brown2015-03-021-0/+169
* [legal] Add support for the Unmodified Binary Distribution LicenceMichael Brown2015-03-021-0/+13
* [zbin] Use LZMA compressionMichael Brown2015-02-251-10/+86
* [efi] Disallow R_X86_64_32 relocationsMichael Brown2015-02-121-2/+1Star
* [efi] Add efifatbin utilityMichael Brown2014-09-102-0/+261
* [util] Use PCI length field to obtain length of individual imagesMichael Brown2014-08-261-3/+2Star
* [build] Merge util/geniso and util/genlisoChristian Hesse2014-05-142-133/+121Star
* [build] Avoid errors when build directory is mounted via NFSMichael Brown2014-05-131-3/+3