]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit3db92c77893848b2e514867fa9b6731b08bc3936
tree905f23af7930b2419da32eae6a0c02356b789a6a
parent386858959fb31cbe79215bb38d3a8f9139304bb4
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]