summaryrefslogtreecommitdiff
path: root/common/log.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-08log: Add support for logging a bufferSimon Glass1-0/+30
2021-03-13log: Handle line continuationSimon Glass1-1/+6
2021-03-13log: Set up a flag byte for log recordsSimon Glass1-3/+6
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-15log: call vsnprintf only when it is needed to emit tracePatrick Delaunay1-7/+13
2021-01-15log: use console puts to output trace before LOG initPatrick Delaunay1-0/+9
2021-01-15log: don't build the trace buffer when log is not readyPatrick Delaunay1-5/+8
2020-11-06x86: zimage: Add a little more loggingSimon Glass1-0/+1
2020-10-30log: Add filter flag to match greater than a log levelSean Anderson1-3/+9
2020-10-30log: Add filter flag to deny on matchSean Anderson1-2/+10
2020-10-30log: Add function to create a filter with flagsSean Anderson1-2/+4
2020-10-30log: Expose some helper functionsSean Anderson1-20/+3
2020-10-30log: Add additional const qualifier to arraysSean Anderson1-2/+2
2020-10-30log: Fix missing negation of ENOMEMSean Anderson1-1/+1
2020-10-28log: correct and check array size of log categoriesHeinrich Schuchardt1-2/+8
2020-10-27log: allow for message continuationHeinrich Schuchardt1-5/+18
2020-10-27log: move processing_msg to global dataHeinrich Schuchardt1-4/+3
2020-10-22log: Add missing category namesSimon Glass1-0/+5
2020-10-10log: Add a way to enable/disable a log deviceSimon Glass1-0/+38
2020-10-10log: Add a flag to enable log driversSimon Glass1-1/+3
2020-10-10log: Allow LOG_DEBUG to always enable log outputSimon Glass1-1/+5
2020-09-22log: mute messages generated by log driversHeinrich Schuchardt1-1/+12
2020-07-10log: don't show function by defaultHeinrich Schuchardt1-1/+1
2020-07-10log: uclass_get_name() depends on CONFIG_SPL_DMHeinrich Schuchardt1-0/+4
2020-04-26log: remove useless castHeinrich Schuchardt1-1/+1
2019-02-20log: Add a Kconfig option to set the default log levelSimon Glass1-1/+1
2018-10-09sandbox: Add a flag to set the default log levelSimon Glass1-1/+2
2018-06-18log: Fix incorect range check in log_get_cat_name()Simon Glass1-3/+7
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-10log: Correct missing free() on error in log_add_filter()Simon Glass1-6/+11
2018-02-03log: add category LOGC_EFIHeinrich Schuchardt1-0/+1
2018-02-03log: Add control over log formattingSimon Glass1-0/+1
2018-02-03log: Add functions to convert IDs to/from namesSimon Glass1-0/+67
2017-12-07log: Plumb logging into the init sequenceSimon Glass1-0/+1
2017-12-07log: Add an implementation of loggingSimon Glass1-0/+244