mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-06 08:04:55 +00:00
CPU boot binary need to reside in the memory below 1MB. UEFI firmware does provide that functionality to limit the highest physical addr of allocated memory. we just call the right UEFI API and no longer do it in EFI stub code. Tracked-On:#1260 Signed-off-by: Chaohong Guo <chaohong.guo@intel.com> Reviewed-by: Jason Chen <jason.cj.chen@intel.com> Acked-by: Gen Zheng <gen.zheng@intel.com> Reviewed-by: Anthony Xu <Anthony.Xu@intel.com>