[U-Boot] [PATCH v0 19/20] efi_loader: efi variable support
Simon Glass
sjg at chromium.org
Sun Aug 6 05:17:12 UTC 2017
On 4 August 2017 at 13:32, Rob Clark <robdclark at gmail.com> wrote:
Commit message?
> Signed-off-by: Rob Clark <robdclark at gmail.com>
> ---
> cmd/bootefi.c | 4 +
> include/efi.h | 19 +++
> include/efi_loader.h | 10 ++
> lib/efi_loader/Makefile | 2 +-
> lib/efi_loader/efi_boottime.c | 5 +
> lib/efi_loader/efi_runtime.c | 17 ++-
> lib/efi_loader/efi_variable.c | 342 ++++++++++++++++++++++++++++++++++++++++++
> 7 files changed, 394 insertions(+), 5 deletions(-)
> create mode 100644 lib/efi_loader/efi_variable.c
More information about the U-Boot
mailing list