Re: [U-Boot] [PATCH 1/3] efi_loader: implement multiple event support

2017-07-17 Thread Heinrich Schuchardt
On 07/16/2017 09:25 AM, Alexander Graf wrote: > > > On 15.07.17 13:43, Heinrich Schuchardt wrote: >> On 07/12/2017 12:55 PM, Alexander Graf wrote: >>> >>> >>> On 05.07.17 19:47, Heinrich Schuchardt wrote: Up to now the boot time supported only a single event. This patch now allows four

Re: [U-Boot] [PATCH 1/3] efi_loader: implement multiple event support

2017-07-16 Thread Alexander Graf
On 15.07.17 13:43, Heinrich Schuchardt wrote: On 07/12/2017 12:55 PM, Alexander Graf wrote: On 05.07.17 19:47, 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 --- include/efi_api.h

Re: [U-Boot] [PATCH 1/3] efi_loader: implement multiple event support

2017-07-15 Thread Heinrich Schuchardt
On 07/12/2017 12:55 PM, Alexander Graf wrote: > > > On 05.07.17 19:47, 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 >> --- >> include/efi_api.h | 8 ++- >> incl

Re: [U-Boot] [PATCH 1/3] efi_loader: implement multiple event support

2017-07-12 Thread Alexander Graf
On 05.07.17 19:47, 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 --- include/efi_api.h | 8 ++- include/efi_loader.h | 23 ++ lib/efi_loader/efi_boottime.c