mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-30 04:55:21 +00:00
different serial devices could be used on different boards. "vuart=ttySn@irqN" is used to avoid vuart's irq conflict with SOS passthrough devices. on UEFI platform, if ttyS1 used for debug uart, and its IRQ on native OS is 5, you'd better set "vuart=ttyS1@irq5"; also for its SOS bootargs in acrn.conf, you need set "console=ttyS1" to match its vuart setting. Tracked-On: #2170 Signed-off-by: Minggui Cao <minggui.cao@intel.com>