commit | f500940e532699b710ba55a2857f4860bb318f9d | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Sun May 17 22:25:45 2020 +0300 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun May 17 21:59:53 2020 +0200 |
tree | d18d5bc616ba5fc1bdc3a5a484f916498f527c09 | |
parent | 77a364f45e2f44c50cf9a8402b87a3c82f4440e8 [diff] |
cmd: efidebug: Add support for querying UEFI variable storage With the previous patches that use OP-TEE and StandAloneMM for UEFI variable storage we've added functionality for efi_query_variable_info. So let's add the relevant command to efidebug and retrieve information about the container used to store UEFI variables Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>