aboutsummaryrefslogtreecommitdiff
path: root/include/log.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-02log: typos in include/log.hHeinrich Schuchardt1-4/+4
2020-12-02log: Fix comment for LOGC_BOOTSimon Glass1-2/+2
2020-11-06x86: zimage: Add a little more loggingSimon Glass1-0/+1
2020-10-30doc: Add log kerneldocs to documentationSean Anderson1-55/+95
2020-10-30cmd: log: Add commands to list categories and driversSean Anderson1-2/+3
2020-10-30log: Add filter flag to match greater than a log levelSean Anderson1-4/+6
2020-10-30log: Add filter flag to deny on matchSean Anderson1-1/+10
2020-10-30log: Add function to create a filter with flagsSean Anderson1-2/+27
2020-10-30log: Expose some helper functionsSean Anderson1-0/+31
2020-10-30log: Fix incorrect documentation of log_filter.cat_listSean Anderson1-2/+2
2020-10-27log: allow for message continuationHeinrich Schuchardt1-0/+2
2020-10-22log: Add missing category namesSimon Glass1-1/+3
2020-10-10log: Add a way to enable/disable a log deviceSimon Glass1-0/+17
2020-10-10log: Add a flag to enable log driversSimon Glass1-1/+10
2020-10-10log: Allow LOG_DEBUG to always enable log outputSimon Glass1-4/+14
2020-07-09log: don't show function by defaultHeinrich Schuchardt1-1/+17
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-2/+4
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-04-16Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini1-5/+5
2020-04-16log: output for CONFIG_LOG=nHeinrich Schuchardt1-5/+5
2020-04-16dm: core: Add basic ACPI supportSimon Glass1-0/+2
2020-01-07log: Include missing header for log.hSean Anderson1-0/+1
2020-01-07dm: devres: Convert to use loggingSimon Glass1-0/+1
2020-01-07common: Add a noisy assert()Simon Glass1-0/+14
2019-10-08log: Add log_nop() to avoid unused-variable warningsSimon Glass1-7/+26
2019-08-07log: document the assign() macroHeinrich Schuchardt1-0/+12
2019-02-20log: Allow #define LOG_DEBUG to enable logging in a fileSimon Glass1-1/+6
2019-02-20log: Fix up Kconfig log level namesSimon Glass1-1/+1
2019-01-14log: Check printf() argumentsSimon Glass1-1/+2
2018-11-29malloc_simple: Add logging of allocationsSimon Glass1-1/+1
2018-11-26Add core support for a bloblist to convey data from SPLSimon Glass1-0/+1
2018-11-26spl: Add support for logging in SPL and TPLSimon Glass1-2/+17
2018-11-20sandbox: log: Add a category for sandboxSimon Glass1-0/+1
2018-10-09log: Add comments to the rest of the log categoriesSimon Glass1-6/+6
2018-10-09sandbox: spi: Add more loggingSimon Glass1-0/+1
2018-10-09log: Add helpers for common log levelsSimon Glass1-0/+14
2018-10-08log: Correct definition of log_msg_ret()Simon Glass1-1/+1
2018-07-09log: Add a way to log a return value with a messageSimon Glass1-0/+8
2018-06-18log: Fix incorect range check in log_get_cat_name()Simon Glass1-1/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-23log: fix typo LOGL_EFIHeinrich Schuchardt1-1/+1
2018-02-03log: add category LOGC_EFIHeinrich Schuchardt1-0/+1
2018-02-03log: Add a way to log error-return valuesSimon Glass1-0/+11
2018-02-03log: Add control over log formattingSimon Glass1-0/+14
2018-02-03log: Add functions to convert IDs to/from namesSimon Glass1-2/+37
2017-12-07log: Add a test commandSimon Glass1-0/+3
2017-12-07log: Add an implementation of loggingSimon Glass1-0/+242
2017-12-07Move debug and logging support to a separate headerSimon Glass1-0/+59