summaryrefslogtreecommitdiffstats
path: root/src/include/pxe.h
Commit message (Collapse)AuthorAgeFilesLines
* Added pxe_netdev; a slight hack for now, but will need to be doneMichael Brown2006-08-091-0/+2
| | | | properly for the PXE UNDI API anyway.
* Updated PXE UDP implementation to use the new Etherboot UDP API.Michael Brown2006-08-031-21/+9Star
| | | | | | | Updated PXE API dispatcher to use copy_{to,from}_user, and moved to arch/i386 since the implementation is quite architecture-dependent. (The individual PXE API calls can be largely architecture-independent.)
* TFTP upgraded to use a core function library (in tftpcore.c) which will beMichael Brown2005-06-011-1/+2
| | | | shared between TFTP, TFTM and MTFTP protocols.
* Split PXE code into preboot, udp, tftp, undi and loader units.Michael Brown2005-05-241-6/+21
| | | | PXE code now compiles without errors (though it won't actually work).
* Rearranging PXE header filesMichael Brown2005-05-241-742/+47Star
|
* Error numbers moved to errno.hMichael Brown2005-05-181-143/+2Star
|
* Initial revisionMichael Brown2005-03-081-0/+929