]> git.ipfire.org Git - people/ms/u-boot.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)
commit3b73e8d067fb7cb504bed2018583980a3cd3f4bc
tree2544f15394f2d107675c06611649eb5efe8e35fd
parentf941c8d76c665045e5d645112a309d12523e19c7
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