]> git.baikalelectronics.ru Git - uboot.git/commit
efi_selftest: test handling of exceptions
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 26 Sep 2018 17:05:58 +0000 (19:05 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 2 Dec 2018 20:59:36 +0000 (21:59 +0100)
commit84383880f64d21a8ffb363651fe862cf75318b1a
tree1015fcf3856f9f566e3bd360c0f3c35bcba9d749
parenta4db267a824f6b066a9c23b160f92a566f9829aa
efi_selftest: test handling of exceptions

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>
lib/efi_selftest/Makefile
lib/efi_selftest/efi_selftest_exception.c [new file with mode: 0644]