Re: [PATCH 1/1] efi_loader: make memory store size customizable

2020-12-20 Thread Ilias Apalodimas
On Sun, Dec 20, 2020 at 11:17:02AM +0100, Heinrich Schuchardt wrote: > 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. > >

[PATCH 1/1] efi_loader: make memory store size customizable

2020-12-20 Thread Heinrich Schuchardt
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) Signed-off-by: Heinrich Schuchardt --- inc