Hi Matthew, On Sat, 23 Nov 2024 at 12:57, Matthew Garrett <[email protected]> wrote: > > From: Matthew Garrett <[email protected]> > > Add simple support for accessing EFI variables when in EFI app mode > > Signed-off-by: Matthew Garrett <[email protected]> > --- > > cmd/Kconfig | 2 +- > lib/efi/Makefile | 2 +- > lib/efi/efi_app.c | 5 +++++ > lib/efi/efi_vars.c | 44 ++++++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 51 insertions(+), 2 deletions(-) > create mode 100644 lib/efi/efi_vars.c >
Reviewed-by: Simon Glass <[email protected]> Again this needs doc/ and test/env Regards, Simon Applied to ci/master, thanks!

