summaryrefslogtreecommitdiff
path: root/test/log
AgeCommit message (Expand)Author
2026-02-17treewide: Clean up DECLARE_GLOBAL_DATA_PTR usagePeng Fan
2026-02-17test: log_filter: Include vsprintf.hPeng Fan
2025-10-08test: syslog: Add missing include of <env.h>Tom Rini
2025-02-11test: Drop suites.hSimon Glass
2025-01-26test/log: test function filtersHeinrich Schuchardt
2025-01-26log: enable filtering on functionsHeinrich Schuchardt
2025-01-24test: Drop the function for running log testsSimon Glass
2025-01-24test: Drop the _test suffix on linker listsSimon Glass
2024-08-26Merge patch series "Tidy up console recording in tests"Tom Rini
2024-08-26test: Tidy up checking for console endSimon Glass
2024-08-26test: log: Use UTF_CONSOLE in testsSimon Glass
2024-08-26test: Rename UTF_CONSOLE_REC to UTF_CONSOLESimon Glass
2024-08-26test: Rename unit-test flagsSimon Glass
2024-08-26global_data: log: Reorder and shrink fieldsSimon Glass
2024-08-23log: Avoid including function names by defaultSimon Glass
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06test: Remove <common.h> and add needed includesTom Rini
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