acrn-hypervisor/hypervisor/arch/x86/configs
Minggui Cao 3dadb62d0f HV: fix bug change default vuart IRQ for UP2 board
now UP2 board use ttyS1 as debug uart in HV, and vuart ttyS0 in
SOS kernel (acrn.conf default configure), its default IRQ is 4,
but SOS kernel will also assign IRQ4 to its ttyS1, they're sharing
one IRQ, and it can cause SOS boot hung issue, for HV not support
sharing IRQ now.

some boards use ttyS0 as debug uart, it has not this issue; for that
board, SOS will assign IRQ5 to its ttyS1, no sharing IRQ.

change it to IRQ6 to avoid the issue.

Tracked-On: #2030
Signed-off-by: Minggui Cao <minggui.cao@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2018-12-17 11:08:56 +08:00
..
apl-mrb.config HV: replace serial PCI MMIO base with BDF config 2018-12-03 13:20:35 +08:00
apl-nuc.config kconfig: support board-specific defconfig 2018-10-30 10:49:12 +08:00
cb2_dnv.config HV: replace serial PCI MMIO base with BDF config 2018-12-03 13:20:35 +08:00
nuc6cayh.config Makefile: separate PLATFORM into BOARD+FIRMWARE 2018-12-12 13:23:28 +08:00
up2.config HV: fix bug change default vuart IRQ for UP2 board 2018-12-17 11:08:56 +08:00