Re: [U-Boot] [PATCH 03/23] efi_loader: support 16 protocols per efi_object

2017-09-02 Thread Alexander Graf
> Am 02.09.2017 um 20:14 schrieb Rob Clark : > >> On Thu, Aug 31, 2017 at 10:01 AM, Alexander Graf wrote: >>> On 08/27/2017 12:51 AM, Heinrich Schuchardt wrote: >>> >>> 8 protocols per efi_object is insufficient for iPXE. >>> >>> Signed-off-by: Heinrich Schuchardt >>> --- >>> include/efi_lo

Re: [U-Boot] [PATCH 03/23] efi_loader: support 16 protocols per efi_object

2017-09-02 Thread Rob Clark
On Thu, Aug 31, 2017 at 10:01 AM, Alexander Graf wrote: > On 08/27/2017 12:51 AM, Heinrich Schuchardt wrote: >> >> 8 protocols per efi_object is insufficient for iPXE. >> >> Signed-off-by: Heinrich Schuchardt >> --- >> include/efi_loader.h | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deleti

Re: [U-Boot] [PATCH 03/23] efi_loader: support 16 protocols per efi_object

2017-09-01 Thread Alexander Graf
On 01.09.17 03:45, Heinrich Schuchardt wrote: On 08/31/2017 04:01 PM, Alexander Graf wrote: On 08/27/2017 12:51 AM, Heinrich Schuchardt wrote: 8 protocols per efi_object is insufficient for iPXE. Signed-off-by: Heinrich Schuchardt --- include/efi_loader.h | 4 ++-- 1 file changed, 2 in

Re: [U-Boot] [PATCH 03/23] efi_loader: support 16 protocols per efi_object

2017-08-31 Thread Heinrich Schuchardt
On 08/31/2017 04:01 PM, Alexander Graf wrote: > On 08/27/2017 12:51 AM, Heinrich Schuchardt wrote: >> 8 protocols per efi_object is insufficient for iPXE. >> >> Signed-off-by: Heinrich Schuchardt >> --- >> include/efi_loader.h | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> d

Re: [U-Boot] [PATCH 03/23] efi_loader: support 16 protocols per efi_object

2017-08-31 Thread Alexander Graf
On 08/27/2017 12:51 AM, Heinrich Schuchardt wrote: 8 protocols per efi_object is insufficient for iPXE. Signed-off-by: Heinrich Schuchardt --- include/efi_loader.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/efi_loader.h b/include/efi_loader.h index 6f71a6

Re: [U-Boot] [PATCH 03/23] efi_loader: support 16 protocols per efi_object

2017-08-31 Thread Simon Glass
On 27 August 2017 at 06:51, Heinrich Schuchardt wrote: > 8 protocols per efi_object is insufficient for iPXE. > > Signed-off-by: Heinrich Schuchardt > --- > include/efi_loader.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Simon Glass ___

[U-Boot] [PATCH 03/23] efi_loader: support 16 protocols per efi_object

2017-08-26 Thread Heinrich Schuchardt
8 protocols per efi_object is insufficient for iPXE. Signed-off-by: Heinrich Schuchardt --- include/efi_loader.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/efi_loader.h b/include/efi_loader.h index 6f71a6202b..e8fb4fbb0a 100644 --- a/include/efi_loader.h +++