Re: [U-Boot] [PATCH v2 2/7] efi_loader: implement multiple event support

2017-08-05 Thread Simon Glass
Hi, On 28 July 2017 at 04:45, Heinrich Schuchardt wrote: > On 07/28/2017 06:19 AM, Simon Glass wrote: >> Hi, >> >> On 18 July 2017 at 12:17, Heinrich Schuchardt wrote: >>> Up to now the boot time supported only a single event. >>> This patch now allows four events. >>> >>> Signed-off-by: Heinric

Re: [U-Boot] [PATCH v2 2/7] efi_loader: implement multiple event support

2017-07-28 Thread Heinrich Schuchardt
On 07/28/2017 06:19 AM, Simon Glass wrote: > Hi, > > On 18 July 2017 at 12:17, Heinrich Schuchardt wrote: >> Up to now the boot time supported only a single event. >> This patch now allows four events. >> >> Signed-off-by: Heinrich Schuchardt >> --- >> v2 >> add TPL constants >>

Re: [U-Boot] [PATCH v2 2/7] efi_loader: implement multiple event support

2017-07-27 Thread Simon Glass
Hi, On 18 July 2017 at 12:17, Heinrich Schuchardt wrote: > Up to now the boot time supported only a single event. > This patch now allows four events. > > Signed-off-by: Heinrich Schuchardt > --- > v2 > add TPL constants > consider multiple events in efi_wait_for_event >

Re: [U-Boot] [PATCH v2 2/7] efi_loader: implement multiple event support

2017-07-19 Thread Alexander Graf
On 07/18/2017 08:17 PM, Heinrich Schuchardt wrote: Up to now the boot time supported only a single event. This patch now allows four events. Signed-off-by: Heinrich Schuchardt --- v2 add TPL constants consider multiple events in efi_wait_for_event move notification to ne

[U-Boot] [PATCH v2 2/7] efi_loader: implement multiple event support

2017-07-18 Thread Heinrich Schuchardt
Up to now the boot time supported only a single event. This patch now allows four events. Signed-off-by: Heinrich Schuchardt --- v2 add TPL constants consider multiple events in efi_wait_for_event move notification to new function efi_signal_event --- include/efi_api.h