Re: [U-Boot] [PATCH v2 01/12] efi_loader: refactor efi_open_protocol

2017-07-24 Thread Rob Clark
On Mon, Jul 24, 2017 at 1:11 PM, Heinrich Schuchardt wrote: > On 07/24/2017 11:48 AM, Rob Clark wrote: >> On Tue, Jul 11, 2017 at 4:06 PM, Heinrich Schuchardt >> wrote: >>> efi_open_protocol was implemented to call a protocol specific open >>> function to

Re: [U-Boot] [PATCH v2 01/12] efi_loader: refactor efi_open_protocol

2017-07-24 Thread Heinrich Schuchardt
On 07/24/2017 11:48 AM, Rob Clark wrote: > On Tue, Jul 11, 2017 at 4:06 PM, Heinrich Schuchardt > wrote: >> efi_open_protocol was implemented to call a protocol specific open >> function to retrieve the protocol interface. >> >> The UEFI specification does not know of such a

Re: [U-Boot] [PATCH v2 01/12] efi_loader: refactor efi_open_protocol

2017-07-24 Thread Alexander Graf
On 24.07.17 11:48, Rob Clark wrote: On Tue, Jul 11, 2017 at 4:06 PM, Heinrich Schuchardt wrote: efi_open_protocol was implemented to call a protocol specific open function to retrieve the protocol interface. The UEFI specification does not know of such a function. It is

Re: [U-Boot] [PATCH v2 01/12] efi_loader: refactor efi_open_protocol

2017-07-24 Thread Rob Clark
On Tue, Jul 11, 2017 at 4:06 PM, Heinrich Schuchardt wrote: > efi_open_protocol was implemented to call a protocol specific open > function to retrieve the protocol interface. > > The UEFI specification does not know of such a function. > > It is not possible to implement

Re: [U-Boot] [PATCH v2 01/12] efi_loader: refactor efi_open_protocol

2017-07-18 Thread Heinrich Schuchardt
On 07/18/2017 03:12 PM, Alexander Graf wrote: > On 07/11/2017 10:06 PM, Heinrich Schuchardt wrote: >> efi_open_protocol was implemented to call a protocol specific open >> function to retrieve the protocol interface. >> >> The UEFI specification does not know of such a function. >> >> It is not

Re: [U-Boot] [PATCH v2 01/12] efi_loader: refactor efi_open_protocol

2017-07-18 Thread Alexander Graf
On 07/18/2017 03:30 PM, Heinrich Schuchardt wrote: Hello Alex, I had no problem compiling against efi-next yesterday. It contains the patch. Where can I find the git tree that does not compile? https://travis-ci.org/agraf/u-boot/builds/254762424?utm_source=email_medium=notification Alex

Re: [U-Boot] [PATCH v2 01/12] efi_loader: refactor efi_open_protocol

2017-07-18 Thread Heinrich Schuchardt
Hello Alex, I had no problem compiling against efi-next yesterday. It contains the patch. Where can I find the git tree that does not compile? Best regards Heinrich Schuchardt Am 18.07.17 um 15:12 schrieb Alexander Graf > On 07/11/2017 10:06 PM, Heinrich Schuchardt wrote: > >

Re: [U-Boot] [PATCH v2 01/12] efi_loader: refactor efi_open_protocol

2017-07-18 Thread Alexander Graf
On 07/11/2017 10:06 PM, Heinrich Schuchardt wrote: efi_open_protocol was implemented to call a protocol specific open function to retrieve the protocol interface. The UEFI specification does not know of such a function. It is not possible to implement InstallProtocolInterface with the current