]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: Re-factor code to build the signature store from efi signature list
authorSughosh Ganu <sughosh.ganu@linaro.org>
Wed, 30 Dec 2020 13:57:08 +0000 (19:27 +0530)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 31 Dec 2020 13:41:31 +0000 (14:41 +0100)
commit37f7b97e93d28d6e7cf650224e1f0bb744546646
treefd14433b5008a99a2b5143a6c244005b2d171126
parentf325c854f558961182781505e140071cf444ba5b
efi_loader: Re-factor code to build the signature store from efi signature list

The efi_sigstore_parse_sigdb function reads the uefi authenticated
variable, stored in the signature database format and builds the
signature store structure. Factor out the code for building
the signature store. This can then be used by the capsule
authentication routine to build the signature store even when the
signature database is not stored as an uefi authenticated variable

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
include/efi_loader.h
lib/efi_loader/efi_signature.c