efi_selftest: use standalone UEFI program for exception
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 27 Aug 2019 06:16:08 +0000 (08:16 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 29 Aug 2019 03:54:26 +0000 (05:54 +0200)
commit53c701720c3d5e5ae107454ea9b9f680bc399006
tree905f23af7930b2419da32eae6a0c02356b789a6a
parentce9ad0313c97a77d6c7efe02910e201c4bd2ca5d
efi_selftest: use standalone UEFI program for exception

To fully demonstrate crash outputs for UEFI images provide a standalone
UEFI application that tries to invoke an illegal opcode.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_selftest/Makefile
lib/efi_selftest/efi_selftest_exception.c
lib/efi_selftest/efi_selftest_miniapp_exception.c [new file with mode: 0644]