]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit2bed5ee450999ef403b2ac1b1e86769880421cac
tree025870b657cb04c4aec27684f870b19b6f8afa37
parent0298a35df42d80057a042ed8b29374d1223834d1
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