mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-11-14 10:31:59 +00:00
This patch adds the basic logics to bring up all APs in the C entry of BSP boot. The mapping between logcial CPU IDs and physical hart IDs is setup based on the pre-generated data from config tool by parsing the device tree. Logical CPU ID BSP_CPU_ID will always map to the BSP hart ID. The per pCPU logic ID is saved in tp register. Tracked-On: #8791 Signed-off-by: Jian Jun Chen <jian.jun.chen@intel.com> Acked-by: Wang, Yu1 <yu1.wang@intel.com>