]> git.dujemihanovic.xyz Git - u-boot.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)
commit0b41525e8f5453220e8c78a763a5879e73e6b825
tree290fb9dd2f2f9d3bef751e9ab9cf90cfe317028a
parenta080b98981a74e96ef2ff6b4de36b222fe42b8e5
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]