summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [Settings] Allow named settings to have their type specified explicitlyMichael Brown2008-03-181-45/+48
* [Timers] Initialise timers on first useMichael Brown2008-03-182-27/+26Star
* [Timers] Miscellaneous timer system fixesMichael Brown2008-03-184-44/+60
* [Settings] Allow encapsulated options to be specified as named settingsMichael Brown2008-03-181-4/+10
* [Settings] Add int16, int32 and hex-string configuration setting typesMichael Brown2008-03-181-5/+131
* [libc] Fix a validation bug in strtoul()Michael Brown2008-03-181-1/+1
* [Settings] show_setting() functions return snprintf()-style length.Michael Brown2008-03-184-14/+11Star
* Merge branch 'pxerom-pmm'Michael Brown2008-03-114-305/+482
|\
| * [PXE] PMM now tested and workingMichael Brown2008-03-111-1/+1
| * [prefix] Cope with image source addresses outside base memoryMichael Brown2008-03-111-121/+114Star
| * [PXE] Improve PnP/BBS detectionMichael Brown2008-03-111-19/+49
| * [prefix] Add printing functions to libprefix.SMichael Brown2008-03-113-128/+112Star
| * [PXE] Add PMM support to romprefix.S (untested)Michael Brown2008-03-093-73/+243
* | Merge branch 'xl0-timer'Michael Brown2008-03-1070-398/+412
|\ \
| * | Use plain C in timer_rdtsc for division instead of inline asssembly.Alexey Zaytsev2008-03-061-43/+21Star
| * | [Timers] Move TIMER_BIOS and TIMER_RDTSC to their own config.h section.Michael Brown2008-03-021-3/+10
| * | [Timers] Do not enable serial console by default; this change should notMichael Brown2008-03-021-1/+1
| * | fix the rdtsc namimgAlexey Zaytsev2008-03-024-11/+11
| * | CleanupsAlexey Zaytsev2008-03-023-8/+8
| * | Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev2008-03-0258-121/+62Star
| * | Introduce the new timer subsystem.Alexey Zaytsev2008-03-0213-296/+384
* | | [PXE] Work around a buffer-size bug in WinPEMichael Brown2008-03-101-2/+12
| |/ |/|
* | [Makefile] Use bin/VVVVDDDD.rom instead of bin/pci_VVVV_DDDD.romMichael Brown2008-03-061-1/+1
* | [tg3] Added device ID for rebranded HP card.Michael Brown2008-03-061-0/+1
* | [PXEXT] Add PXENV_FILE_EXEC call to PXE extensions API.Michael Brown2008-03-044-1/+67
* | [Command] Add "sanboot" command.Michael Brown2008-03-045-1/+74
|/
* [DHCP] Fix RFC4390 client identifier constructions.Michael Brown2008-02-271-1/+1
* [Infiniband] Add preliminary support for multi-port devices.Michael Brown2008-02-277-119/+284
* [Infiniband] Centralise MAD operationsMichael Brown2008-02-264-550/+499Star
* [Hermon] Donate joint copyright on Hermon driver to Mellanox.Michael Brown2008-02-231-4/+2Star
* [Hermon] Add driver for Mellanox Hermon (ConnectX) cards.Michael Brown2008-02-234-0/+5941
* [Infiniband] Fix typo in debug statementMichael Brown2008-02-231-1/+1
* [Infiniband] Add missing list_del()s in ib_create_qp() failure path.Michael Brown2008-02-231-0/+2
* Add DBGLVL_IO to trace all memory-mapped I/O.Michael Brown2008-02-212-7/+51
* Remove reference to COFF support. I can find no trace of ever having support...Michael Brown2008-02-212-4/+0Star
* Make tarball generation quieterv0.9.3Marty Connor2008-02-141-1/+1
* Updated $(VERSION) for release. Change tarball generation.Marty Connor2008-02-141-14/+19
* Added mtnic driver provided by Mellanox.Michael Brown2008-02-132-0/+2474
* Guard against corruption of top half of %esp during UNDI ISRMichael Brown2008-02-131-0/+3
* If no shell was requested via Ctrl-B, exit immediately if boot fails.Michael Brown2008-02-111-6/+3Star
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2008-02-111-0/+2
|\
| * undiisr.S: save/restore upper half of %eflagsH. Peter Anvin2008-02-111-0/+2
| * UNDI ISR: save and restore 32-bit registersH. Peter Anvin2008-02-111-4/+7
* | UNDI ISR: save and restore 32-bit registersH. Peter Anvin2008-02-111-4/+7
* | Use internal 16-bit stack for added safety.Michael Brown2008-02-111-0/+4
|/
* Fixes for EqualLogic iSCSI targets:Michael Brown2008-02-071-7/+19
* Start restructuring pxe_tftp.c to cope with multicast (MTFTP) receives.Michael Brown2008-02-021-147/+231
* Merge commit 'laptop/master'Michael Brown2008-01-222-112/+297
|\
| * Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2008-01-2224-226/+254
| |\
| * | Add preliminary support for MTFTP.Michael Brown2007-12-262-112/+297