summaryrefslogtreecommitdiff
path: root/common/log.c
Commit message (Expand)AuthorAgeFilesLines
* log: Add a Kconfig option to set the default log levelSimon Glass2019-02-201-1/+1
* sandbox: Add a flag to set the default log levelSimon Glass2018-10-091-1/+2
* log: Fix incorect range check in log_get_cat_name()Simon Glass2018-06-181-3/+7
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* log: Correct missing free() on error in log_add_filter()Simon Glass2018-04-101-6/+11
* log: add category LOGC_EFIHeinrich Schuchardt2018-02-031-0/+1
* log: Add control over log formattingSimon Glass2018-02-031-0/+1
* log: Add functions to convert IDs to/from namesSimon Glass2018-02-031-0/+67
* log: Plumb logging into the init sequenceSimon Glass2017-12-071-0/+1
* log: Add an implementation of loggingSimon Glass2017-12-071-0/+244