commit | ffe2157447ce0101802e717147001fd59581e759 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Fri Apr 26 09:44:18 2019 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu May 02 18:17:50 2019 +0200 |
tree | c409bd9c4103631a1575b2495bc4223774dc4592 | |
parent | d40e05ae95cfdf328ed6940fb48e110dc5da0c77 [diff] |
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>