commit | d393c4f3b9b7e847bbd900ef4aa76b7716407f2a | [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 | 215be68f7fd465a85cc9c120fa0bb09a8169e893 [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>