]> Git Repo - J-u-boot.git/blobdiff - doc/develop/bootstd.rst
Merge tag 'v2023.10-rc4' into next
[J-u-boot.git] / doc / develop / bootstd.rst
index c01e0971dc8462c7c2d8553fe1185107858181ea..e8b90752f0831c2e703cc07868d6dff9f10974ad 100644 (file)
@@ -132,6 +132,9 @@ above bootdev scanning.
 Controlling ordering
 --------------------
 
+By default, faster bootdevs (or those which are assumed to be faster) are used
+first, since they are more likely to be able to boot the device quickly.
+
 Several options are available to control the ordering of boot scanning:
 
 
@@ -151,6 +154,10 @@ bootdevs and their sequence numbers.
 bootmeths
 ~~~~~~~~~
 
+By default bootmeths are checked in name order. Use `bootmeth list` to see the
+ordering. Note that the `extlinux` and `script` bootmeth is first, to preserve the behaviour
+used by the old distro scripts.
+
 This environment variable can be used to control the list of bootmeths used and
 their ordering for example::
 
@@ -164,7 +171,6 @@ controlled by aliases.
 The :ref:`usage/cmd/bootmeth:bootmeth command` (`bootmeth order`) operates in
 the same way as setting this variable.
 
-
 Bootdev uclass
 --------------
 
This page took 0.024573 seconds and 4 git commands to generate.