]> git.ipfire.org Git - thirdparty/u-boot.git/commit
efi_loader: boottime: add loaded image device path protocol to image handle
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Wed, 27 Mar 2019 04:40:32 +0000 (13:40 +0900)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 7 Apr 2019 12:17:06 +0000 (14:17 +0200)
commitbc8fc32855d27b2999ed6667af10123f341b3159
tree9dce5e4efb45bb99f8c48fba987c74887c2e58bc
parent734d3252af9ceda43fbcfcc088e14911d969cdfc
efi_loader: boottime: add loaded image device path protocol to image handle

To meet UEFI spec v2.7a section 9.2, we should add
EFI_LOADED_IMAGE_DEVICE_PATH_PROTOCOL to image handle,
instead of EFI_DEVICE_PATH_PROTOCOL.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/efi_api.h
include/efi_loader.h
lib/efi_loader/efi_boottime.c
lib/efi_loader/efi_image_loader.c