commit | 274cc87c757ace8e903fecac5ec5102b8a568cfd | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Nov 06 21:17:50 2017 +0100 |
committer | Alexander Graf <agraf@suse.de> | Fri Dec 01 13:22:56 2017 +0100 |
tree | 39885ac8416bcfd12d98114ae125b0033e6be991 | |
parent | ec66fc8bac0f197e82576969f009c3f3d7edd187 [diff] |
efi_loader: rework efi_search_obj 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@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>