commit | b0e4f2c738ff9dd623e77ae1784437411421ab37 | [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 | f042e47e8fb433a7a1f8a25d997ba0fe74e2db53 [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>