]> git.ipfire.org Git - thirdparty/u-boot.git/commit - include/log.h
log: Add support for logging a buffer
authorSimon Glass <sjg@chromium.org>
Sat, 8 May 2021 13:00:06 +0000 (07:00 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 8 Jun 2021 15:39:09 +0000 (11:39 -0400)
commit58b4b7133aba6fbb2409a975478157f9277c2e91
tree134665e40bcbbfd82b1e42729c11f00de345390d
parent0cceb99ac59b1d383488ea3ce6511ffc01da5332
log: Add support for logging a buffer

The print_buffer() function is very useful for debugging. Add a version
of this in the log system also.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/log.c
include/log.h
test/log/log_test.c