mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 09:17:58 +00:00
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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user