acrn-hypervisor/hypervisor/include
Zheng, Gen fde0789ccc UEFI: change the efi_ctx passing method
Save the pointer of efi_ctx in mi_drivers_addr field of
multiboot structure and pass to hypervisor, not by
saving in register RDX(the third default parameter in
64bit call function).

With this method, we can be compatible with the original
32bit boot parameters passing method and no need to
large the array size of boot_regs in hypervisor.

Signed-off-by: Zheng, Gen <gen.zheng@intel.com>
2018-05-15 17:19:39 +08:00
..
arch/x86 UEFI: change the efi_ctx passing method 2018-05-15 17:19:39 +08:00
common UEFI: change the acrn boot flow on uefi platform 2018-05-15 17:19:39 +08:00
debug Remove STATIC_ASSERT Macro and replace with standard _Static_assert 2018-05-15 17:19:38 +08:00
lib Rename TIME_MS_DELTA to CYCLES_PER_MS 2018-05-15 17:19:39 +08:00
public trusty: implement hypercall to initialize trusty 2018-05-15 17:19:39 +08:00
hv_debug.h initial import 2018-05-11 14:44:28 +08:00
hv_lib.h Move s[n]printf to lib for release 2018-05-15 17:19:37 +08:00
hypervisor.h initial import 2018-05-11 14:44:28 +08:00