summaryrefslogtreecommitdiff
path: root/test/log
AgeCommit message (Expand)Author
2022-12-23log: Remove some places where we redefine LOGLEVELTom Rini
2022-07-26test: fix log testsHeinrich Schuchardt
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-07-21log: Allow padding of the function nameSimon Glass
2021-06-08log: Convert log values to printf() if not enabledSimon Glass
2021-06-08sandbox: log: Avoid build error with !CONFIG_LOGSimon Glass
2021-06-08log: Add support for logging a bufferSimon Glass
2021-03-12log: Handle line continuationSimon Glass
2021-03-12test: Add a macros for finding tests in linker_listsSimon Glass
2021-03-12test: log: Rename log main test file to log_ut.cSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-29test: pr_cont_test.o depends on CONFIG_LOG=yHeinrich Schuchardt
2021-01-16test: unit test for pr_err(), pr_cont()Heinrich Schuchardt
2021-01-15test: log: add test for console output of dropped messagesPatrick Delaunay
2021-01-15test: log: add test for dropped messagesPatrick Delaunay
2021-01-15test: add LOGL_FORCE_DEBUG flags support in log testsPatrick Delaunay
2020-10-30test: Add a test for log filter-*Sean Anderson
2020-10-30test: Add test for LOGFF_MINSean Anderson
2020-10-30test: Add tests for LOGFF_DENYSean Anderson
2020-10-30test: log: Give tests names instead of numbersSean Anderson
2020-10-30test: log: Convert log_test from python to CSean Anderson
2020-10-27test: log: test message continuationHeinrich Schuchardt
2020-10-17test: Fix sandbox tests failing to buildSean Anderson
2020-10-10log: Disable the syslog driver by defaultSimon Glass
2020-10-10log: Add a way to enable/disable a log deviceSimon Glass
2020-10-10log: Drop #ifdef in log_testSimon Glass
2020-10-10log: Allow LOG_DEBUG to always enable log outputSimon Glass
2020-07-09log: don't show function by defaultHeinrich Schuchardt
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-08test: fix naming of test functions in the log test suiteHeinrich Schuchardt
2020-04-16test: log: test syslog logging driverHeinrich Schuchardt
2020-04-16test: log functions with CONFIG_LOG=nHeinrich Schuchardt
2018-10-09log: Add helpers for common log levelsSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-12-07log: Add a test commandSimon Glass