cmd: bootefi: carve out EFI boot manager interface
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 21 Nov 2023 01:29:41 +0000 (10:29 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 17 Dec 2023 12:04:54 +0000 (13:04 +0100)
commitc3530aec141cc0621be7cdd2a3b54d7394655d16
tree330595aeb858a40164f411cd594c19a7afd81301
parent296faf4f7ef15a3f9d5920b8dd247b4744e3e255
cmd: bootefi: carve out EFI boot manager interface

Carve EFI boot manager related code out of do_bootefi_image() in order
to move boot manager specific code into library directory in the later
commit.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
cmd/bootefi.c