mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-01 08:56:55 +00:00
HV: move e820 entry out of vm description
move e820_default_entries[] from vm_description.c to ve820.c and rename to ve820_entry[] as a temparary solution for partiton mode e820 management; Tracked-On: #2291 Signed-off-by: Victor Sun <victor.sun@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -145,6 +145,7 @@ ifeq ($(CONFIG_SHARING_MODE),y)
|
||||
C_SRCS += arch/x86/configs/sharing_config.c
|
||||
else ifeq ($(CONFIG_PARTITION_MODE),y)
|
||||
C_SRCS += arch/x86/configs/partition_config.c
|
||||
C_SRCS += arch/x86/configs/$(CONFIG_BOARD)/ve820.c
|
||||
endif
|
||||
|
||||
C_SRCS += boot/acpi.c
|
||||
|
Reference in New Issue
Block a user