Re: [U-Boot] [PATCH 06/23] efi_loader: new function efi_search_protocol

2017-08-31 Thread Simon Glass
On 27 August 2017 at 06:51, Heinrich Schuchardt wrote: > In multiple functions we are searching for the protocol of a handle. > This patch provides a new function efi_search_protocol that we can > use to avoid duplicating code. > > Signed-off-by: Heinrich Schuchardt > --- > lib/efi_loader/efi_bo

[U-Boot] [PATCH 06/23] efi_loader: new function efi_search_protocol

2017-08-26 Thread Heinrich Schuchardt
In multiple functions we are searching for the protocol of a handle. This patch provides a new function efi_search_protocol that we can use to avoid duplicating code. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_boottime.c | 25 + 1 file changed, 25 insertion