]> git.baikalelectronics.ru Git - uboot.git/commit
log: Add a test command
authorSimon Glass <sjg@chromium.org>
Mon, 4 Dec 2017 20:48:27 +0000 (13:48 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 7 Dec 2017 20:17:00 +0000 (15:17 -0500)
commit5904f7c9e0a180d38b233e6bd6077d4041b7ec5e
treea4416fad19e06ea6d1a10a7324fe395bf8dfd61d
parentd378b643b1ff9c87d51257e8d08934e77b984c40
log: Add a test command

Add a command which exercises the logging system.

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