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:
dongshen
2018-11-19 17:58:57 -08:00
committed by lijinxia
parent 664bc1bace
commit b0e1657b4f
4 changed files with 648 additions and 1 deletions

View File

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

View 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