efi: Support the efi command in the app
authorSimon Glass <sjg@chromium.org>
Tue, 4 Jan 2022 10:51:12 +0000 (03:51 -0700)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 15 Jan 2022 09:57:22 +0000 (10:57 +0100)
commit25a326b0066b3c449a0a91889b0ce19cb7320237
tree215cd3419424c42bcdea7c8ccbeac63103ea4416
parentce1dc0cc17e94a0bf1c17bd1465cb0afd5bfb214
efi: Support the efi command in the app

At present the 'efi' command only works in the EFI payload. Update it to
work in the app too, so the memory map can be examined.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
cmd/Makefile
cmd/efi.c
include/efi.h
lib/efi/efi_app.c