summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* [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
* [build] Enable building with the Intel C compiler (icc)Michael Brown2009-03-262-0/+157
* [efi] Ensure EFI ROM checksum is zeroMichael Brown2009-01-091-101/+60Star
* [util] Tidy up output of disrom.plMichael Brown2009-01-091-21/+26
* [efi] Add efirom utility and .efirom image formatMichael Brown2009-01-083-42/+324
* [efi] Allow for .efidrv images as well as .efi imagesMichael Brown2009-01-081-14/+93
* [efi] Use elf2efi utility in place of efilinkMichael Brown2009-01-073-516/+766
* [x86_64] Add support for compilation as an x86_64 binaryMichael Brown2008-12-051-2/+10
* [efi] Add EFI image format and basic runtime environmentMichael Brown2008-10-132-0/+508
* [makefile] Reduce verbosity of various NON_AUTO_MEDIA rulesMichael Brown2008-10-101-1/+1
* [util] Don't die on undefined symbols in sortobjdump.plMichael Brown2008-10-101-1/+1
* [util] Add optional debug messages to zbin.cMichael Brown2008-10-101-0/+27
* [makefile] Split config.h out into config/*.h and kill off mkconfig.plMichael Brown2008-10-081-205/+0Star
* [util] Avoid calling fclose(NULL) in zbin.cEygene Ryabinkin2008-09-041-1/+2
* [util] Fix interpretation of short jumps in Option::ROMMichael Brown2008-08-271-1/+3
* [util] Allow Option::ROM to understand and modify initialisation entry pointMichael Brown2008-08-153-7/+66
* [util] Add mergerom.plMichael Brown2008-07-311-0/+80