acrn-hypervisor/hypervisor/debug
Li, Fei1 18ecdc123a hv: uart: make uart base address more readable
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>
2019-07-24 16:11:38 +08:00
..
console.c HV: fix violations touched type conversion 2019-07-11 09:16:09 +08:00
dbg_cmd.c hv:fix "no prototype for non-static function" 2019-07-09 10:36:03 +08:00
dump.c hv:fix "no prototype for non-static function" 2019-07-09 10:36:03 +08:00
hypercall.c hv:fix "no prototype for non-static function" 2019-07-09 10:36:03 +08:00
logmsg.c HV: fix sbuf "Casting operation to a pointer" 2019-07-11 13:57:21 +08:00
Makefile hv:fix a bug for building debug/release lib 2019-06-26 15:22:57 +08:00
npk_log.c hv:fix "no prototype for non-static function" 2019-07-09 10:36:03 +08:00
printf.c hv:cleanup header files for debug folder 2019-02-27 11:12:48 +08:00
profiling.c HV: fix sbuf "Casting operation to a pointer" 2019-07-11 13:57:21 +08:00
sbuf.c HV: fix sbuf "Casting operation to a pointer" 2019-07-11 13:57:21 +08:00
shell_priv.h HV: Debug: Add version command 2019-06-24 18:52:18 +08:00
shell.c HV: fix violations touched type conversion 2019-07-11 09:16:09 +08:00
string.c hv:cleanup header files for debug folder 2019-02-27 11:12:48 +08:00
trace.c HV: fix sbuf "Casting operation to a pointer" 2019-07-11 13:57:21 +08:00
uart16550.c hv: uart: make uart base address more readable 2019-07-24 16:11:38 +08:00