efi_selftest: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 12 Jul 2019 10:58:48 +0000 (12:58 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 16 Jul 2019 22:17:16 +0000 (22:17 +0000)
commit112464f3253c740a1b834849743cb7c543f39e92
treebb386c3b295906a21f78975c12f320c10d0557af
parent14b40487abc50c7ebbf84047d7fa8f5332bb0df8
efi_selftest: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE

Provide a unit test for SetVirtualAddressMap() and ConvertPointer().
As ConvertPointer() is not implemented yet this will spit out some
warnings.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_selftest/Makefile
lib/efi_selftest/efi_selftest_set_virtual_address_map.c [new file with mode: 0644]