efi_loader: move dtbdump.c, initrddump.c to lib/efi_loader
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 3 Mar 2022 07:13:53 +0000 (08:13 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 20 Mar 2022 16:01:00 +0000 (17:01 +0100)
commit9c045a49a9c96ffb6e6b43f7e615fc2bd0e2077d
tree6e2f61a2ee43a37f1217289c5896ea1067743ffb
parentb78631d54f72f063e1f2a5d14a349b1b0d8fbce7
efi_loader: move dtbdump.c, initrddump.c to lib/efi_loader

The tools dtbdump.efi and initrddump.efi are useful for Python testing even
if CONFIG_EFI_SELFTEST=n.

Don't clear the screen as it is incompatible with Python testing.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/Makefile
lib/efi_loader/dtbdump.c [new file with mode: 0644]
lib/efi_loader/initrddump.c [new file with mode: 0644]
lib/efi_selftest/Makefile
lib/efi_selftest/dtbdump.c [deleted file]
lib/efi_selftest/initrddump.c [deleted file]