| Commit message (Expand) | Author | Age | Files | Lines |
* | log: Convert log values to printf() if not enabled | Simon Glass | 2021-06-08 | 1 | -19/+15 |
* | log: Add support for logging a buffer | Simon Glass | 2021-06-08 | 1 | -0/+35 |
* | log: Fix up debug_cond() when LOG is enabled | Simon Glass | 2021-04-06 | 1 | -4/+7 |
* | log: Add return-checking macros for 0 being success | Simon Glass | 2021-03-12 | 1 | -0/+20 |
* | log: Handle line continuation | Simon Glass | 2021-03-12 | 1 | -0/+2 |
* | log: Set up a flag byte for log records | Simon Glass | 2021-03-12 | 1 | -4/+10 |
* | log: provide missing macros | Heinrich Schuchardt | 2021-01-16 | 1 | -0/+8 |
* | log: make debug_cond() function like | Heinrich Schuchardt | 2021-01-16 | 1 | -9/+8 |
* | log: typos in include/log.h | Heinrich Schuchardt | 2020-12-02 | 1 | -4/+4 |
* | log: Fix comment for LOGC_BOOT | Simon Glass | 2020-12-02 | 1 | -2/+2 |
* | x86: zimage: Add a little more logging | Simon Glass | 2020-11-06 | 1 | -0/+1 |
* | doc: Add log kerneldocs to documentation | Sean Anderson | 2020-10-30 | 1 | -55/+95 |
* | cmd: log: Add commands to list categories and drivers | Sean Anderson | 2020-10-30 | 1 | -2/+3 |
* | log: Add filter flag to match greater than a log level | Sean Anderson | 2020-10-30 | 1 | -4/+6 |
* | log: Add filter flag to deny on match | Sean Anderson | 2020-10-30 | 1 | -1/+10 |
* | log: Add function to create a filter with flags | Sean Anderson | 2020-10-30 | 1 | -2/+27 |
* | log: Expose some helper functions | Sean Anderson | 2020-10-30 | 1 | -0/+31 |
* | log: Fix incorrect documentation of log_filter.cat_list | Sean Anderson | 2020-10-30 | 1 | -2/+2 |
* | log: allow for message continuation | Heinrich Schuchardt | 2020-10-27 | 1 | -0/+2 |
* | log: Add missing category names | Simon Glass | 2020-10-22 | 1 | -1/+3 |
* | log: Add a way to enable/disable a log device | Simon Glass | 2020-10-10 | 1 | -0/+17 |
* | log: Add a flag to enable log drivers | Simon Glass | 2020-10-10 | 1 | -1/+10 |
* | log: Allow LOG_DEBUG to always enable log output | Simon Glass | 2020-10-10 | 1 | -4/+14 |
* | log: don't show function by default | Heinrich Schuchardt | 2020-07-09 | 1 | -1/+17 |
* | command: Remove the cmd_tbl_t typedef | Simon Glass | 2020-05-18 | 1 | -2/+4 |
* | common: Drop net.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm | Tom Rini | 2020-04-16 | 1 | -5/+5 |
|\ |
|
| * | log: output for CONFIG_LOG=n | Heinrich Schuchardt | 2020-04-16 | 1 | -5/+5 |
* | | dm: core: Add basic ACPI support | Simon Glass | 2020-04-16 | 1 | -0/+2 |
|/ |
|
* | log: Include missing header for log.h | Sean Anderson | 2020-01-07 | 1 | -0/+1 |
* | dm: devres: Convert to use logging | Simon Glass | 2020-01-07 | 1 | -0/+1 |
* | common: Add a noisy assert() | Simon Glass | 2020-01-07 | 1 | -0/+14 |
* | log: Add log_nop() to avoid unused-variable warnings | Simon Glass | 2019-10-08 | 1 | -7/+26 |
* | log: document the assign() macro | Heinrich Schuchardt | 2019-08-07 | 1 | -0/+12 |
* | 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 |