Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-07 | log: Add a test command | Simon Glass | |
Add a command which exercises the logging system. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2017-12-07 | log: Add an implementation of logging | Simon Glass | |
Add the logging header file and implementation with some configuration options to control it. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2017-12-07 | Move debug and logging support to a separate header | Simon Glass | |
Before adding new features, move these definitions to a separate header to avoid further cluttering common.h. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> |