Re: [PATCH] lib/efi_loader: dynamically determine var store size

2020-12-20 Thread Heinrich Schuchardt
On 12/9/20 7:03 PM, Paulo Alcantara wrote: In order to support (ESP)/ubootefi.var and preseed variables greater than EFI_VAR_BUF_SIZE (0x4000), dynamically determine the variable list size that will fit both and the ones that are created at boot time. This patch indicates that 16 KiB is too sma

[PATCH] lib/efi_loader: dynamically determine var store size

2020-12-09 Thread Paulo Alcantara
In order to support (ESP)/ubootefi.var and preseed variables greater than EFI_VAR_BUF_SIZE (0x4000), dynamically determine the variable list size that will fit both and the ones that are created at boot time. Signed-off-by: Paulo Alcantara (SUSE) --- include/efi_variable.h| 15 ++