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)
commitcbe503fbc11f36086482bfd7066c2e36b82f1544
treea0e7aef2d02331a27bc5af951f38d2778575e663
parentaac79251c7dfeb325f17dbded3076df278bfca89
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