efi_loader: size of secure boot variables
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 24 Jun 2020 10:38:00 +0000 (12:38 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 24 Jun 2020 14:50:15 +0000 (16:50 +0200)
commitd80dd9e7853256f27847238771bf34c7157b8894
tree7f6898e5cbfd0428203a51c637d14f9675f83bd1
parent915f15ac5746739da0aa2ee2840c2d00dc65aaaa
efi_loader: size of secure boot variables

The variables SetupMode, AuditMode, DeployedMode are explicitly defined as
UINT8 in the UEFI specification. The type of SecureBoot is UINT8 in EDK2.

Use variable name secure_boot instead of sec_boot for the value of the
UEFI variable SecureBoot.

Avoid abbreviations in function descriptions.

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