[U-Boot] [PATCH 0/2] efi_loader: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE
Heinrich Schuchardt
xypron.glpk at gmx.de
Sat Jul 13 06:05:40 UTC 2019
Implement the EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE event. This requires
allocating the event and the event list from runtime data.
Provide a unit test for SetVirtualAddressMap() and ConvertPointer().
As ConvertPointer() is not implemented yet this will spit out some
warnings.
Heinrich Schuchardt (2):
efi_loader: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE
efi_selftest: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE
lib/efi_loader/efi_boottime.c | 25 ++-
lib/efi_loader/efi_runtime.c | 14 +-
lib/efi_selftest/Makefile | 1 +
.../efi_selftest_set_virtual_address_map.c | 192 ++++++++++++++++++
4 files changed, 224 insertions(+), 8 deletions(-)
create mode 100644 lib/efi_selftest/efi_selftest_set_virtual_address_map.c
--
2.20.1
More information about the U-Boot
mailing list