]> git.baikalelectronics.ru Git - uboot.git/commit
efi: stub: Pass EFI system table address to U-Boot payload
authorBin Meng <bmeng.cn@gmail.com>
Thu, 23 Aug 2018 15:24:09 +0000 (08:24 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 30 Aug 2018 03:23:07 +0000 (11:23 +0800)
commitd8d708b4fb69d63a359d99954191ea05718cb2c6
treea0e7aef2d02331a27bc5af951f38d2778575e663
parent87d8dedd1ecad267c3620c642c57149281b6cf78
efi: stub: Pass EFI system table address to U-Boot payload

This updates the EFI stub codes to pass UEFI BIOS's system table
address to U-Boot payload so that U-Boot can utilize it.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/efi.h
lib/efi/efi_stub.c