]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: bootefi: carve out binary execution interface
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 21 Nov 2023 01:29:42 +0000 (10:29 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 17 Dec 2023 12:04:54 +0000 (13:04 +0100)
commit5c129fe5f53d40f6fb2223b5a02784ed4c81e5e7
tree22fc75f28694ed6f240c32bc801a37607cc01613
parentc3530aec141cc0621be7cdd2a3b54d7394655d16
cmd: bootefi: carve out binary execution interface

Carve binary execution code out of do_bootefi_image() in order to move
binary-execution specific code into library directory in the later
commit.

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