]> git.baikalelectronics.ru Git - uboot.git/commit
log: Add a console driver
authorSimon Glass <sjg@chromium.org>
Mon, 4 Dec 2017 20:48:25 +0000 (13:48 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 7 Dec 2017 20:17:00 +0000 (15:17 -0500)
commitfe39613c40fa062fa818cd89e0f4ade386ed8bcf
treef3dc95306afb0214b4ac62b0ad6deef3882cc946
parent2510d8643771b38a5bbf9f4fce5535d8ce1148ff
log: Add a console driver

It is useful to display log messages on the console. Add a simple driver
to handle this.

Note that this driver outputs to the console, which may be serial or
video. It does not specifically select serial output.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
common/Kconfig
common/Makefile
common/log_console.c [new file with mode: 0644]