summaryrefslogtreecommitdiff
path: root/cmd/log.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-10-30cmd: log: Add commands to manipulate filtersSean Anderson1-0/+241
2020-10-30cmd: log: Make "log level" print all log levelsSean Anderson1-3/+9
2020-10-30cmd: log: Add commands to list categories and driversSean Anderson1-0/+35
2020-10-30cmd: log: Split off log level parsingSean Anderson1-6/+23
2020-10-30cmd: log: Use sub-commands for logSean Anderson1-27/+4
2020-10-30test: log: Convert log_test from python to CSean Anderson1-6/+0
2020-10-30log: Use CONFIG_IS_ENABLED() for LOG_TESTSean Anderson1-2/+2
2020-07-10log: don't show function by defaultHeinrich Schuchardt1-2/+2
2020-06-12log: check argument of 'log level' commandHeinrich Schuchardt1-3/+11
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-8/+9
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-03log: Add a command to output a log recordSimon Glass1-1/+40
2018-02-03log: Add a command to control the log output formatSimon Glass1-0/+43
2017-12-07log: Add a test commandSimon Glass1-0/+6
2017-12-07log: Add a 'log level' commandSimon Glass1-0/+55
2017-12-07Drop the log bufferSimon Glass1-313/+0
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-2/+4
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+311