diff options
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | 2019-10-24 15:17:13 +0900 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2019-10-30 17:49:41 +0100 |
commit | 051aa89f46ca2412e91555df7a60a8bb604c5e29 (patch) | |
tree | ac17c543ee2156a0f27cc6064223265c651e38f4 /lib | |
parent | ee5041451e467711b9a4b0e679ba9cc18d93400e (diff) | |
download | u-boot-051aa89f46ca2412e91555df7a60a8bb604c5e29.tar.gz |
cmd: env: extend "env [set|print] -e" to manage UEFI variables
With this patch, when setting UEFI variable with "env set -e" command,
we will be able to
- specify vendor guid with "-guid guid",
- specify variable attributes, BOOTSERVICE_ACCESS, RUNTIME_ACCESS,
respectively with "-bs" and "-rt",
- append a value instead of overwriting with "-a",
- use memory as variable's value instead of explicit values given
at the command line with "-i address,size"
If guid is not explicitly given, default value will be used.
Meanwhile, "env print -e," will be modified so that it will NOT dump
a variable's value if '-n' is specified.
Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions