]> git.baikalelectronics.ru Git - uboot.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)
commit6720def210e7a133e8ab332e9bbd534016820db1
treeae0d6c247f179ff7b428695d3ab8d4a342ebda5c
parent3696b9f3f0355dbf437cb1cb90ca26c486ecdb7c
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