commit | 2a79c352caf9bd84301dcfe8d4a08075457d33d6 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jun 24 19:55:13 2020 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jul 11 23:14:16 2020 +0200 |
tree | ae0d6c247f179ff7b428695d3ab8d4a342ebda5c | |
parent | f2d2b3a11ce18663ea95c29eb2c609efd77b7999 [diff] |
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>