Re: [PATCH v2 1/3] efi_loader: enable QueryVariableInfo at runtime for file backed variables

2024-04-25 Thread Ilias Apalodimas
Hi Heinrich, On Thu, 25 Apr 2024 at 11:32, Heinrich Schuchardt wrote: > > On 25.04.24 07:18, Ilias Apalodimas wrote: > > Since commit c28d32f946f0 ("efi_loader: conditionally enable SetvariableRT") > > we are enabling the last bits of missing runtime services. > > Add support for

Re: [PATCH v2 1/3] efi_loader: enable QueryVariableInfo at runtime for file backed variables

2024-04-25 Thread Heinrich Schuchardt
On 25.04.24 07:18, Ilias Apalodimas wrote: Since commit c28d32f946f0 ("efi_loader: conditionally enable SetvariableRT") we are enabling the last bits of missing runtime services. Add support for QueryVariableInfo which we already support at boottime and we just need to mark some fucntions

[PATCH v2 1/3] efi_loader: enable QueryVariableInfo at runtime for file backed variables

2024-04-24 Thread Ilias Apalodimas
Since commit c28d32f946f0 ("efi_loader: conditionally enable SetvariableRT") we are enabling the last bits of missing runtime services. Add support for QueryVariableInfo which we already support at boottime and we just need to mark some fucntions available at runtime and move some checks around.