commit | 016bfcd98cbebee1e80c9cd051347c026fe5fbeb | [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 | 3a489256fe83257fb3058991f222274b3a3c6264 [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>