diff options
| author | Tom Rini <[email protected]> | 2023-02-07 11:42:26 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-02-07 11:42:26 -0500 |
| commit | b69026c91f2e98b247120e217a986f5056724baf (patch) | |
| tree | f1533069fcdbcf265deb0ea6b3b940e81902d9b3 /doc/develop/bootstd.rst | |
| parent | f8f47e6ff214a3ba7a61025bcc4dc058f507c279 (diff) | |
| parent | 41a29f284cef48a86c86d038c0cd8cc1c851417e (diff) | |
Merge branch '2023-02-07-assorted-updates'
- Default to dynamic LMB allocation, and fix an issue with the EFI one,
assorted TI platform updates, socrates platform updates, switch
qemu-arm to using bootstd, imagetool fixes, macOS host build fixes,
keymile platform upates, spl FPGA load fix, MMC env bugfix, add seama
command, usb bootdev test bugfix.
Diffstat (limited to 'doc/develop/bootstd.rst')
| -rw-r--r-- | doc/develop/bootstd.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/develop/bootstd.rst b/doc/develop/bootstd.rst index 281aabf74b2..dabe987c0dc 100644 --- a/doc/develop/bootstd.rst +++ b/doc/develop/bootstd.rst @@ -396,6 +396,10 @@ To enable all feature sof standard boot, use `CONFIG_BOOTSTD_FULL`. This includes the full set of commands, more error messages when things go wrong and bootmeth ordering with the bootmeths environment variable. +You should probably also enable `CONFIG_BOOTSTD_DEFAULTS`, which provides +several filesystem and network features (if `CONFIG_NET` is enabled) so that +a good selection of boot options is available. + Available bootmeth drivers -------------------------- |
