]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: pass boot_policy to efi_load_image_from_path
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 4 Dec 2020 08:27:41 +0000 (09:27 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 10 Dec 2020 08:15:32 +0000 (09:15 +0100)
commitb7fcbd4eccd653bdcaac17baa79a5f0d6228ee01
tree9cbb116075cb3cfd4f1b59093aa70f14bbb41dfa
parent103fbf981b85960e2e2b9fafe38c2d2bedbee44d
efi_loader: pass boot_policy to efi_load_image_from_path

Implementing support for loading images via the EFI_LOAD_FILE_PROTOCOL
requires the boot policy as input for efi_load_image_from_path().

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_boottime.c