summaryrefslogtreecommitdiffstats
path: root/src/interface/pxe/pxe_file.c
Commit message (Collapse)AuthorAgeFilesLines
* [pxe] Move all PXE files to arch/i386Michael Brown2008-11-181-264/+0Star
| | | | | The initial PXE implementation in Etherboot had the goal of being architecture-agnostic, but this goal has not been realised.
* [PXEXT] Add FILE_API_CHECK API functionH. Peter Anvin2008-03-261-0/+35
| | | | | Add FILE_API_CHECK to the PXEXT API so the NBP can query the availability and status of the API.
* [PXEXT] Add PXENV_FILE_EXEC call to PXE extensions API.Michael Brown2008-03-041-1/+39
| | | | | | | | This allows pxelinux to execute arbitrary gPXE commands. This is remarkably unsafe (not least because some of the commands will assume full ownership of memory and do nasty things like edit the e820 map underneath the calling pxelinux), but it does allow access to the "sanboot" command.
* Add PXE FILE API.Michael Brown2007-08-041-0/+191