]> git.ipfire.org Git - thirdparty/u-boot.git/commit
boot: correct the default sequence of boot methods
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 3 Apr 2024 18:34:15 +0000 (20:34 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 8 Apr 2024 11:03:40 +0000 (13:03 +0200)
commit08c51a715a47defc770fd8922d5efb01b12e304e
tree6af84cd4eeeb66b70e60601d1ca16a640b063aa2
parent6b0f194648f0f11281c01fb570d30931e6c3a13e
boot: correct the default sequence of boot methods

The default sequence of boot methods is determined by alphabetical sorting
during linkage.

* efi_mgr must run before efi to be UEFI compliant
* pxe should run as last resort

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
boot/bootmeth_efi.c
boot/bootmeth_efi_mgr.c
boot/bootmeth_pxe.c
test/boot/bootflow.c