summaryrefslogtreecommitdiffstats
path: root/lib/efi_selftest/efi_selftest_exception.c
Commit message (Collapse)AuthorAgeFilesLines
* efi_selftest: use standalone UEFI program for exceptionHeinrich Schuchardt2019-08-291-22/+119
| | | | | | | 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>
* efi_selftest: fix typosHeinrich Schuchardt2018-12-021-2/+2
| | | | | | | | fix typos correct the header comment of efi_selftest_variables.c Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
* efi_selftest: test handling of exceptionsHeinrich Schuchardt2018-12-021-0/+50
Test the handling of execptions by trying to execute an undefined instruction. For 32bit ARM we expect \selftest to be listed as loaded image. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>