Re: [PATCH 3/5 v2] cmd: efidebug: Add support for querying UEFI variable storage

2020-05-11 Thread Ilias Apalodimas
On Mon, May 11, 2020 at 08:54:04PM +0200, Heinrich Schuchardt wrote: > On 5/11/20 8:14 PM, Ilias Apalodimas wrote: > > 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

Re: [PATCH 3/5 v2] cmd: efidebug: Add support for querying UEFI variable storage

2020-05-11 Thread Heinrich Schuchardt
On 5/11/20 8:14 PM, Ilias Apalodimas wrote: > 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

[PATCH 3/5 v2] cmd: efidebug: Add support for querying UEFI variable storage

2020-05-11 Thread Ilias Apalodimas
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 ---