Re: [U-Boot] [PATCH v2 2/6] efi_loader: Increase number of configuration tables to 16

2018-06-27 Thread Heinrich Schuchardt
On 06/27/2018 12:16 PM, Bin Meng wrote: > At present the number of configuration tables is set to 2. By > looking at which tables the Linux EFI stub or iPXE can process, > it looks 16 is a reasonable number. > > Signed-off-by: Bin Meng > > --- > > Changes in v2: > - new patch "increase number o

[U-Boot] [PATCH v2 2/6] efi_loader: Increase number of configuration tables to 16

2018-06-27 Thread Bin Meng
At present the number of configuration tables is set to 2. By looking at which tables the Linux EFI stub or iPXE can process, it looks 16 is a reasonable number. Signed-off-by: Bin Meng --- Changes in v2: - new patch "increase number of configuration tables to 16" lib/efi_loader/efi_boottime.