]> git.ipfire.org Git - thirdparty/u-boot.git/commit
efi_selftest: use do_bootefi_exec()
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 11 Apr 2025 05:36:45 +0000 (07:36 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 19 Apr 2025 10:47:33 +0000 (12:47 +0200)
commit26d13d4539ca6e7ae5980b52ffecfdb1a51dd8da
tree28ef487677efbdcf6a8a6b1b21b2969291293b04
parent0be049083aa16ca181a5fbef34b38ecf01947dc6
efi_selftest: use do_bootefi_exec()

The EFI selftest should match executing a real EFI binary
as closely as possible.

Use do_bootefi_exec() to enter the EFI selftest.

Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
cmd/bootefi.c