]> git.dujemihanovic.xyz Git - u-boot.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)
commitf1f990a8c9584b558bb1449dad3807858bbbcc49
treecbcfac26657750f8087df9784d8c454115ff737f
parentb0dd8cb4076ea178df93ad56be6636dcdb444c33
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]