]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: make variable store size customizable
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 20 Dec 2020 10:05:38 +0000 (11:05 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 31 Dec 2020 13:27:41 +0000 (14:27 +0100)
commitc0c21d67f0654f9d3641b9dd3bdfd635110c2bc1
treeb20093a4264783a2bd2bf7a7fd9a82b70e0c2325
parent958b9e2482538ebfeb2e1161257603d4dec498cb
efi_loader: make variable store size customizable

Currently the size of the buffer to keep UEFI variables in memory is fixed
at 16384 bytes. This size has proven to be too small for some use cases.

Make the size of the memory buffer for UEFI variables customizable.

Reported-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
include/efi_variable.h
lib/efi_loader/Kconfig