efi_selftest: provide initrddump test tool
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 17 Jan 2021 06:30:26 +0000 (07:30 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 20 Jan 2021 07:17:17 +0000 (08:17 +0100)
commit65ab48d69ddb395406266b0c70a1619d638e579a
tree17ead18b03a570a8a1f89da54712a5dc1682394b
parent8644af7dc447427f842754d93b1e78217aad98f2
efi_selftest: provide initrddump test tool

Provide an UEFI application to save the initial RAM disk provided by U-Boot
via the Load File2 protocol.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
lib/efi_selftest/Makefile
lib/efi_selftest/efi_selftest_console.c
lib/efi_selftest/initrddump.c [new file with mode: 0644]