commit | 9e08caa2b6a63befba577fe99185d95a00e29968 | [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 | 18c50408168ef1dcec2afc8a5774f4de26301f3a [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>