cmd: env: add "-e" option for handling UEFI variables
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Mon, 25 Feb 2019 06:54:36 +0000 (15:54 +0900)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 25 Feb 2019 11:47:13 +0000 (12:47 +0100)
commit49d81fdfb8c1fc07e54c8f01fe5c5b1125f884cb
tree8d124ccf33cef115a949601d0c57a4255cdf6447
parentccecc3456a6c538626b34be40249bcf88279efcf
cmd: env: add "-e" option for handling UEFI variables

"env [print|set] -e" allows for handling uefi variables without
knowing details about mapping to corresponding u-boot variables.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
MAINTAINERS
cmd/Kconfig
cmd/Makefile
cmd/nvedit.c
cmd/nvedit_efi.c [new file with mode: 0644]
include/command.h