]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: secure boot flag
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 5 Jul 2020 00:29:50 +0000 (02:29 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 11 Jul 2020 21:14:17 +0000 (23:14 +0200)
commit198bf6418efa282ddb9392d352a2afef20585020
tree71bda5f97cdb38264adfcf65d56cea038397eb4d
parent55a830560efafd8ae5a61a2beaaece6701e077c6
efi_loader: secure boot flag

In audit mode the UEFI variable SecureBoot is set to zero but the
efi_secure_boot flag is set to true.

The efi_secure_boot flag should match the UEFIvariable SecureBoot.

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