]> git.baikalelectronics.ru Git - uboot.git/commit
log: Add control over log formatting
authorSimon Glass <sjg@chromium.org>
Thu, 28 Dec 2017 20:14:17 +0000 (13:14 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 3 Feb 2018 17:09:27 +0000 (10:09 -0700)
commitf080f4cee3739f689cdac6f854148c1305de9506
tree2544f15394f2d107675c06611649eb5efe8e35fd
parentba99dfd9e11d32991fb06badacd70b0dd371e4c4
log: Add control over log formatting

It is useful to be able to control the output format of log records on the
console. As a starting point, add definitions for controlling which
elements of the log record are displayed. Use function and message as the
default, since these are the most useful fields.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/log.c
include/asm-generic/global_data.h
include/log.h