efi_loader: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 11 Jul 2019 18:15:09 +0000 (20:15 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 16 Jul 2019 22:17:16 +0000 (22:17 +0000)
commit14b40487abc50c7ebbf84047d7fa8f5332bb0df8
treed57e1a917b89535d31316a93d30478937a0e9718
parent961856031ae9fb34198fe7292a92f2b4f34d874c
efi_loader: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE

Implement the EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE event.

This requires allocating the event and the event list from runtime data.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_boottime.c
lib/efi_loader/efi_runtime.c