freebsd-dev/stand/efi/loader
Michal Meloun 5b5438c6f3 Add 'netserver' command to EFI loader.
In some environments is difficult to access bootp/dhcp
configuration as "standard user". Add a command that allows to set
or display the URI of the network server used as "net:" device.
Currently only tftp and nfs protocols are supported.

Typical usage pattern is:
netserver tftp://192.168.168.1/path_to_obj_dir/arm.armv7/sys/GENERIC/
boot net:kernel

Reviewed by:	imp, kevans
MFC after:	4 weeks
Differential Revision: https://reviews.freebsd.org/D26736
2020-10-14 13:13:14 +00:00
..
arch Use adrp in the arm64 efi loader 2020-10-13 16:51:05 +00:00
autoload.c loader: fdt: Add fdt_is_setup function 2019-04-25 20:08:43 +00:00
bootinfo.c Add retry loop around GetMemoryMap call to fix fragmentation bug 2019-03-06 05:39:40 +00:00
conf.c loader: add comconsole implementation on top of SIO protocol 2020-03-14 06:36:03 +00:00
copy.c Quiet int-to-pointer-cast warnings on i386 with GCC 9. 2020-09-04 00:11:01 +00:00
efi_main.c loader.efi: replace HandleProtocol() with OpenProtocol() 2019-08-06 19:27:27 +00:00
efiserialio.c Fix the efi serial console in the Arm models. 2020-06-10 09:31:37 +00:00
framebuffer.c loader.efi: update console after gfx mode change 2020-06-14 10:13:40 +00:00
framebuffer.h
loader_efi.h veloader use vectx API for kernel and modules 2020-03-08 17:42:42 +00:00
main.c Add 'netserver' command to EFI loader. 2020-10-14 13:13:14 +00:00
Makefile Link efi programs with -pie rather than -shared 2020-10-12 11:27:08 +00:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
version