]> git.dujemihanovic.xyz Git - u-boot.git/commit
boot: Add logic to enable booting from fallback option
authorMartyn Welch <martyn.welch@collabora.com>
Wed, 9 Oct 2024 13:15:39 +0000 (14:15 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 15 Oct 2024 16:24:27 +0000 (10:24 -0600)
commit8ba82a91b3aa615fb6148ecfa2af4e91a28659ae
treef30cd93609a5ca7daf7b22fde45f26bed5464bba
parentd2faad3ff31f0fab0cf280c05ee333992f7a7d27
boot: Add logic to enable booting from fallback option

The "fallback" extlinux config option allows us to set an alternative
default boot option for when it has been detected that the default is
failing. Implement the logic required to boot from this option when
desired.

Signed-off-by: Martyn Welch <martyn.welch@collabora.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
boot/bootmeth_extlinux.c
boot/bootmeth_pxe.c
boot/pxe_utils.c
cmd/pxe.c
cmd/sysboot.c
include/pxe_utils.h