diff options
author | Simon Glass <sjg@chromium.org> | 2024-07-17 09:31:04 +0100 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2024-07-19 14:01:46 +0200 |
commit | 38b000881ebc0a48b0a814fce9f52dfe62ac644b (patch) | |
tree | dc3702be4e5ca6bdcf2ca66d4948bc44cf72a36a /doc/develop | |
parent | 6b387c9396f8df431e58d7e75bbd7ea9fd0043ca (diff) | |
download | u-boot-38b000881ebc0a48b0a814fce9f52dfe62ac644b.tar.gz u-boot-38b000881ebc0a48b0a814fce9f52dfe62ac644b.tar.bz2 u-boot-38b000881ebc0a48b0a814fce9f52dfe62ac644b.zip |
doc: Describe the bootstd settings
The bootstd node provides some configuration properties. Add these to
the documentation.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Diffstat (limited to 'doc/develop')
-rw-r--r-- | doc/develop/bootstd/overview.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/develop/bootstd/overview.rst b/doc/develop/bootstd/overview.rst index afc5e0e371..ff3cc48eb6 100644 --- a/doc/develop/bootstd/overview.rst +++ b/doc/develop/bootstd/overview.rst @@ -410,6 +410,19 @@ 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. +Some devicetree properties are supported in the bootstd node when +`CONFIG_BOOTSTD_FULL` is enabled: + + filename-prefixes + List of prefixes to use when searching for files on block devices. This + defaults to {"/", "/boot/"} if not provided. + + bootdev-order + Lists the bootdev ordering to use. Note that the deprecated + `boot_targets` environment variable overrides this, if present. + + theme (subnode) + Sets the theme to use for menus. See :doc:`/develop/expo`. Available bootmeth drivers -------------------------- |