Re: [U-Boot] [PATCH 05/23] efi_loader: rework efi_search_obj

2017-08-31 Thread Simon Glass
On 27 August 2017 at 06:51, Heinrich Schuchardt wrote: > EFI_HANDLEs are used both in boottime and in runtime services. > efi_search_obj is a function that can be used to validate > handles. So let's make it accessible via efi_loader.h. > > We can simplify the coding using list_for_each_entry. > >

[U-Boot] [PATCH 05/23] efi_loader: rework efi_search_obj

2017-08-26 Thread Heinrich Schuchardt
EFI_HANDLEs are used both in boottime and in runtime services. efi_search_obj is a function that can be used to validate handles. So let's make it accessible via efi_loader.h. We can simplify the coding using list_for_each_entry. Signed-off-by: Heinrich Schuchardt --- include/efi_loader.h