mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-04-29 04:04:05 +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> |
||
---|---|---|
.. | ||
console.c | ||
dbg_cmd.c | ||
dump.c | ||
hypercall.c | ||
logmsg.c | ||
Makefile | ||
npk_log.c | ||
printf.c | ||
profiling.c | ||
sbuf.c | ||
shell_priv.h | ||
shell.c | ||
string.c | ||
trace.c | ||
uart16550.c |