Re: [U-Boot] [PATCH 1/1] efi_loader: allowable event types in CreateEventEx()

2019-05-05 Thread Alexander Graf
On 04.05.19 10:17, Heinrich Schuchardt wrote: CreateEventEx() does allow the following event types: ... not ... * EVT_SIGNAL_EXIT_BOOT_SERVICES * EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE Signed-off-by: Heinrich Schuchardt Did you find this proactively or is it fixing some SCT test case?

[U-Boot] [PATCH 1/1] efi_loader: allowable event types in CreateEventEx()

2019-05-04 Thread Heinrich Schuchardt
CreateEventEx() does allow the following event types: * EVT_SIGNAL_EXIT_BOOT_SERVICES * EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_boottime.c | 20 ++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git