mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-21 16:57:20 +00:00
HV: Adding partition mode support for cb2_dnv
Adding partition mode support for cb2_dnv. Tracked-On: #1853 Signed-off-by: dongshen <dongsheng.x.zhang@intel.com>
This commit is contained in:
@@ -300,7 +300,7 @@ config CONSTANT_ACPI
|
||||
built-in tables after parsing the real ACPI tables at runtime.
|
||||
|
||||
config DMAR_PARSE_ENABLED
|
||||
bool
|
||||
bool "Enable DMAR parsing"
|
||||
default n if PLATFORM_SBL
|
||||
default y if PLATFORM_UEFI
|
||||
help
|
||||
|
7
hypervisor/arch/x86/configs/cb2_dnv.config
Normal file
7
hypervisor/arch/x86/configs/cb2_dnv.config
Normal file
@@ -0,0 +1,7 @@
|
||||
CONFIG_BOARD="cb2_dnv"
|
||||
CONFIG_PLATFORM_SBL=y
|
||||
CONFIG_PARTITION_MODE=y
|
||||
CONFIG_SERIAL_PIO=y
|
||||
CONFIG_SERIAL_PIO_BASE=0x1000
|
||||
CONFIG_DMAR_PARSE_ENABLED=y
|
||||
|
Reference in New Issue
Block a user