OpenBSD cvs log

created 2019-05-08T03:21:52Z
begin 2017-11-25T00:00:00Z
end 2017-11-26T00:00:00Z
path src/sys
commits 1

date 2017-11-25T19:02:07Z
author patrick
files src/sys/arch/amd64/stand/efiboot/Makefile.common log diff annotate
src/sys/arch/amd64/stand/efiboot/conf.c log diff annotate
src/sys/arch/amd64/stand/efiboot/efiboot.c log diff annotate
src/sys/arch/amd64/stand/efiboot/efiboot.h log diff annotate
src/sys/arch/amd64/stand/efiboot/eficall.h log diff annotate
src/sys/arch/amd64/stand/efiboot/efipxe.c log diff annotate
src/sys/arch/amd64/stand/efiboot/efipxe.h log diff annotate
src/sys/arch/amd64/stand/libsa/dev_i386.c log diff annotate
message Implement network boot support in efiboot(8). This changes efiboot(8)
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@