summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* [coverity] Add Coverity user modelMichael Brown2017-03-221-0/+21
| | | | | | | | Add a trivial model file to prevent Coverity from making various incorrect assumptions about functions where the iPXE behaviour diverges from POSIX or Linux norms. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [errdb] Strip platform error code for non-platform-generated errorsMichael Brown2013-04-291-0/+1
| | | | Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [contrib] Enable bochs debug port by defaultMichael Brown2012-10-051-1/+1
| | | | Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [contrib] Allow more space for Bochs option ROMMichael Brown2012-10-051-1/+1
| | | | Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [contrib] Fix rom-o-matic git version number issuesFloris Bos2012-07-231-2/+7
| | | | | | | | | | | Fixes issue in which git version number is not displayed on startup when iPXE is built through rom-o-matic. Remove special characters from filename generated by rom-o-matic (so that you get "ipxe-1.0.0+c3b4-undionly.kkpxe" instead of "ipxe-1.0.0+ (c3b4)-undionly.kkpxe") Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [contrib] Fix rom-o-matic build (add new LOG_LEVEL constant)Floris Bos2012-07-231-0/+10
| | | | Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [contrib] Update bochsrc.txt to latest version of bochsMichael Brown2012-06-061-170/+550
| | | | Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [contrib] Fix rom-o-maticPaul Sands2012-02-126-27/+28
| | | | Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [contrib] Update rom-o-matic to build iPXEFloris Bos2011-05-064-9/+31
| | | | Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [contrib] Specify boot order in bochsrc.txtMichael Brown2011-01-271-0/+1
| | | | Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [contrib] Remove extraneous errcodedb filesMichael Brown2010-10-192-3/+0Star
| | | | Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [contrib] Allow "cow" script to create the SAN device itselfMichael Brown2010-09-221-4/+5
| | | | | | | | Allow for an invocation pattern such as: ./cow /path/to/image/file vblade 1 2 eth0 Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [contrib] Add script to easily create copy-on-write SAN imagesMichael Brown2010-09-221-0/+48
| | | | Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [contrib] Add contrib/vm, containing utilities from old contrib/bochsMichael Brown2010-09-226-0/+1246
| | | | Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [errcode] Remove unused contrib/errcode scriptsStefan Hajnoczi2010-07-175-413/+0Star
| | | | | | | | | | | | | | The new errdb error code database is more accurate than the regular expression-based errcode scripts. This patch removes errcode scripts in favor of errdb. The gpxebot.py script is no longer needed, gpxebot has been released as a separate open source codebase: http://git.etherboot.org/?p=people/stefanha/gpxebot.git;a=summary Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [errdb] Add errdb.pl script to build error databaseMichael Brown2010-05-312-0/+109
| | | | Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [build] Rename gPXE to iPXEMichael Brown2010-04-2015-53/+56
| | | | | | | | | | | Access to the gpxe.org and etherboot.org domains and associated resources has been revoked by the registrant of the domain. Work around this problem by renaming project from gPXE to iPXE, and updating URLs to match. Also update README, LOG and COPYRIGHTS to remove obsolete information. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [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
|