]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commite826d11c7ef158e4b1d5a6d22be6a5289ab722e3
tree89cc4a1e2c370baaf33dcad7a795b867c146ecc5
parentad463b421237497e69b1dfebc33b9d8135d9b0ad
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