summaryrefslogtreecommitdiff
path: root/common/log.c
AgeCommit message (Expand)Author
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