summaryrefslogtreecommitdiff
path: root/common/log.c
AgeCommit message (Expand)Author
2022-08-10common: Drop display_options.h from common headerSimon Glass
2022-03-10event: Add basic support for eventsSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-06-08log: Add support for logging a bufferSimon Glass
2021-03-12log: Handle line continuationSimon Glass
2021-03-12log: Set up a flag byte for log recordsSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-15log: call vsnprintf only when it is needed to emit tracePatrick Delaunay
2021-01-15log: use console puts to output trace before LOG initPatrick Delaunay
2021-01-15log: don't build the trace buffer when log is not readyPatrick Delaunay
2020-11-06x86: zimage: Add a little more loggingSimon Glass
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: Add additional const qualifier to arraysSean Anderson
2020-10-30log: Fix missing negation of ENOMEMSean Anderson
2020-10-27log: correct and check array size of log categoriesHeinrich Schuchardt
2020-10-27log: allow for message continuationHeinrich Schuchardt
2020-10-27log: move processing_msg to global dataHeinrich 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-09-22log: mute messages generated by log driversHeinrich Schuchardt
2020-07-09log: don't show function by defaultHeinrich Schuchardt
2020-07-09log: uclass_get_name() depends on CONFIG_SPL_DMHeinrich Schuchardt
2020-04-26log: remove useless castHeinrich Schuchardt
2019-02-20log: Add a Kconfig option to set the default log levelSimon Glass
2018-10-09sandbox: Add a flag to set the default log levelSimon 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-10log: Correct missing free() on error in log_add_filter()Simon Glass
2018-02-03log: add category LOGC_EFIHeinrich Schuchardt
2018-02-03log: Add control over log formattingSimon Glass
2018-02-03log: Add functions to convert IDs to/from namesSimon Glass
2017-12-07log: Plumb logging into the init sequenceSimon Glass
2017-12-07log: Add an implementation of loggingSimon Glass