Files
acrn-hypervisor/hypervisor/debug
Victor Sun 8b86714af8 HV: fix uart hang issue caused by bdf overridden
On a PCI type HV uart, the bdf value is in a union together with
mmio_base_vaddr, then the value would be overridden by mmio_base_addr
in uart16550_init(), result in is_pci_dbg_uart() returns a wrong value
and then uart hang.

Tracked-On: #5288

Signed-off-by: Victor Sun <victor.sun@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2020-09-09 10:10:06 +08:00
..
2020-02-26 09:24:16 +08:00
2020-06-19 16:13:20 +08:00
2020-08-26 14:55:24 +08:00
2019-11-26 10:58:19 +08:00
2020-06-18 13:05:42 +08:00