]> git.baikalelectronics.ru Git - uboot.git/commit
log: Add an implementation of logging
authorSimon Glass <sjg@chromium.org>
Mon, 4 Dec 2017 20:48:24 +0000 (13:48 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 7 Dec 2017 20:17:00 +0000 (15:17 -0500)
commit2510d8643771b38a5bbf9f4fce5535d8ce1148ff
treead254b7403ca0294045c671ee18d4286b4aac991
parent2dc4410fd721570a4c496e1d3e8251ec8a21210d
log: Add an implementation of logging

Add the logging header file and implementation with some configuration
options to control it.

Signed-off-by: Simon Glass <sjg@chromium.org>
MAINTAINERS
common/Kconfig
common/Makefile
common/log.c [new file with mode: 0644]
include/asm-generic/global_data.h
include/log.h