Re: [PATCH] efi_loader: optional persistence of variables

2022-03-23 Thread Heinrich Schuchardt
On 3/23/22 17:22, Tom Saeger wrote: On Tue, Mar 22, 2022 at 06:03:28PM -0500, Tom Saeger wrote: On Tue, Mar 22, 2022 at 11:33:20PM +0100, Heinrich Schuchardt wrote: On 3/22/22 23:16, Tom Saeger wrote: On Tue, Mar 22, 2022 at 10:41:40PM +0100, Heinrich Schuchardt wrote: On 3/22/22 22:21, Tom S

Re: [PATCH] efi_loader: optional persistence of variables

2022-03-23 Thread Tom Saeger
On Tue, Mar 22, 2022 at 06:03:28PM -0500, Tom Saeger wrote: > On Tue, Mar 22, 2022 at 11:33:20PM +0100, Heinrich Schuchardt wrote: > > On 3/22/22 23:16, Tom Saeger wrote: > > > On Tue, Mar 22, 2022 at 10:41:40PM +0100, Heinrich Schuchardt wrote: > > > > On 3/22/22 22:21, Tom Saeger wrote: > > > > >

Re: [PATCH] efi_loader: optional persistence of variables

2022-03-22 Thread Tom Saeger
On Tue, Mar 22, 2022 at 11:33:20PM +0100, Heinrich Schuchardt wrote: > On 3/22/22 23:16, Tom Saeger wrote: > > On Tue, Mar 22, 2022 at 10:41:40PM +0100, Heinrich Schuchardt wrote: > > > On 3/22/22 22:21, Tom Saeger wrote: > > > > Since be66b89da306 ("efi_loader: configuration of variables store") >

Re: [PATCH] efi_loader: optional persistence of variables

2022-03-22 Thread Tom Saeger
On Tue, Mar 22, 2022 at 10:41:40PM +0100, Heinrich Schuchardt wrote: > On 3/22/22 22:21, Tom Saeger wrote: > > Since be66b89da306 ("efi_loader: configuration of variables store") > > the choice of EFI_VARIABLE_FILE_STORE or EFI_MM_COMM_TEE > > is mutually-exclusive, however efi_var_to_file also all

Re: [PATCH] efi_loader: optional persistence of variables

2022-03-22 Thread Heinrich Schuchardt
On 3/22/22 23:16, Tom Saeger wrote: On Tue, Mar 22, 2022 at 10:41:40PM +0100, Heinrich Schuchardt wrote: On 3/22/22 22:21, Tom Saeger wrote: Since be66b89da306 ("efi_loader: configuration of variables store") the choice of EFI_VARIABLE_FILE_STORE or EFI_MM_COMM_TEE is mutually-exclusive, howeve

[PATCH] efi_loader: optional persistence of variables

2022-03-22 Thread Tom Saeger
Since be66b89da306 ("efi_loader: configuration of variables store") the choice of EFI_VARIABLE_FILE_STORE or EFI_MM_COMM_TEE is mutually-exclusive, however efi_var_to_file also allows for "neither". Set Kconfig choice optional. Signed-off-by: Tom Saeger --- lib/efi_loader/Kconfig | 1 + 1 file

Re: [PATCH] efi_loader: optional persistence of variables

2022-03-22 Thread Heinrich Schuchardt
On 3/22/22 22:21, Tom Saeger wrote: Since be66b89da306 ("efi_loader: configuration of variables store") the choice of EFI_VARIABLE_FILE_STORE or EFI_MM_COMM_TEE is mutually-exclusive, however efi_var_to_file also allows for "neither". Set Kconfig choice optional. Signed-off-by: Tom Saeger ---