summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* [contrib] Add README file to rom-o-maticMarty Connor2010-01-191-0/+62
| | | | Signed-off-by: Marty Connor <mdc@etherboot.org>
* [contrib] Add .hrom format to rom-o-maticMarty Connor2010-01-171-0/+1
| | | | Signed-off-by: Marty Connor <mdc@etherboot.org>
* [contrib] Add rom-o-matic to contribMarty Connor2010-01-1741-0/+1854
|
* [contrib] Move most contrib content to a separate repositoryMarty Connor2010-01-17152-20360/+9Star
| | | | | | | | | | | Most of the content that was previously in this directory has been moved to a separate git repository: http://git.etherboot.org/?p=contrib.git;a=summary or the Etherboot Project wiki: http://etherboot.org/
* [3c90xutil] Update bromutil.c and cromutil.c.Thomas Miletich2010-01-145-188/+582
| | | | | | | | | | | | bromutil.c has been updated with a command to "fix" 3c905B NICs so that EEPROMs larger than 8K may be used. cromutil.c has been replaced with an updated version that has been included in etherboot-5.4 for some time now. See README for usage. Signed-off-by: Marty Connor <mdc@etherboot.org>
* [build] Pad .rom, .dsk, and .hd images to 512-byte boundariesMichael Brown2009-04-161-2/+2
| | | | | | | | QEMU will silently round down a disk or ROM image file to the nearest 512 bytes. Fix by always padding .rom, .dsk and .hd images to the nearest 512-byte boundary. Originally-fixed-by: Stefan Hajnoczi <stefanha@gmail.com>
* [image] Allow multiple embedded imagesMichael Brown2009-02-162-0/+12
| | | | | | | | | | This patch extends the embedded image feature to allow multiple embedded images instead of just one. gPXE now always boots the first embedded image on startup instead of doing the hardcoded DHCP boot (aka autoboot). Based heavily upon a patch by Stefan Hajnoczi <stefanha@gmail.com>.
* [contrib] Update qemu documentationMichael Brown2009-02-011-18/+11Star
|
* [contrib] Add patch to enable writable ROM images in bochsMichael Brown2008-10-211-0/+20
| | | | | | | | Some of the gPXE romprefix.S code attempts to write to the ROM image, as allowed by the PCI spec. We do gracefully handle the case of read-only ROM images (for ISA ROMs and for normal bochs/qemu operation), but it can be handy to be able to use bochs to debug the code paths that depend on writable ROM images.
* [util] Disable automatic CR->LF conversion in serial-console utilityMichael Brown2008-09-071-2/+2
| | | | | | DUET (the EFI test environment) seems not to handle LF, so inhibit the CR->LF conversion that the pty does for us by default. This doesn't affect operation of gPXE, which will happily accept either CR or LF.
* [contrib] Bring bochs/qemu READMEs up to date with latest upstream codeMichael Brown2008-09-072-4/+4
|
* [Contribs] Fix multi-line POSIX errno definitions.Stefan Hajnoczi2008-05-201-8/+7Star
|
* [Contribs] Fix parsing bug in errcode.pyStefan Hajnoczi2008-05-201-1/+4
| | | | Make sure parser doesn't choke on line with space at end.
* [Contribs] Add simple IRC bot for looking up error codes.Stefan Hajnoczi2008-05-203-2/+126
|
* [Contribs] Add README, license text, and invert error code dictionaries.Stefan Hajnoczi2008-05-204-13/+106
|
* [Contribs] Add a web interface for looking up error codes.Stefan Hajnoczi2008-05-201-0/+65
| | | | Add a PHP script to act as a web interface for looking up error codes.
* [Contribs] Add command-line utility for looking up gPXE error codes.Stefan Hajnoczi2008-05-202-0/+129
|
* [Contribs] Add updated wake-on-LAN patch from Bill <level42@sympatico.ca>Michael Brown2008-03-1913-1202/+145Star
|
* Add .pdsk target (padded .dsk, suitable for qemu).Michael Brown2007-07-061-3/+2Star
|
* Build bochs with ne2000 support, and add sample lines in bochsrc.txtMichael Brown2007-07-022-1/+4
| | | | to match.
* Don't build option-overloaded packets; they just confuse people (ISCMichael Brown2007-06-301-0/+8
| | | | DHCPD and Windows RIS in particular).
* Initial notes on RISMichael Brown2007-06-291-0/+23
|
* Current bochs has a 128kB BIOS, not 64kBMichael Brown2007-06-281-1/+1
|
* Ignore external directories (bochs, qemu) within contrib/bochs.Michael Brown2007-06-091-0/+2
|
* Rename .cvsignore files to .gitignoreMichael Brown2007-06-091-0/+0
|
* .zrom is still broken; use .rom by defaultMichael Brown2006-08-281-1/+1
|
* Document requisite patch for qemuMichael Brown2006-08-282-4/+38
|
* Add --enable-show-ips; it's useful when using the profiling code.Michael Brown2006-08-281-1/+2
|
* Basic instructions to get qemu runningMichael Brown2006-08-241-0/+80
|
* Corrected documentationMichael Brown2006-08-091-3/+2Star
|
* Need write permission to /dev/net/tun, not just read.Michael Brown2006-05-261-1/+1
|
* Updated to new SourceForge CVS locations, and fix a couple of minorMichael Brown2006-05-181-9/+12
| | | | mistakes.
* Added tunctl (since it is difficult to find for many distros).Michael Brown2006-05-134-12/+131
|
* Updated instructions to reflect current reality.Michael Brown2006-04-261-57/+24Star
|
* Hardcoded paths to ../../src/bin avoid one step in the instructions.Michael Brown2006-04-261-2/+2
|
* Avoid the need for a symlink to the BIOS directory; just use the locallyMichael Brown2006-04-261-2/+2
| | | | checked-out copy.
* Much safer to use a TAP device statically allocated with tunctl.Michael Brown2006-04-261-21/+0Star
|
* Updated to syntax required by latest bochs CVS.Michael Brown2006-04-261-1/+1
|
* Updated to current bochs CVSMichael Brown2006-04-261-217/+306
|
* Initial revisionMichael Brown2005-05-17153-0/+20692