summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/interface/pxe
Commit message (Expand)AuthorAgeFilesLines
* [pxe] Enable interrupts before starting PXE NBP executionMichael Brown2008-09-241-0/+1
* [pxe] Add a dummy PXENV+ entry point at UNDI_CS:0000Michael Brown2008-09-061-0/+10
* [pxe] Fill in UNDIROMID pointer in !PXE structureMichael Brown2008-08-282-1/+9
* [i386] Change semantics of __from_data16 and __from_text16Michael Brown2008-07-011-2/+2
* [PXEXT] Add FILE_API_CHECK API functionH. Peter Anvin2008-03-261-0/+5
* [PXEXT] Add PXENV_FILE_EXEC call to PXE extensions API.Michael Brown2008-03-041-0/+5
* Add PXE FILE API.Michael Brown2007-08-041-0/+25
* Applied a modified version of holger's regparm patches.Michael Brown2007-07-291-2/+2
* Add (untested) UNDI loader C-level implementation.Michael Brown2007-07-041-0/+25
* Separate out pxe_start_nbp() from pxe_image.c into pxe_call.cMichael Brown2007-06-301-0/+25
* Select a PXE network device before starting PXE NBP.Michael Brown2007-01-142-56/+20Star
* Add header for pxe_boot()Michael Brown2007-01-131-0/+1
* Fix building on gas versions that don't auto-insert addr32 prefixesMichael Brown2006-12-121-3/+3
* We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-271-1/+0Star
* added stdio.h to includes for DBG compilationMarty Connor2006-09-271-0/+1
* Both the !PXE and PXENV+ structures must be paragraph-alignedMichael Brown2006-08-091-0/+2
* Note to self: learn to count.Michael Brown2006-08-091-3/+3
* Added missing __from_text16()s when passing pointers to PXE NBP.Michael Brown2006-08-091-1/+3
* pxe_int_1a is needed by pxe_call.cMichael Brown2006-08-091-0/+1
* Added (not yet tested) PXE API entry point and support functions.Michael Brown2006-08-082-0/+300
* Updated PXE UDP implementation to use the new Etherboot UDP API.Michael Brown2006-08-031-0/+290