]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: display RO attribute in printenv -e
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 24 Jun 2020 17:55:13 +0000 (19:55 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 11 Jul 2020 21:14:16 +0000 (23:14 +0200)
commit2a79c352caf9bd84301dcfe8d4a08075457d33d6
treeae0d6c247f179ff7b428695d3ab8d4a342ebda5c
parentf2d2b3a11ce18663ea95c29eb2c609efd77b7999
efi_loader: display RO attribute in printenv -e

Let the 'printenv -e' command display the read only flag.
If the variable is time authenticated write the time stamp.

Avoid EFI_CALL() when calling SetVariable() and GetVariable().

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/nvedit_efi.c