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:
Victor Sun
2019-01-31 13:35:51 +08:00
committed by Eddie Dong
parent ce19dd423e
commit 11bfe3d43e
7 changed files with 85 additions and 68 deletions

View File

@@ -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