]> git.sur5r.net Git - u-boot/commit
efi_loader: Increase number of configuration tables to 16
authorBin Meng <bmeng.cn@gmail.com>
Thu, 28 Jun 2018 03:38:02 +0000 (20:38 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 2 Jul 2018 01:23:28 +0000 (09:23 +0800)
commitbb68c7fba07621ae4dfe3ea10737fa18049d3e51
tree73e9c3200cc162198f851ed9d808120be1881dbf
parentabe47ca728f5b22d1ec9fcf609e00b331c4d5273
efi_loader: Increase number of configuration tables to 16

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 <bmeng.cn@gmail.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_boottime.c