acrn-hypervisor/hypervisor/debug
Mingqiang Chi 93ed0371a0 hv:cleanup console/uart code
-- Check uart enabled flag, it will return if the flag is false.
-- Add function declaration (uart16550_set_property) in console.h
-- Remove unnecessary function declaration(get_serial_handle)
-- Change uart_enabled and port_mapped to bool
-- Fix MISRA-C integer violations

Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-08-02 11:25:40 +08:00
..
console.c hv:cleanup console/uart code 2018-08-02 11:25:40 +08:00
dump.c HV: Rename functions beginning with "_" 2018-07-30 10:11:54 +08:00
logmsg.c HV:fix rest integer violations 2018-08-02 09:51:58 +08:00
printf.c HV:fix rest integer violations 2018-08-02 09:51:58 +08:00
sbuf.c HV:fix rest integer violations 2018-08-02 09:51:58 +08:00
shell_internal.h HV: Refine hypervisor shell commands 2018-08-02 11:21:16 +08:00
shell.c HV: Refine hypervisor shell commands 2018-08-02 11:21:16 +08:00
uart16550.c hv:cleanup console/uart code 2018-08-02 11:25:40 +08:00
uart16550.h hv:cleanup console/uart code 2018-08-02 11:25:40 +08:00
vuart.c hv:cleanup console/uart code 2018-08-02 11:25:40 +08:00