]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: efidebug: rework "boot dump" sub-command using GetNextVariableName()
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Fri, 26 Apr 2019 00:44:18 +0000 (09:44 +0900)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 2 May 2019 16:17:50 +0000 (18:17 +0200)
commitd3b45d93c2130c16ada6b2ff0f30d55c53d7c729
treec409bd9c4103631a1575b2495bc4223774dc4592
parent4a31ad74b4e276a09faa670eb64863c38bd7f761
cmd: efidebug: rework "boot dump" sub-command using GetNextVariableName()

Currently in do_efi_boot_dump(), we directly read EFI variables from
related environment variables. To accommodate alternative storage
backends, we should switch to using the UEFI API instead.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/efidebug.c