commit | 0c1f4a9fb13a54780f550d6e5bc4cd37a58f879e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:48:03 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:41 2023 -0500 |
tree | 0195ba57f94d4fca102bf5677d494f2727aa9fe6 | |
parent | 081bdc52c158dd3a4f73910cde3d7e70a5932d56 [diff] |
bootstd: Add a SPI flash bootdev Add a bootdev for SPI flash so that these devices can be used with standard boot. It only supports loading a script. Add a special case for the label, since we want to use "spi", not "spi_flash". Enable the new bootdev on sandbox. Signed-off-by: Simon Glass <sjg@chromium.org>