commit | 5143a41e10da67fe9542a42e947b6a375f0a08d6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:48:04 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:41 2023 -0500 |
tree | d2154456d206f3ff036a37fb189dfba42e899029 | |
parent | 0c1f4a9fb13a54780f550d6e5bc4cd37a58f879e [diff] |
bootstd: Support reading a script from network or SPI flash At present this bootmeth only supports a block device and the sandbox host filesystem. Add support for obtaining the script from a network device. Also implement the set_bootflow() method so that it is easy for other bootdevs (such as enabling SPI flash to support scripts). Signed-off-by: Simon Glass <sjg@chromium.org>