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>
This commit is contained in:
Minggui Cao 2018-12-12 18:47:46 +08:00 committed by wenlingz
parent a3d2a7e726
commit 3dadb62d0f

View File

@ -2,3 +2,4 @@
CONFIG_BOARD="UP2" CONFIG_BOARD="UP2"
CONFIG_SERIAL_PCI=y CONFIG_SERIAL_PCI=y
CONFIG_SERIAL_PCI_BDF=0x00C1 CONFIG_SERIAL_PCI_BDF=0x00C1
CONFIG_COM_IRQ=6