]> git.dujemihanovic.xyz Git - u-boot.git/commit
EFI: FMP: Use a common GetImageInfo function for FIT and raw images
authorSughosh Ganu <sughosh.ganu@linaro.org>
Wed, 1 Jun 2022 18:00:41 +0000 (23:30 +0530)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 12 Jun 2022 07:17:54 +0000 (09:17 +0200)
commit556a12654a3350113edbd826cbcdde4c03cb7f20
treef8cc8fd7e663e13d191337898a19a3044a210f28
parent119fafdefb81677dc629b79263672e9457849c61
EFI: FMP: Use a common GetImageInfo function for FIT and raw images

The GetImageInfo function definitions for the FIT images and raw
images are the same. Use a common function for the both the Firmware
Management Protocol(FMP) instances for raw and FIT images.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/efi_firmware.c