[U-Boot] [PATCH 9/9] efi_loader: rework efi_search_obj
Simon Glass
sjg at chromium.org
Tue Nov 7 05:21:35 UTC 2017
On 22 October 2017 at 06:45, Heinrich Schuchardt <xypron.glpk at gmx.de> 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.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
> include/efi_loader.h | 2 ++
> lib/efi_loader/efi_boottime.c | 9 +++------
> 2 files changed, 5 insertions(+), 6 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list