efi_loader: get lowest supported version from device tree
authorMasahisa Kojima <masahisa.kojima@linaro.org>
Wed, 7 Jun 2023 05:41:54 +0000 (14:41 +0900)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 8 Jun 2023 07:20:36 +0000 (09:20 +0200)
commit25dc7d5aedfef310a7e49b37e2556dc84b79cb00
tree49be10dd6e0b12c84e78a75cd8a096a83b9ea9d7
parent3cba9702d19cb34d26689b1c9180c03b0c73baf8
efi_loader: get lowest supported version from device tree

This commit gets the lowest supported version from device tree,
then fills the lowest supported version in FMP->GetImageInfo().

Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
doc/device-tree-bindings/firmware/firmware-version.txt [new file with mode: 0644]
lib/efi_loader/efi_firmware.c