summaryrefslogtreecommitdiff
path: root/include/log.h
AgeCommit message (Expand)AuthorFilesLines
2021-06-08log: Convert log values to printf() if not enabledSimon Glass1-19/+15
2021-06-08log: Add support for logging a bufferSimon Glass1-0/+35
2021-04-06log: Fix up debug_cond() when LOG is enabledSimon Glass1-4/+7
2021-03-13log: Add return-checking macros for 0 being successSimon Glass1-0/+20
2021-03-13log: Handle line continuationSimon Glass1-0/+2
2021-03-13log: Set up a flag byte for log recordsSimon Glass1-4/+10
2021-01-17log: provide missing macrosHeinrich Schuchardt1-0/+8
2021-01-17log: make debug_cond() function likeHeinrich Schuchardt1-9/+8
2020-12-03log: typos in include/log.hHeinrich Schuchardt1-4/+4
2020-12-03log: 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-10log: don't show function by defaultHeinrich Schuchardt1-1/+17
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-2/+4
2020-05-19common: 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-08log: Include missing header for log.hSean Anderson1-0/+1
2020-01-08dm: devres: Convert to use loggingSimon Glass1-0/+1
2020-01-08common: 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-15log: 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-21sandbox: 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