mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-31 07:20:55 +00:00
config: enable parsing dmar table dynamically on UP2
We need to parse dmar table on UP2+SBL, otherwise all the interrupts from IOAPIC don't work. Tracked-On: #2572 Signed-off-by: Tw <wei.tan@intel.com> Reviewed-by: Binbin Wu <binbin.wu@intel.com>
This commit is contained in:
parent
8e8ed07dd7
commit
5300e91188
@ -3,3 +3,4 @@ CONFIG_BOARD="UP2"
|
||||
CONFIG_SERIAL_PCI=y
|
||||
CONFIG_SERIAL_PCI_BDF="0:18.0"
|
||||
CONFIG_COM_IRQ=6
|
||||
CONFIG_DMAR_PARSE_ENABLED=y
|
||||
|
Loading…
Reference in New Issue
Block a user