summaryrefslogtreecommitdiff
path: root/test/log
AgeCommit message (Expand)AuthorFilesLines
2021-07-21log: Allow padding of the function nameSimon Glass1-7/+9
2021-06-08log: Convert log values to printf() if not enabledSimon Glass3-0/+43
2021-06-08sandbox: log: Avoid build error with !CONFIG_LOGSimon Glass1-0/+1
2021-06-08log: Add support for logging a bufferSimon Glass1-0/+27
2021-03-13log: Handle line continuationSimon Glass1-4/+15
2021-03-12test: Add a macros for finding tests in linker_listsSimon Glass1-2/+2
2021-03-12test: log: Rename log main test file to log_ut.cSimon Glass2-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass7-0/+7
2021-01-29test: pr_cont_test.o depends on CONFIG_LOG=yHeinrich Schuchardt1-1/+1
2021-01-17test: unit test for pr_err(), pr_cont()Heinrich Schuchardt2-0/+46
2021-01-15test: log: add test for console output of dropped messagesPatrick Delaunay1-0/+8
2021-01-15test: log: add test for dropped messagesPatrick Delaunay1-8/+35
2021-01-15test: add LOGL_FORCE_DEBUG flags support in log testsPatrick Delaunay1-9/+20
2020-10-30test: Add a test for log filter-*Sean Anderson2-0/+109
2020-10-30test: Add test for LOGFF_MINSean Anderson1-0/+23
2020-10-30test: Add tests for LOGFF_DENYSean Anderson1-0/+67
2020-10-30test: log: Give tests names instead of numbersSean Anderson1-24/+24
2020-10-30test: log: Convert log_test from python to CSean Anderson2-187/+255
2020-10-27test: log: test message continuationHeinrich Schuchardt2-1/+55
2020-10-17test: Fix sandbox tests failing to buildSean Anderson2-2/+2
2020-10-10log: Disable the syslog driver by defaultSimon Glass3-0/+42
2020-10-10log: Add a way to enable/disable a log deviceSimon Glass1-0/+7
2020-10-10log: Drop #ifdef in log_testSimon Glass1-2/+0
2020-10-10log: Allow LOG_DEBUG to always enable log outputSimon Glass4-74/+108
2020-07-10log: don't show function by defaultHeinrich Schuchardt1-6/+14
2020-05-19common: Drop log.h from common headerSimon Glass2-0/+2
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass2-2/+3
2020-05-09test: fix naming of test functions in the log test suiteHeinrich Schuchardt2-36/+36
2020-04-16test: log: test syslog logging driverHeinrich Schuchardt2-0/+284
2020-04-16test: log functions with CONFIG_LOG=nHeinrich Schuchardt3-0/+165
2018-10-09log: Add helpers for common log levelsSimon Glass1-0/+13
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2-5/+2
2017-12-07log: Add a test commandSimon Glass2-0/+212