]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: Describe the bootstd settings
authorSimon Glass <sjg@chromium.org>
Wed, 17 Jul 2024 08:31:04 +0000 (09:31 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 19 Jul 2024 12:01:46 +0000 (14:01 +0200)
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>
doc/develop/bootstd/overview.rst

index afc5e0e3710a28f7793699af1d21bc249f6ce3d6..ff3cc48eb64f6cdbd7024ba0416c317320b6cdd8 100644 (file)
@@ -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
 --------------------------