Re: [U-Boot] [PATCH 02/23] efi_loader: notify when ExitBootServices is invoked

2017-08-31 Thread Simon Glass
On 27 August 2017 at 06:51, Heinrich Schuchardt wrote: > All events of type EVT_SIGNAL_EXIT_BOOT_SERVICES have to be > notified when ExitBootServices is invoked. > > Signed-off-by: Heinrich Schuchardt > --- > lib/efi_loader/efi_boottime.c | 9 + > 1 file changed, 9 insertions(+) Reviewe

[U-Boot] [PATCH 02/23] efi_loader: notify when ExitBootServices is invoked

2017-08-26 Thread Heinrich Schuchardt
All events of type EVT_SIGNAL_EXIT_BOOT_SERVICES have to be notified when ExitBootServices is invoked. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_boottime.c | 9 + 1 file changed, 9 insertions(+) diff --git a/lib/efi_loader/efi_boottime.c b/lib/efi_loader/efi_boottime.c i