mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-01 00:47:23 +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:
@@ -226,15 +226,16 @@ C_SRCS += dm/vpci/msi.c
|
||||
C_SRCS += dm/vpci/msix.c
|
||||
endif
|
||||
|
||||
C_SRCS += bsp/firmware_wrapper.c
|
||||
C_SRCS += bsp/firmware_sbl.c
|
||||
C_SRCS += bsp/firmware_uefi.c
|
||||
C_SRCS += bsp/cmdline.c
|
||||
C_SRCS += bsp/const_dmar.c
|
||||
|
||||
ifeq ($(CONFIG_PLATFORM_UEFI),y)
|
||||
INCLUDE_PATH += bsp/include/uefi
|
||||
C_SRCS += bsp/uefi/uefi.c
|
||||
C_SRCS += bsp/uefi/cmdline.c
|
||||
C_SRCS += boot/uefi/uefi_boot.c
|
||||
else
|
||||
ifeq ($(CONFIG_PLATFORM_SBL),y)
|
||||
C_SRCS += bsp/sbl/sbl.c
|
||||
C_SRCS += bsp/sbl/const_dmar.c
|
||||
C_SRCS += boot/sbl/multiboot.c
|
||||
C_SRCS += boot/sbl/sbl_seed_parse.c
|
||||
C_SRCS += boot/sbl/abl_seed_parse.c
|
||||
|
Reference in New Issue
Block a user