mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 17:27:53 +00:00
hv: don't need to save boot context
- Since de-privilege boot is removed, we no longer need to save boot context in boot time. - cpu_primary_start_64 is not an entry for ACRN hypervisor any more, and can be removed. Tracked-On: #5197 Signed-off-by: Zide Chen <zide.chen@intel.com> Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
@@ -206,7 +206,6 @@ endif
|
||||
|
||||
# platform boot component
|
||||
BOOT_S_SRCS += arch/x86/boot/cpu_primary.S
|
||||
BOOT_S_SRCS += arch/x86/boot/cpu_save_boot_ctx.S
|
||||
BOOT_S_SRCS += arch/x86/boot/trampoline.S
|
||||
BOOT_C_SRCS += boot/multiboot.c
|
||||
ifeq ($(CONFIG_MULTIBOOT2),y)
|
||||
|
Reference in New Issue
Block a user