summaryrefslogtreecommitdiff
path: root/lib/efi_selftest/Makefile
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-08-20 13:16:54 +0300
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-08-24 17:37:53 +0300
commitc06867d7f8f64606a16ce45e8ac07fdc3ace4f13 (patch)
tree47d64914d4ea65b87b50a4154bbe9c4040b7427e /lib/efi_selftest/Makefile
parentf03a879d67261b587a88e8e475596c1bbe7e6111 (diff)
downloadu-boot-c06867d7f8f64606a16ce45e8ac07fdc3ace4f13.tar.xz
efi_selftest: add a test for ResetSystem()
The unit test will reset the system by calling the ResetSystem() runtime service before or after ExitBootServices() according to the users choice by setting environment variable efi_selftest to: * 'reset system' or * 'reset system runtime'. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'lib/efi_selftest/Makefile')
-rw-r--r--lib/efi_selftest/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efi_selftest/Makefile b/lib/efi_selftest/Makefile
index 45ce6859b8..85fe8e1216 100644
--- a/lib/efi_selftest/Makefile
+++ b/lib/efi_selftest/Makefile
@@ -31,6 +31,7 @@ efi_selftest_mem.o \
efi_selftest_memory.o \
efi_selftest_open_protocol.o \
efi_selftest_register_notify.o \
+efi_selftest_reset.o \
efi_selftest_set_virtual_address_map.o \
efi_selftest_textinput.o \
efi_selftest_textinputex.o \