Re: [PATCH 10/10] Add command to set an environment variable to an EFI variable

2024-12-08 Thread Simon Glass
Hi Heinrich, On Sun, 24 Nov 2024 at 08:11, Heinrich Schuchardt wrote: > > On 11/23/24 20:55, Matthew Garrett wrote: > > From: Matthew Garrett > > > > We may want to make things conditional on EFI variable state > > > > Signed-off-by: Matthew Garrett > > --- > > > > cmd/Kconfig | 4 ++ >

Re: [PATCH 10/10] Add command to set an environment variable to an EFI variable

2024-12-08 Thread Simon Glass
Hi Heinrich, On Sun, 24 Nov 2024 at 08:11, Heinrich Schuchardt wrote: > > On 11/23/24 20:55, Matthew Garrett wrote: > > From: Matthew Garrett > > > > We may want to make things conditional on EFI variable state > > > > Signed-off-by: Matthew Garrett > > --- > > > > cmd/Kconfig | 4 ++ >

Re: [PATCH 10/10] Add command to set an environment variable to an EFI variable

2024-12-01 Thread Simon Glass
Hi Heinrich, On Sun, 24 Nov 2024 at 08:11, Heinrich Schuchardt wrote: > > On 11/23/24 20:55, Matthew Garrett wrote: > > From: Matthew Garrett > > > > We may want to make things conditional on EFI variable state > > > > Signed-off-by: Matthew Garrett > > --- > > > > cmd/Kconfig | 4 ++ >

Re: [PATCH 10/10] Add command to set an environment variable to an EFI variable

2024-11-24 Thread Heinrich Schuchardt
On 11/23/24 20:55, Matthew Garrett wrote: From: Matthew Garrett We may want to make things conditional on EFI variable state Signed-off-by: Matthew Garrett --- cmd/Kconfig | 4 ++ cmd/Makefile| 1 + cmd/efigetenv.c | 133 3 fi

[PATCH 10/10] Add command to set an environment variable to an EFI variable

2024-11-23 Thread Matthew Garrett
From: Matthew Garrett We may want to make things conditional on EFI variable state Signed-off-by: Matthew Garrett --- cmd/Kconfig | 4 ++ cmd/Makefile| 1 + cmd/efigetenv.c | 133 3 files changed, 138 insertions(+) create mode 1006