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