| Commit message (Expand) | Author | Age | Files | Lines |
* | log: Allow #define LOG_DEBUG to enable logging in a file | Simon Glass | 2019-02-20 | 1 | -1/+6 |
* | log: Fix up Kconfig log level names | Simon Glass | 2019-02-20 | 1 | -1/+1 |
* | log: Check printf() arguments | Simon Glass | 2019-01-14 | 1 | -1/+2 |
* | malloc_simple: Add logging of allocations | Simon Glass | 2018-11-29 | 1 | -1/+1 |
* | Add core support for a bloblist to convey data from SPL | Simon Glass | 2018-11-26 | 1 | -0/+1 |
* | spl: Add support for logging in SPL and TPL | Simon Glass | 2018-11-26 | 1 | -2/+17 |
* | sandbox: log: Add a category for sandbox | Simon Glass | 2018-11-20 | 1 | -0/+1 |
* | log: Add comments to the rest of the log categories | Simon Glass | 2018-10-09 | 1 | -6/+6 |
* | sandbox: spi: Add more logging | Simon Glass | 2018-10-09 | 1 | -0/+1 |
* | log: Add helpers for common log levels | Simon Glass | 2018-10-09 | 1 | -0/+14 |
* | log: Correct definition of log_msg_ret() | Simon Glass | 2018-10-08 | 1 | -1/+1 |
* | log: Add a way to log a return value with a message | Simon Glass | 2018-07-09 | 1 | -0/+8 |
* | log: Fix incorect range check in log_get_cat_name() | Simon Glass | 2018-06-18 | 1 | -1/+2 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | log: fix typo LOGL_EFI | Heinrich Schuchardt | 2018-04-23 | 1 | -1/+1 |
* | log: add category LOGC_EFI | Heinrich Schuchardt | 2018-02-03 | 1 | -0/+1 |
* | log: Add a way to log error-return values | Simon Glass | 2018-02-03 | 1 | -0/+11 |
* | log: Add control over log formatting | Simon Glass | 2018-02-03 | 1 | -0/+14 |
* | log: Add functions to convert IDs to/from names | Simon Glass | 2018-02-03 | 1 | -2/+37 |
* | log: Add a test command | Simon Glass | 2017-12-07 | 1 | -0/+3 |
* | log: Add an implementation of logging | Simon Glass | 2017-12-07 | 1 | -0/+242 |
* | Move debug and logging support to a separate header | Simon Glass | 2017-12-07 | 1 | -0/+59 |