
3 Apr
2024
3 Apr
'24
9:07 p.m.
If UEFI is enabled in U-Boot, we want it to conform to the UEFI specification. This requires enabling the boot manager boot method.
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
Heinrich Schuchardt (2): boot: enable booting via EFI boot manager by default boot: correct the default sequence of boot methods
boot/Makefile | 2 +- boot/bootmeth_efi.c | 2 +- boot/bootmeth_efi_mgr.c | 2 +- boot/bootmeth_pxe.c | 2 +- test/boot/bootflow.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-)
--
2.43.0