From 5300e911882cab15016f007539416a0707140168 Mon Sep 17 00:00:00 2001 From: Tw Date: Thu, 21 Feb 2019 11:38:23 +0800 Subject: [PATCH] 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 Reviewed-by: Binbin Wu --- hypervisor/arch/x86/configs/up2.config | 1 + 1 file changed, 1 insertion(+) diff --git a/hypervisor/arch/x86/configs/up2.config b/hypervisor/arch/x86/configs/up2.config index 8c6c001af..0025c0ab1 100644 --- a/hypervisor/arch/x86/configs/up2.config +++ b/hypervisor/arch/x86/configs/up2.config @@ -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