summaryrefslogtreecommitdiffstats
path: root/src/tests/tftptest.c
Commit message (Expand)AuthorAgeFilesLines
* Code used for load buffer and multiboot image testingMichael Brown2007-01-121-2/+10
* Use generic "struct image" rather than "struct elf".Michael Brown2007-01-111-5/+6
* Try image as ELF file first. (Don't yet actually try to execute it).Michael Brown2007-01-111-1/+14
* Update TFTP to use a struct buffer rather than a callback.Michael Brown2007-01-111-9/+7Star
* Attempt a PXE NBP boot as the TFTP test.Michael Brown2006-08-091-16/+18
* Added TFTP test code (currently just dumps file to console).Michael Brown2006-08-091-0/+35