From e56a6b588a4eb07fc336902c8c369c6bc21bab6e Mon Sep 17 00:00:00 2001 From: dongshen Date: Thu, 15 Nov 2018 11:16:13 -0800 Subject: [PATCH] HV: For MRB, use 0x3E8/IRQ6 as the vuart port base address/IRQ. Tracked-On: #1817 Change-Id: Ib2e375a1e23eff1f1326728a023147db48fe4d5c Signed-off-by: dongshen --- hypervisor/arch/x86/configs/apl-mrb.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hypervisor/arch/x86/configs/apl-mrb.config b/hypervisor/arch/x86/configs/apl-mrb.config index 67a59849a..5e87dc17f 100644 --- a/hypervisor/arch/x86/configs/apl-mrb.config +++ b/hypervisor/arch/x86/configs/apl-mrb.config @@ -1,3 +1,5 @@ CONFIG_BOARD="apl-mrb" # CONFIG_PLATFORM_UEFI is not set CONFIG_PLATFORM_SBL=y +CONFIG_COM_BASE=0x3e8 +CONFIG_COM_IRQ=6