efi_selfest: redefine enum efi_test_phase
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 24 Mar 2021 16:48:01 +0000 (17:48 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 25 Mar 2021 19:54:12 +0000 (20:54 +0100)
commit5e21958c02e20bbba444c8061f8b87405093a9b5
treed1df1b88e0abd7de574b8c6e014b4e0432572f31
parentf69a2016b6330b70915c371491af33f5fd58c849
efi_selfest: redefine enum efi_test_phase

Setup will always occur before ExitBootServices(). So eliminate
EFI_SETUP_AFTER_BOOTTIME_EXIT. Put the SetVirtualAddressMap() test into a
separate class so that we can execute it last.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/efi_selftest.h
lib/efi_selftest/efi_selftest.c
lib/efi_selftest/efi_selftest_set_virtual_address_map.c