summaryrefslogtreecommitdiffstats
path: root/drivers/tpm
diff options
context:
space:
mode:
authorAKASHI Takahiro <takahiro.akashi@linaro.org>2019-10-24 15:17:13 +0900
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2019-10-30 17:49:41 +0100
commit051aa89f46ca2412e91555df7a60a8bb604c5e29 (patch)
treeac17c543ee2156a0f27cc6064223265c651e38f4 /drivers/tpm
parentee5041451e467711b9a4b0e679ba9cc18d93400e (diff)
downloadu-boot-051aa89f46ca2412e91555df7a60a8bb604c5e29.tar.gz
u-boot-051aa89f46ca2412e91555df7a60a8bb604c5e29.tar.xz
u-boot-051aa89f46ca2412e91555df7a60a8bb604c5e29.zip
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 'drivers/tpm')
0 files changed, 0 insertions, 0 deletions