Michael Brown
88e38fa148
We don't actually have a stdio.h header file. Our printf() functions are
...
defined in vsprintf.h. (This may change, since vsprintf.h is a
non-standard name, but for now it's the one to use.)
There should be no need to include vsprintf.h just for DBG() statements,
since include/compiler.h forces it in for a debug build anyway.
2006-09-27 10:58:14 +00:00
Marty Connor
6ac78f6aff
added stdio.h to includes for DBG compilation
2006-09-27 05:57:06 +00:00
Michael Brown
f018da8215
Implement enough of PXENV_GET_CACHED_INFO to support pxelinux.
2006-08-09 02:59:19 +00:00
Michael Brown
75d26d884a
Added pxe_netdev; a slight hack for now, but will need to be done
...
properly for the PXE UNDI API anyway.
2006-08-09 02:58:27 +00:00
Michael Brown
691557281f
Add a couple of small but vital parts to PXENV_UDP_WRITE.
2006-08-09 01:57:02 +00:00
Michael Brown
71754ada2a
Allow linking by converting functions to stubs
2006-08-09 00:25:29 +00:00
Michael Brown
17ecfd1d67
Allow linking by converting all functions to stubs
2006-08-09 00:22:28 +00:00
Michael Brown
ffe0e24249
Make the UDP senddata() methods return a status code.
...
udp_connect() now follows the standard BSD sockets semantics and simply
sets the default address for outgoing packets; it doesn't filter incoming
packets.
2006-08-03 23:10:14 +00:00
Michael Brown
a0a872f7f1
Updated PXE UDP implementation to use the new Etherboot UDP API.
...
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.)
2006-08-02 23:08:10 +00:00
Michael Brown
c3e41e6fd1
Added soon-to-be-requisite missing include.
2006-06-05 15:41:22 +00:00
Michael Brown
832e86246b
gcc is rather over-aggressive about optimising out static data structures
...
even when __atribute__ (( unused )) is correctly set...
2006-04-24 18:31:37 +00:00
Michael Brown
b89ccac02d
Updated to remove obsolete constants
2006-04-19 02:11:56 +00:00
Michael Brown
708bbc43bc
Merge from Etherboot 5.4
2006-03-16 17:40:55 +00:00
Michael Brown
53a4436d94
TFTP upgraded to use a core function library (in tftpcore.c) which will be
...
shared between TFTP, TFTM and MTFTP protocols.
2005-06-01 13:13:05 +00:00
Michael Brown
59582db29d
Documented remainder of PXE TFTP API calls.
2005-05-27 16:47:45 +00:00
Michael Brown
2ffc960e67
Added diatribe about the mismatch between the PXE spec and the TFTP
...
protocol, and how we will work around it.
2005-05-27 11:44:46 +00:00
Michael Brown
97675c7129
Refer to implementation note on IP routing.
2005-05-27 11:37:09 +00:00
Michael Brown
aeb984a1a9
Thoughts on how to coerce the PXE TFTP API into something resembling
...
the TFTP protocol.
2005-05-26 18:52:12 +00:00
Michael Brown
572483cc59
Separate out the documentation of the PXE API from the documentation of
...
the Etherboot implementation (i.e. don't do what Intel did).
2005-05-24 17:00:55 +00:00
Michael Brown
0e494614b5
Some versions of doxygen seem to object to "@ret None" or similar.
2005-05-24 00:11:25 +00:00
Michael Brown
809933d9f7
Split PXE code into preboot, udp, tftp, undi and loader units.
...
PXE code now compiles without errors (though it won't actually work).
2005-05-23 23:32:56 +00:00
Michael Brown
8fcb6448bd
Moved pxe_errors.c to pxe/interface/
2005-05-23 22:47:21 +00:00
Michael Brown
d8f187dc6a
Documented the UDP API calls.
2005-05-20 17:50:37 +00:00