acrn-hypervisor/hypervisor/bsp/uefi
Chaohong guo 1d15b98730 Replace the call to emalloc() to uefi pool allocation
emalloc() is called only by construct_mbi() during creating e820 mmap
layout. The switching has two benefits: first, UEFI FW might keep some
memory in pool, unlike call to emalloc(), call to allocate_pool() might
have no impact on e820 mmap; on the other hand, we can remove emalloc()
routine after this switching.

Tracked-On:#1260
Signed-off-by: Chaohong Guo <chaohong.guo@intel.com>
Reviewed-by: Anthony Xu <Anthony.Xu@intel.com>
Acked-by: Gen Zheng <gen.zheng@intel.com>
2018-09-19 14:32:02 +08:00
..
clearlinux DM/Samples: Add the boot option of "i915.enable_guc=0" to disable guc on SOS new kernel 2018-08-16 16:28:17 +08:00
efi Replace the call to emalloc() to uefi pool allocation 2018-09-19 14:32:02 +08:00
cmdline.c hv: pgtable: fix 'Use of function like macro' 2018-09-07 11:11:06 +08:00
platform_acpi_info.c HV: add Kconfig of CONSTANT_ACPI 2018-09-18 13:34:47 +08:00
uefi.c HV: remove dead APIC info MACROs in bsp 2018-09-18 15:56:18 +08:00
vm_description.c add CONFIG_VM0_DESC support 2018-07-25 17:18:14 +08:00