]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootmeth: use efi_loader interfaces instead of bootefi command
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 21 Nov 2023 01:29:46 +0000 (10:29 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 17 Dec 2023 12:04:54 +0000 (13:04 +0100)
commit7017fc54a5bccd95bebaf371bfa3098fcf84068a
tree27f3409063918d0b50fd22e2cba3e23909ebc98b
parent01adf0a408e34a24f7471ff67f3defdeec4c56f3
bootmeth: use efi_loader interfaces instead of bootefi command

Now that efi_loader subsystem provides interfaces that are equivalent
with bootefi command, we can replace command invocations with APIs.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
boot/Kconfig
boot/Makefile
boot/bootm_os.c
boot/bootmeth_efi.c
boot/bootmeth_efi_mgr.c
cmd/Kconfig
test/boot/bootflow.c