]> git.ipfire.org Git - people/ms/u-boot.git/commit - MAINTAINERS
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)
commitef11ed8239bf02b347e7fb9fc6d980aec0c7810a
treea4416fad19e06ea6d1a10a7324fe395bf8dfd61d
parentd5f61f272d5b7b86bf6321512ba6326c7c075e72
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]