[PATCH 04/10] Hook up EFI env variable support in the EFI app
Simon Glass
sjg at chromium.org
Sun Dec 1 17:12:41 CET 2024
Hi Matthew,
On Sat, 23 Nov 2024 at 12:57, Matthew Garrett <mjg59 at srcf.ucam.org> wrote:
>
> From: Matthew Garrett <mgarrett at aurora.tech>
>
> Add simple support for accessing EFI variables when in EFI app mode
>
> Signed-off-by: Matthew Garrett <mgarrett at 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 at chromium.org>
Again this needs doc/ and test/env
Regards,
Simon
More information about the U-Boot
mailing list