Re: [PATCH] efi_loader: move efi_var_collect to common functions

2024-04-05 Thread Ilias Apalodimas
On Fri, 5 Apr 2024 at 09:33, Heinrich Schuchardt wrote: > > On 4/4/24 09:48, Ilias Apalodimas wrote: > > From: Ilias Apalodimas > > > > efi_var_collect() was initially placed in efi_var_file.c, since back > > then we only supported efi variables stored in a file. Since then we > > support

Re: [PATCH] efi_loader: move efi_var_collect to common functions

2024-04-05 Thread Heinrich Schuchardt
On 4/4/24 09:48, Ilias Apalodimas wrote: From: Ilias Apalodimas efi_var_collect() was initially placed in efi_var_file.c, since back then we only supported efi variables stored in a file. Since then we support variables stored in an RPMB as well and use that function to collect variables that

[PATCH] efi_loader: move efi_var_collect to common functions

2024-04-04 Thread Ilias Apalodimas
From: Ilias Apalodimas efi_var_collect() was initially placed in efi_var_file.c, since back then we only supported efi variables stored in a file. Since then we support variables stored in an RPMB as well and use that function to collect variables that should be present at runtime. So let's