Re: [PATCH 2/4] efi_loader: function to get GUID for variable name

2021-09-11 Thread Ilias Apalodimas
On Sat, 11 Sept 2021 at 17:13, Ilias Apalodimas wrote: > > On Sat, Sep 11, 2021 at 09:28:30AM +0200, Heinrich Schuchardt wrote: > > In multiple places we need the default GUID used for variables like > > 'PK', 'KEK', 'db'. Provide a function for it. > > > > Signed-off-by: Heinrich Schuchardt > >

Re: [PATCH 2/4] efi_loader: function to get GUID for variable name

2021-09-11 Thread Ilias Apalodimas
On Sat, Sep 11, 2021 at 09:28:30AM +0200, Heinrich Schuchardt wrote: > In multiple places we need the default GUID used for variables like > 'PK', 'KEK', 'db'. Provide a function for it. > > Signed-off-by: Heinrich Schuchardt > --- > include/efi_variable.h | 8 >

[PATCH 2/4] efi_loader: function to get GUID for variable name

2021-09-11 Thread Heinrich Schuchardt
In multiple places we need the default GUID used for variables like 'PK', 'KEK', 'db'. Provide a function for it. Signed-off-by: Heinrich Schuchardt --- include/efi_variable.h | 8 lib/efi_loader/efi_var_common.c | 9 + 2 files changed, 17 insertions(+) diff --git