mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-04 23:24:56 +00:00
hv: merge SBL and UEFI related stuff under bsp
This patch unifies the bsp interface between UEFI and SBL. Tracked-On: #2708 Signed-off-by: Tw <wei.tan@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -62,8 +62,8 @@ static void enter_guest_mode(uint16_t pcpu_id)
|
||||
|
||||
static void init_primary_cpu_post(void)
|
||||
{
|
||||
/* Perform any necessary BSP initialization */
|
||||
init_bsp();
|
||||
/* Perform any necessary firmware initialization */
|
||||
init_firmware();
|
||||
|
||||
init_debug_pre();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user