commit | 3e18860e3f3425bd2649e62cd2635bd008fe5f4d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:47:55 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:40 2023 -0500 |
tree | 025870b657cb04c4aec27684f870b19b6f8afa37 | |
parent | 865328c3147b013021b1e48641ca11cef96f88cd [diff] |
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>