diff options
| author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2018-08-26 15:31:53 +0200 |
|---|---|---|
| committer | Alexander Graf <agraf@suse.de> | 2018-09-23 21:55:28 +0200 |
| commit | efe79a7c0de0196f6be12c58e1a1d1744b6af0cf (patch) | |
| tree | dbe96e258b178788a34e559842fe436a0543abad /lib/efi_selftest/Makefile | |
| parent | 7e1effcef66d2d710ea421ebaee87a3f218f8bee (diff) | |
| download | u-boot-efe79a7c0de0196f6be12c58e1a1d1744b6af0cf.tar.gz u-boot-efe79a7c0de0196f6be12c58e1a1d1744b6af0cf.tar.xz u-boot-efe79a7c0de0196f6be12c58e1a1d1744b6af0cf.zip | |
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>
Diffstat (limited to 'lib/efi_selftest/Makefile')
| -rw-r--r-- | lib/efi_selftest/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efi_selftest/Makefile b/lib/efi_selftest/Makefile index 590f90b16d..86aa72b0e0 100644 --- a/lib/efi_selftest/Makefile +++ b/lib/efi_selftest/Makefile @@ -24,6 +24,7 @@ efi_selftest_event_groups.o \ efi_selftest_exitbootservices.o \ efi_selftest_fdt.o \ efi_selftest_gop.o \ +efi_selftest_loaded_image.o \ efi_selftest_manageprotocols.o \ efi_selftest_rtc.o \ efi_selftest_snp.o \ |
