mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-06 08:04:55 +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:
@@ -25,6 +25,7 @@
|
||||
#include <ld_sym.h>
|
||||
#include <logmsg.h>
|
||||
#include <cat.h>
|
||||
#include <firmware.h>
|
||||
|
||||
struct per_cpu_region per_cpu_data[CONFIG_MAX_PCPU_NUM] __aligned(PAGE_SIZE);
|
||||
static uint16_t phys_cpu_num = 0U;
|
||||
@@ -112,6 +113,8 @@ void init_cpu_pre(uint16_t pcpu_id_args)
|
||||
*/
|
||||
init_cpu_capabilities();
|
||||
|
||||
init_firmware_operations();
|
||||
|
||||
init_cpu_model_name();
|
||||
|
||||
load_cpu_state_data();
|
||||
|
||||
Reference in New Issue
Block a user