]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: value of VendorKeys
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 4 Jul 2020 20:41:26 +0000 (22:41 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 11 Jul 2020 21:14:17 +0000 (23:14 +0200)
commitfd7b6730aba4540fef8d59cfe10a7dce2649cd8e
tree456ebc8029c8cf360032a3d3e05ea5b6c6e7b534
parent37fa7cb045cc15b3a22377fa2e3fb00b2d132d7a
efi_loader: value of VendorKeys

According to the UEFI specification the variable VendorKeys is 1 if the
"system is configured to use only vendor-provided keys".

As we do not supply any vendor keys yet the variable VendorKeys must be
zero.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_variable.c