]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: bootefi: move library interfaces under lib/efi_loader
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 21 Nov 2023 01:29:44 +0000 (10:29 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 17 Dec 2023 12:04:54 +0000 (13:04 +0100)
commit0bef4b0123f236db048c31e1800e50a3ade7bbb7
tree0f2a411282676053e52c94ec547d28d97af3a8da
parentd07e7be7ea4b35960730661c130dea5234d38101
cmd: bootefi: move library interfaces under lib/efi_loader

In the prior commits, interfaces for executing EFI binary and boot manager
were carved out. Move them under efi_loader directory so that they can
be called from other places without depending on bootefi command.

Only efi_selftest-related code will be left in bootefi.c.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
cmd/bootefi.c
include/efi_loader.h
lib/efi_loader/efi_bootmgr.c