]> git.baikalelectronics.ru Git - uboot.git/commit
bootstd: Adjust the default bootmeth order
authorSimon Glass <sjg@chromium.org>
Sat, 19 Aug 2023 22:49:35 +0000 (16:49 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 28 Aug 2023 19:59:22 +0000 (15:59 -0400)
commit44f850f7b74923d0558c82cc88756d8d03da2357
treef63b239fb16ae1f72580d96ae8304e40364d2ef3
parent064c7c06c75101fdb95177ad0a0d7ef2224c9a1d
bootstd: Adjust the default bootmeth order

The existing distro scripts check extlinux and scripts before EFI. Adjust
the default ordering to do the same, to avoid breaking existing flows.

Add some documentation, mentioning that this order will likely change in
future.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reported-by: Da Xue <da@libre.computer>
boot/bootmeth_extlinux.c
boot/bootmeth_script.c
doc/develop/bootstd.rst
test/boot/bootflow.c