HV: set default MCFG base for generic board

On most board the MCFG base is set to 0xe0000000, so modify this value in
platform_acpi_info.h for generic boards;

The description of ACPI_PARSE_ENABLED is modified also to match its usage.

Tracked-On: #4157

Signed-off-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
Victor Sun
2020-04-17 10:04:13 +08:00
committed by wenlingz
parent 6aeadb9cbb
commit fe6407155f
2 changed files with 9 additions and 6 deletions

View File

@@ -229,7 +229,10 @@ config ACPI_PARSE_ENABLED
bool "Enable ACPI runtime parsing"
default y
help
Whether to parse the ACPI tables at runtime.
Platform specific ACPI info may be retrieved thru boot-time parse
of ACPI table, or thru parse of off-line tool. This option enables
the boot-time parse of ACPI table, and overwrite the information
from off-line tool.
config HYPERV_ENABLED
bool "Enable Hyper-V enlightenment"