]> git.baikalelectronics.ru Git - uboot.git/commit
bootstd: Add an implementation of EFI bootmgr
authorSimon Glass <sjg@chromium.org>
Mon, 25 Apr 2022 05:31:19 +0000 (23:31 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 25 Apr 2022 14:00:04 +0000 (10:00 -0400)
commita549863d2cb70c1b1e814155f6f13a07e62fad2d
tree290fb9dd2f2f9d3bef751e9ab9cf90cfe317028a
parentf23dd15f164c265c89c4230a784488369c9e6c6c
bootstd: Add an implementation of EFI bootmgr

Add a bootmeth driver which handles EFI boot manager, using EFI_LOADER.

In effect, this provides the same functionality as the 'bootefi bootmgr'
command and shares the same code. But the interface into it is via a
bootmeth, so it does not require any special scripts, etc.

For now this requires the 'bootefi' command be enabled. Future work may
tidy this up so that it can be used without CONFIG_CMDLINE being enabled.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/Makefile
boot/bootmeth_efi_mgr.c [new file with mode: 0644]