efi_selftest: test for loaded image protocol
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 26 Aug 2018 13:31:53 +0000 (15:31 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 23 Sep 2018 19:55:28 +0000 (21:55 +0200)
commitefe79a7c0de0196f6be12c58e1a1d1744b6af0cf
treedbe96e258b178788a34e559842fe436a0543abad
parent7e1effcef66d2d710ea421ebaee87a3f218f8bee
efi_selftest: test for loaded image protocol

Verify that the loaded image protocol is installed on the image handle.
Verify that the loaded image protocol points to the system table.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_selftest/Makefile
lib/efi_selftest/efi_selftest_loaded_image.c [new file with mode: 0644]