]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: all variable attributes are 32bit
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 3 Apr 2024 15:33:33 +0000 (17:33 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 8 Apr 2024 11:03:11 +0000 (13:03 +0200)
commit19327c1f90e528cd89eb170250ebea6338b424f5
tree97a1075038ffe9add73e1535ca398e6c619ec338
parent584a2ada6e5e7752ad1af2fd54fa8d424a4da8d6
efi_loader: all variable attributes are 32bit

GetVariable() and SetVariable() use an uint32_t value for attributes.
The UEFI specification defines the related constants as 32bit.

Add the missing EFI_VARIABLE_ENHANCED_AUTHENTICATED_ACCESS constant.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
include/efi.h
lib/efi_loader/efi_var_common.c
lib/efi_loader/efi_variable.c