]> git.baikalelectronics.ru Git - uboot.git/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)
commit183ed42e7e4533fbd88a3285d0be0f2073f4f717
tree73e9c3200cc162198f851ed9d808120be1881dbf
parent69dd01ed1e3f016bde404b67a243598de352ea5a
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