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

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to