mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-29 04:25:57 +00:00
Now if the uart is mapped to a PIO address space, the uart base address is a physical PIO address; if it's mapped to a MMIO address space, the uart base address is a virtual MMIO address. Add union uart_addr structure to imply this. And define a console_uart structure to add all uart related fields into this structure. Tracked-On: #2987 Signed-off-by: Li, Fei1 <fei1.li@intel.com>