acrn-hypervisor/hypervisor/debug
Geoffroy Van Cutsem 26dc54ce37 HV: allow disabling serial port via Kconfig
This patch allows to disable the serial port directly from Kconfig. This used
to only be possible from the command-line (by passing "uart=disabled"). To
disable the serial port via Kconfig, simply unselect the "Serial IO type"
option.

The default options do not seem to have any effect anymore (and were confusing
anyway) so they are removed and the serial port is enabled for various platforms
in their corresponding *.config file.

Tracked-On: #1481
Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
2018-11-30 15:00:05 +08:00
..
Makefile hv: enhance Makefile to compile debug/release into 2 libraries 2018-11-23 08:47:34 +08:00
console.c hv: clean up function definitions in console.h 2018-11-28 14:57:49 +08:00
dump.c hv: clean up function definitions in dump.h 2018-11-28 14:57:49 +08:00
hypercall.c hv: hypercall: clean up HV_DEBUG usage 2018-11-20 10:01:50 +08:00
logmsg.c debug: rename struct logmsg to struct acrn_logmsg_ctl 2018-11-27 09:32:27 +08:00
npk_log.c hv: clean up function definitions in npk_log.h 2018-11-28 14:57:49 +08:00
printf.c fix "Casting operation to a pointer" 2018-11-06 13:37:33 +08:00
profiling.c hv: add brackets to make operator expression more readable 2018-11-29 11:10:22 +08:00
sbuf.c hv:Replace dynamic memory with static for sbuf 2018-11-01 11:21:49 +08:00
shell.c hv:Rename ptdev to ptirq for some variables and structures 2018-11-30 13:27:49 +08:00
shell_priv.h debug: Remove early logbuf support 2018-11-27 09:32:27 +08:00
trace.c hv: clean up function definitions in trace.h 2018-11-28 14:57:49 +08:00
uart16550.c HV: allow disabling serial port via Kconfig 2018-11-30 15:00:05 +08:00
uart16550.h hv: fix integer violations 2018-11-02 11:05:32 +08:00
vuart.c HV: Add vuart port base address/IRQ Kconfig options 2018-11-16 10:24:48 +08:00