summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
...
* [romprefix] Add a dummy ROM header to cover the .mrom payloadMichael Brown2012-06-121-8/+62
* [util] Rewrite catrom.pl to use Option::ROM libraryMichael Brown2012-06-121-34/+15Star
* [util] Allow Option::ROM to access multiple ROM imagesMichael Brown2012-06-123-53/+129
* [util] Remove obsolete Makefile rule for util/prototester.cMarin Hannache2012-04-241-8/+2Star
* [efi] Fix compiler warning in elf2efi.cMichael Brown2012-04-211-0/+4
* [util] Add utility to generate list of supported network cardsRobin Smidsrød2012-04-182-1/+589
* [build] Enable warnings when building utilitiesMichael Brown2012-04-106-30/+23Star
* [console] Ignore unexpected keysyms when generating keyboard mapsMichael Brown2012-03-271-2/+4
* [build] Include UNDI PCI driver within all-drivers buildMichael Brown2011-11-161-1/+1
* [util] Add romcheck.plMichael Brown2011-09-191-0/+54
* [build] Allow APPEND lines in ipxe.iso to function as expectedDominic Cleal2011-05-191-1/+1
* [build] Avoid generating ROMs with "match-any" vendor or device IDsMichael Brown2011-03-301-0/+1
* [build] Include only one copy of each ROM in "make allroms"Michael Brown2011-03-301-4/+4
* [build] Generate hybrid ISO images if isohybrid is availableMichael Brown2011-03-271-0/+7
* [console] Try to avoid problems caused by keycode 86Michael Brown2011-03-161-4/+15
* [console] Add keymap generatorMichael Brown2011-03-161-0/+224
* [fnrec] Enhance function recordingMichael Brown2010-12-092-32/+145
* [util] Update welcome message in ISO imagesMichael Brown2010-10-181-1/+1
* [efi] Fix the 32-bit version of elf2efi64Geoff Lywood2010-07-211-10/+10
* [libc] Enable automated extraction of error usage reportsMichael Brown2010-05-312-0/+168
* [efi] Verify object format support in elf2efi.cGeoff Lywood2010-05-271-2/+3
* [romprefix] Add .mrom format, allowing loading of large ROMsMichael Brown2010-04-251-1/+2
* [build] Replace obsolete makerom.pl with quick script using Option::ROMMichael Brown2010-04-252-226/+34Star
* [prefix] Add .text16.early sectionMichael Brown2010-04-201-5/+56
* [romprefix] Remove .xrom prefixMichael Brown2010-04-201-18/+12Star
* [build] Rename gPXE to iPXEMichael Brown2010-04-207-13/+13
* [util] Hide an expected error from the 'which' commandPiotr Jaroszyński2010-04-161-1/+1
* [fnrec] Add function recorder for debuggingStefan Hajnoczi2010-03-041-0/+32
* [util] Detect genisoimage as mkisofs replacementStefan Hajnoczi2010-02-131-1/+11
* [prefix] Add .xrom prefix for a ROM that loads itself by PCI accessesJoshua Oreman2010-01-201-12/+18
* [util] Add diffsize.pl utility for generating diffs of object sizesJoshua Oreman2010-01-141-0/+101
* [zbin] Fix 64-bit compilation warnings for util/zbin.cJoshua Oreman2009-10-201-8/+8
* [util] Change gensdsk file permissions to include executeMarty Connor2009-10-201-0/+0
* [zbin] Fix compilation warnings for util/zbin.cThomas Miletich2009-10-171-5/+5
* [util] Make mtools check detect new versionsStefan Hajnoczi2009-10-152-2/+2
* [modrom] Avoid clobbering near jump with checksumJoshua Oreman2009-10-151-2/+2
* [zbin] Change fixup semantics to support ROMs over 128k uncompressedJoshua Oreman2009-08-111-50/+76
* [geniso] Emit proper error message for incorrect location of ISOLINUX_BINvibi sreenivasan2009-08-091-1/+1
* [legal] Add the MIT and ISC licenses to licence.plH. Peter Anvin2009-08-031-0/+25
* [build] Allow safe concurrent builds of .iso, .liso and .sdsk targetsMichael Brown2009-08-023-8/+5Star
* [build] Make .liso image generation silent unless errors occurMichael Brown2009-08-021-1/+1
* [build] Add syslinux floppy image type .sdskMarty Connor2009-08-022-27/+83
* [legal] Add licence.pl and %.licence make targetMichael Brown2009-05-181-0/+124
* [build] Fix signed/unsigned division in util/zbin.cStefan Hajnoczi2009-04-261-4/+5
* [build] Simplify use of Getopt::Long in padimg.plMichael Brown2009-04-161-4/+3Star
* [build] Reinstate the .pdsk padded-floppy image formatMichael Brown2009-04-161-3/+4
* [build] Pad .rom, .dsk, and .hd images to 512-byte boundariesMichael Brown2009-04-162-12/+44
* [build] Round up SUBx deltasStefan Hajnoczi2009-04-151-7/+10
* [efi] Use POSIX version of basename() in elf2efi.cMichael Brown2009-03-311-1/+6
* [pci] Add driver_data field to struct pci_device_idThomas Miletich2009-03-261-1/+2