summaryrefslogtreecommitdiffstats
path: root/cmd/log.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* cmd: log: Add commands to manipulate filtersSean Anderson2020-10-301-0/+241
* cmd: log: Make "log level" print all log levelsSean Anderson2020-10-301-3/+9
* cmd: log: Add commands to list categories and driversSean Anderson2020-10-301-0/+35
* cmd: log: Split off log level parsingSean Anderson2020-10-301-6/+23
* cmd: log: Use sub-commands for logSean Anderson2020-10-301-27/+4
* test: log: Convert log_test from python to CSean Anderson2020-10-301-6/+0
* log: Use CONFIG_IS_ENABLED() for LOG_TESTSean Anderson2020-10-301-2/+2
* log: don't show function by defaultHeinrich Schuchardt2020-07-091-2/+2
* log: check argument of 'log level' commandHeinrich Schuchardt2020-06-111-3/+11
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-8/+9
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* log: Add a command to output a log recordSimon Glass2018-02-031-1/+40
* log: Add a command to control the log output formatSimon Glass2018-02-031-0/+43
* log: Add a test commandSimon Glass2017-12-071-0/+6
* log: Add a 'log level' commandSimon Glass2017-12-071-0/+55
* Drop the log bufferSimon Glass2017-12-071-313/+0
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-2/+4
* Remove the cmd_ prefix from command filesSimon Glass2016-01-251-0/+311