commit | 70035658dbd5b97035fb4353b3beead818e1b61d | [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 | 9827e849fb9f0161fe0584d2bf3c28e2d1ad04d1 [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>