commit | c0c21d67f0654f9d3641b9dd3bdfd635110c2bc1 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Dec 20 11:05:38 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Dec 31 14:27:41 2020 +0100 |
tree | b20093a4264783a2bd2bf7a7fd9a82b70e0c2325 | |
parent | 958b9e2482538ebfeb2e1161257603d4dec498cb [diff] |
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>