Re: [U-Boot] [PATCH 10/10] efi_selftest: check notification of ExitBootServices

2017-10-08 Thread Simon Glass
Hi Heinrich, On 25 September 2017 at 00:01, Heinrich Schuchardt wrote: > > On 09/25/2017 04:12 AM, Simon Glass wrote: > > Hi Heinrich, > > > > On 15 September 2017 at 02:06, Heinrich Schuchardt > > wrote: > >> Check that the notification function of an > >> EVT_SIGNAL_EXIT_BOOT_SERVICES event i

Re: [U-Boot] [PATCH 10/10] efi_selftest: check notification of ExitBootServices

2017-09-24 Thread Heinrich Schuchardt
On 09/25/2017 04:12 AM, Simon Glass wrote: > Hi Heinrich, > > On 15 September 2017 at 02:06, Heinrich Schuchardt wrote: >> Check that the notification function of an >> EVT_SIGNAL_EXIT_BOOT_SERVICES event is called >> exactly once. >> >> Signed-off-by: Heinrich Schuchardt >> --- >> lib/efi_self

Re: [U-Boot] [PATCH 10/10] efi_selftest: check notification of ExitBootServices

2017-09-24 Thread Simon Glass
Hi Heinrich, On 15 September 2017 at 02:06, Heinrich Schuchardt wrote: > Check that the notification function of an > EVT_SIGNAL_EXIT_BOOT_SERVICES event is called > exactly once. > > Signed-off-by: Heinrich Schuchardt > --- > lib/efi_selftest/Makefile| 3 + > lib/efi_

[U-Boot] [PATCH 10/10] efi_selftest: check notification of ExitBootServices

2017-09-15 Thread Heinrich Schuchardt
Check that the notification function of an EVT_SIGNAL_EXIT_BOOT_SERVICES event is called exactly once. Signed-off-by: Heinrich Schuchardt --- lib/efi_selftest/Makefile| 3 + lib/efi_selftest/efi_selftest_exitbootservices.c | 106 +++ 2 files changed,