acrn-hypervisor/hypervisor/debug
Victor Sun 708cae7c88 HV: remove DBG_LEVEL_PARSE
- It is meaningless to enable debug function in parse_hv_cmdline() because
the function run in very eary stage and uart has not been initialized at
that time, so remove this debug level definition;

- Rewrite parse_hv_cmdline() function to make it compliant with MISRA-C;

- Decouple uart16550 stuff from Init.c module and let console.c handle it;

Tracked-On: #4419

Signed-off-by: Victor Sun <victor.sun@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2020-02-26 09:24:16 +08:00
..
Makefile hv:fix a bug for building debug/release lib 2019-06-26 15:22:57 +08:00
console.c HV: remove DBG_LEVEL_PARSE 2020-02-26 09:24:16 +08:00
dbg_cmd.c hv:fix "no prototype for non-static function" 2019-07-09 10:36:03 +08:00
dump.c hv:remove show_guest_call_trace 2019-11-26 10:58:19 +08:00
hypercall.c hv:refine 'uint64_t' string print format in comm moudle 2019-11-09 11:42:38 +08:00
logmsg.c hv: print current sched_object in acrn logmsg 2019-12-05 11:19:35 +08:00
npk_log.c hv: refine 'uint64_t' string print format in debug moudle 2019-11-09 11:42:38 +08:00
printf.c hv:cleanup header files for debug folder 2019-02-27 11:12:48 +08:00
profiling.c hv: rename BOOT_CPU_ID to BSP_CPU_ID 2020-02-25 09:08:14 +08:00
sbuf.c HV: fix sbuf "Casting operation to a pointer" 2019-07-11 13:57:21 +08:00
shell.c hv: rename BOOT_CPU_ID to BSP_CPU_ID 2020-02-25 09:08:14 +08:00
shell_priv.h hv:add dump_guest_mem 2019-11-26 10:58:19 +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 acrn: rename param in uart16550_init 2020-02-10 11:49:34 +08:00