summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/efiboot/eficall.h
AgeCommit message (Collapse)Author
2017-11-25Implement network boot support in efiboot(8). This changes efiboot(8)Patrick Wildt
to recognize if it has been booted via PXE. The new TFTP file system layer will then use the matching PXE base code protocol handle to load the files. Since this uses the PXE base code protocol for abstraction instead of the raw Simple Network protocol this will at this point not work on u-boot based machines as needed on ARM. Feedback and ok tom@ Also tested by afresh1@
2016-12-30Fix EFI_CALL() to pass the arguments properly when number of arguments is 0.YASUOKA Masahiko
From pulse.purge at gmail.com
2015-09-02Initial commit of uefi boot loader of OpenBSD.YASUOKA Masahiko
ok deraadt yuo