acrn-hypervisor/hypervisor/bsp
Chaohong guo 6085781983 Replace __emalloc() with a call to uefi allocate_page()
UEFI provides the func allocate_pages() with the option of AllocateAddress
and AllocateMaxAddress to allocate memory at fixed address or below the
specified address respectively. Make use of the interface, simplify the
memory allocation for hyperivosr when CONFIG_RELOC is enabled.

Tracked-On:#1260
Signed-off-by: Chaohong Guo <chaohong.guo@intel.com>
Reviewedd-by: Anthony Xu <Anthony.Xu@intel.com>
Acked-by: Gen Zheng <gen.zheng@intel.com>
2018-09-19 14:32:02 +08:00
..
include HV: Add acpi_fixup api to override acpi on needs 2018-09-18 13:34:47 +08:00
ld hv: build hypervisor as PIE (position-independent executable) 2018-07-11 10:25:16 +08:00
sbl HV: remove dead APIC info MACROs in bsp 2018-09-18 15:56:18 +08:00
uefi Replace __emalloc() with a call to uefi allocate_page() 2018-09-19 14:32:02 +08:00