mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
efi_loader: efi_auth_var_type for AuditMode, DeployedMode
Writing variables AuditMode and DeployedMode serves to switch between Secure Boot modes. Provide a separate value for these in efi_auth_var_type. With this patch the variables will not be read from from file even if they are marked as non-volatile by mistake. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
9ef82e2947
commit
b191aa429e
3 changed files with 5 additions and 2 deletions
|
@ -12,6 +12,7 @@
|
|||
|
||||
enum efi_auth_var_type {
|
||||
EFI_AUTH_VAR_NONE = 0,
|
||||
EFI_AUTH_MODE,
|
||||
EFI_AUTH_VAR_PK,
|
||||
EFI_AUTH_VAR_KEK,
|
||||
EFI_AUTH_VAR_DB,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue