]> git.ipfire.org Git - people/ms/u-boot.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)
commitc6d47535dfb6636ae5244958a2a9e043bb7646ae
treef3dc95306afb0214b4ac62b0ad6deef3882cc946
parente9c8d49d54cbbc7b219a1637d2994de7448b767d
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]