
1 Dec
2024
1 Dec
'24
5:12 p.m.
Hi Matthew,
On Sat, 23 Nov 2024 at 12:57, Matthew Garrett mjg59@srcf.ucam.org wrote:
From: Matthew Garrett mgarrett@aurora.tech
Add simple support for accessing EFI variables when in EFI app mode
Signed-off-by: Matthew Garrett mgarrett@aurora.tech
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 sjg@chromium.org
Again this needs doc/ and test/env
Regards, Simon