[PATCH 0/2] boot: enable compliant booting on EFI systems

Heinrich Schuchardt heinrich.schuchardt at canonical.com
Wed Apr 3 21:07:13 CEST 2024


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



More information about the U-Boot mailing list