acrn-hypervisor/bsp/uefi
Jack Ren 0c0d882084 UEFI: get the guest entry address explicitly
Previously with the help from gcc, __builtin_return_address(0) is
used as the guest entry address, but it can't work well with gcc 7.3
and leads to the guest unable to return to UEFI correctly.
Let's get it explicitly.

Signed-off-by: Jack Ren <jack.ren@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-04-08 11:14:59 +08:00
..
clearlinux minor fix on acrn.conf 2018-03-09 20:48:44 +08:00
efi UEFI: get the guest entry address explicitly 2018-04-08 11:14:59 +08:00
include/bsp UEFI: change the acrn boot flow on uefi platform 2018-03-30 19:48:46 +08:00
cmdline.c initial import 2018-03-07 21:05:38 +08:00
uefi.c UEFI: change the efi_ctx passing method 2018-03-30 19:48:46 +08:00
vm_description.c initial import 2018-03-07 21:05:38 +08:00