Re: [U-Boot] [PATCH v3 3/3] efi_loader: implement OpenProtocolInformation

2017-08-13 Thread Alexander Graf
On 13.08.17 21:32, Heinrich Schuchardt wrote: On 08/13/2017 09:24 PM, Alexander Graf wrote: On 13.08.17 13:17, Heinrich Schuchardt wrote: On 08/12/2017 03:38 PM, Alexander Graf wrote: On 05.08.17 22:32, Heinrich Schuchardt wrote: efi_open_protocol_information provides the agent and cont

Re: [U-Boot] [PATCH v3 3/3] efi_loader: implement OpenProtocolInformation

2017-08-13 Thread Heinrich Schuchardt
On 08/13/2017 09:24 PM, Alexander Graf wrote: > > > On 13.08.17 13:17, Heinrich Schuchardt wrote: >> On 08/12/2017 03:38 PM, Alexander Graf wrote: >>> >>> >>> On 05.08.17 22:32, Heinrich Schuchardt wrote: efi_open_protocol_information provides the agent and controller handles as well as

Re: [U-Boot] [PATCH v3 3/3] efi_loader: implement OpenProtocolInformation

2017-08-13 Thread Alexander Graf
On 13.08.17 13:17, Heinrich Schuchardt wrote: On 08/12/2017 03:38 PM, Alexander Graf wrote: On 05.08.17 22:32, Heinrich Schuchardt wrote: efi_open_protocol_information provides the agent and controller handles as well as the attributes and open count of an protocol on a handle. Cc: Rob Cla

Re: [U-Boot] [PATCH v3 3/3] efi_loader: implement OpenProtocolInformation

2017-08-13 Thread Heinrich Schuchardt
On 08/12/2017 03:38 PM, Alexander Graf wrote: > > > On 05.08.17 22:32, Heinrich Schuchardt wrote: >> efi_open_protocol_information provides the agent and controller >> handles as well as the attributes and open count of an protocol >> on a handle. >> >> Cc: Rob Clark >> Signed-off-by: Heinrich S

Re: [U-Boot] [PATCH v3 3/3] efi_loader: implement OpenProtocolInformation

2017-08-12 Thread Alexander Graf
On 05.08.17 22:32, Heinrich Schuchardt wrote: efi_open_protocol_information provides the agent and controller handles as well as the attributes and open count of an protocol on a handle. Cc: Rob Clark Signed-off-by: Heinrich Schuchardt Do you have an application that leverages these interf