bootstd: Allow reading an EFI file from the network
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jan 2023 17:47:55 +0000 (10:47 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 23 Jan 2023 23:11:40 +0000 (18:11 -0500)
commit3e18860e3f3425bd2649e62cd2635bd008fe5f4d
tree025870b657cb04c4aec27684f870b19b6f8afa37
parent865328c3147b013021b1e48641ca11cef96f88cd
bootstd: Allow reading an EFI file from the network

At present this bootmeth only supports reading from a filesystem. Add
support for reading from a network also, using DHCP with autoload.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/bootmeth_efi.c