mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-04 21:29:43 +00:00
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> |
||
---|---|---|
.. | ||
clearlinux | ||
efi | ||
cmdline.c | ||
platform_acpi_info.c | ||
uefi.c | ||
vm_description.c |