summaryrefslogtreecommitdiff
path: root/test/log
Commit message (Expand)AuthorAgeFilesLines
* log: Remove some places where we redefine LOGLEVELTom Rini2022-12-231-3/+0
* test: fix log testsHeinrich Schuchardt2022-07-261-4/+7
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-2/+2
* log: Allow padding of the function nameSimon Glass2021-07-211-7/+9
* log: Convert log values to printf() if not enabledSimon Glass2021-06-083-0/+43
* sandbox: log: Avoid build error with !CONFIG_LOGSimon Glass2021-06-081-0/+1
* log: Add support for logging a bufferSimon Glass2021-06-081-0/+27
* log: Handle line continuationSimon Glass2021-03-121-4/+15
* test: Add a macros for finding tests in linker_listsSimon Glass2021-03-121-2/+2
* test: log: Rename log main test file to log_ut.cSimon Glass2021-03-122-1/+1
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-027-0/+7
* test: pr_cont_test.o depends on CONFIG_LOG=yHeinrich Schuchardt2021-01-291-1/+1
* test: unit test for pr_err(), pr_cont()Heinrich Schuchardt2021-01-162-0/+46
* test: log: add test for console output of dropped messagesPatrick Delaunay2021-01-151-0/+8
* test: log: add test for dropped messagesPatrick Delaunay2021-01-151-8/+35
* test: add LOGL_FORCE_DEBUG flags support in log testsPatrick Delaunay2021-01-151-9/+20
* test: Add a test for log filter-*Sean Anderson2020-10-302-0/+109
* test: Add test for LOGFF_MINSean Anderson2020-10-301-0/+23
* test: Add tests for LOGFF_DENYSean Anderson2020-10-301-0/+67
* test: log: Give tests names instead of numbersSean Anderson2020-10-301-24/+24
* test: log: Convert log_test from python to CSean Anderson2020-10-302-187/+255
* test: log: test message continuationHeinrich Schuchardt2020-10-272-1/+55
* test: Fix sandbox tests failing to buildSean Anderson2020-10-172-2/+2
* log: Disable the syslog driver by defaultSimon Glass2020-10-103-0/+42
* log: Add a way to enable/disable a log deviceSimon Glass2020-10-101-0/+7
* log: Drop #ifdef in log_testSimon Glass2020-10-101-2/+0
* log: Allow LOG_DEBUG to always enable log outputSimon Glass2020-10-104-74/+108
* log: don't show function by defaultHeinrich Schuchardt2020-07-091-6/+14
* common: Drop log.h from common headerSimon Glass2020-05-182-0/+2
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-182-2/+3
* test: fix naming of test functions in the log test suiteHeinrich Schuchardt2020-05-082-36/+36
* test: log: test syslog logging driverHeinrich Schuchardt2020-04-162-0/+284
* test: log functions with CONFIG_LOG=nHeinrich Schuchardt2020-04-163-0/+165
* log: Add helpers for common log levelsSimon Glass2018-10-091-0/+13
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-072-5/+2
* log: Add a test commandSimon Glass2017-12-072-0/+212