acrn-hypervisor/hypervisor/boot
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
..
guest hv: rename BOOT_CPU_ID to BSP_CPU_ID 2020-02-25 09:08:14 +08:00
include HV: remove DBG_LEVEL_PARSE 2020-02-26 09:24:16 +08:00
acpi_base.c HV: search rsdp from e820 acpi reclaim region 2019-12-25 13:50:11 +08:00
cmdline.c HV: remove DBG_LEVEL_PARSE 2020-02-26 09:24:16 +08:00
reloc.c acrnboot: correct the calculation of the end boundry of _DYNAMIC region 2019-12-11 09:31:24 +08:00