efi_loader: use memory based variable storage
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 4 Jul 2020 16:34:15 +0000 (18:34 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 11 Jul 2020 21:14:17 +0000 (23:14 +0200)
commitab7296c99c273736801f9480cd21fbe862671987
tree89cc4a1e2c370baaf33dcad7a795b867c146ecc5
parentf1f990a8c9584b558bb1449dad3807858bbbcc49
efi_loader: use memory based variable storage

Saving UEFI variable as encoded U-Boot environment variables does not allow
implement run-time support.

Use a memory buffer for storing UEFI variables.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_variable.c