]> git.baikalelectronics.ru Git - uboot.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)
commit4f4b598070e4d0e5ea1a1b60da46030559536baf
treef8cc8fd7e663e13d191337898a19a3044a210f28
parentb05f5505d939fc9155945adf8516375b5ae2421d
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