commit | 698cfde218522a01a867e3419d3cb2f561258817 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Apr 03 17:33:33 2024 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Apr 08 13:03:11 2024 +0200 |
tree | 97a1075038ffe9add73e1535ca398e6c619ec338 | |
parent | 93a8c2468e4ad7a68c7e8672ae79331dcf1a6401 [diff] |
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>