-
- Downloads
efi_selftest: test start image
This pair of tests checks the StartImage boot service. Each test loads an EFI application into memory and starts it. One returns by calling the Exit boot service. The other returns directly. The tests are not built on x86_64 because the relocation code for the efi binary cannot be created. Signed-off-by:Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by:
Alexander Graf <agraf@suse.de>
Showing
- arch/arm/lib/Makefile 1 addition, 0 deletionsarch/arm/lib/Makefile
- lib/efi_selftest/.gitignore 2 additions, 0 deletionslib/efi_selftest/.gitignore
- lib/efi_selftest/Makefile 36 additions, 0 deletionslib/efi_selftest/Makefile
- lib/efi_selftest/efi_selftest_miniapp_exit.c 37 additions, 0 deletionslib/efi_selftest/efi_selftest_miniapp_exit.c
- lib/efi_selftest/efi_selftest_miniapp_return.c 32 additions, 0 deletionslib/efi_selftest/efi_selftest_miniapp_return.c
- lib/efi_selftest/efi_selftest_startimage_exit.c 149 additions, 0 deletionslib/efi_selftest/efi_selftest_startimage_exit.c
- lib/efi_selftest/efi_selftest_startimage_return.c 149 additions, 0 deletionslib/efi_selftest/efi_selftest_startimage_return.c
Loading
Please register or sign in to comment