commit | d80dd9e7853256f27847238771bf34c7157b8894 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jun 24 12:38:00 2020 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jun 24 16:50:15 2020 +0200 |
tree | 7f6898e5cbfd0428203a51c637d14f9675f83bd1 | |
parent | 915f15ac5746739da0aa2ee2840c2d00dc65aaaa [diff] |
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>