[U-Boot] [PATCH 3/9] log: Add control over log formatting

Simon Glass sjg at chromium.org
Fri Jan 26 21:42:45 UTC 2018


On 28 December 2017 at 13:14, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> ---
>
>  common/log.c                      |  1 +
>  include/asm-generic/global_data.h |  1 +
>  include/log.h                     | 14 ++++++++++++++
>  3 files changed, 16 insertions(+)

Applied to u-boot-dm.


More information about the U-Boot mailing list