]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: variable: support non-volatile attribute
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 4 Jun 2019 06:52:06 +0000 (15:52 +0900)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 4 Jun 2019 21:56:14 +0000 (23:56 +0200)
commit531f81db07c55f0bbac3d07454609958bf9ac978
tree0f16e9c9f97f353f2865b7f60194c39631bd122e
parent242d7fc0866b098260d096ed506921e5a993b1e1
efi_loader: variable: support non-volatile attribute

The attribute, EFI_VARIABLE_NON_VOLATILE, should be encoded as "nv" flag
in U-Boot variable if specified.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_variable.c