summaryrefslogtreecommitdiffstats
path: root/common/log_console.c
Commit message (Collapse)AuthorAgeFilesLines
* log: Update log_console to honour the log formatSimon Glass2018-02-031-1/+26
| | | | | | | At present this just outputs the message. Update it to output whatever the format requests. Signed-off-by: Simon Glass <sjg@chromium.org>
* log: Add a console driverSimon Glass2017-12-071-0/+23
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>