HV: add Kconfig of CONSTANT_ACPI

If CONFIG_CONSTANT_ACPI is true, then the value in host_acpi_info structure
is constant. Otherwise the host_acpi_info value could be overrided.

This is useful when platform ACPI table value is not fixed in Bootloader
before production.

In production release, this config should be set to yes.

Tracked-On: #1264

Signed-off-by: Victor Sun <victor.sun@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Victor Sun
2018-09-13 16:17:38 +08:00
committed by lijinxia
parent eb8c4fb0d5
commit a1e9fdc7f9
4 changed files with 50 additions and 14 deletions

View File

@@ -116,6 +116,10 @@ config RAM_SIZE
hex "Size of the RAM region assigned to the hypervisor"
default 0x02000000
config CONSTANT_ACPI
bool "The platform ACPI info is constant"
default n
config DMAR_PARSE_ENABLED
bool
default n if PLATFORM_SBL