summaryrefslogtreecommitdiff
path: root/netboot.c
AgeCommit message (Expand)Author
2013-10-02Use CHAR8 not UINT8 for character work.Peter Jones
2013-09-26Since different distros name grub*.efi differently, make it compile-time.Peter Jones
2013-09-26Define the PXE 2nd stage loader in the beginning of the fileGary Ching-Pang Lin
2013-09-24Fix a memory leakSteve Langasek
2013-09-24Correct limits on the length of ipv6 addressesSteve Langasek
2013-09-24More consistent types, fewer castsSteve Langasek
2013-09-24Misc allocation cleanupsSteve Langasek
2013-09-24Fix an off-by-one errorSteve Langasek
2013-09-24Fix nul termination errors in filenames passed to tftpSteve Langasek
2013-09-24Pass the right arguments to EFI_PXE_BASE_CODE_TFTP_READ_FILESteve Langasek
2013-05-31EFI_PXE_BASE_CODE_DHCPV6_PACKET is in gnu-efi-3.0tPeter Jones
2012-11-01Don't fail if there's no network devicesMatthew Garrett
2012-10-12Add draft version of Neil's netboot codeMatthew Garrett