]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: memory buffer for variables
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 22 Mar 2020 08:07:50 +0000 (09:07 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 11 Jul 2020 21:14:17 +0000 (23:14 +0200)
commitad463b421237497e69b1dfebc33b9d8135d9b0ad
treecbcfac26657750f8087df9784d8c454115ff737f
parent94b58c46c99aecdffa006f97d385393ad27513e5
efi_loader: memory buffer for variables

Saving UEFI variable as encoded U-Boot environment variables does not allow
support at runtime.

Provide functions to manage a memory buffer with UEFI variables.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/efi_variable.h
lib/efi_loader/Makefile
lib/efi_loader/efi_var_mem.c [new file with mode: 0644]