mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-21 16:57:20 +00:00
HV: modularization: add boot.c to wrap multiboot module
Add a wrapper API init_acrn_boot_info() so that it could be used to boot ACRN with any boot protocol; Another change is change term of multiboot1 to multiboot because there is no such term officially; Tracked-On: #5661 Signed-off-by: Victor Sun <victor.sun@intel.com> Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
@@ -194,6 +194,7 @@ endif
|
||||
# platform boot component
|
||||
BOOT_S_SRCS += arch/x86/boot/cpu_primary.S
|
||||
BOOT_S_SRCS += arch/x86/boot/trampoline.S
|
||||
BOOT_C_SRCS += boot/boot.c
|
||||
BOOT_C_SRCS += boot/multiboot/multiboot.c
|
||||
ifeq ($(CONFIG_MULTIBOOT2),y)
|
||||
BOOT_C_SRCS += boot/multiboot/multiboot2.c
|
||||
|
Reference in New Issue
Block a user