1. bef3925 cmd: Add a SEAMA image load command by Linus Walleij · Wed Feb 01 00:16:13 2023 +0100
  2. 4937be0 sandbox: Allow SPI flash bootdevs to be disabled for tests by Simon Glass · Tue Jan 17 10:48:02 2023 -0700
  3. ffc4948 test: Add a generic function to skip delays by Simon Glass · Tue Jan 17 10:47:36 2023 -0700
  4. b490f5f sandbox: Allow ethernet bootdevs to be disabled for tests by Simon Glass · Tue Jan 17 10:47:28 2023 -0700
  5. 66014cc sandbox: Allow ethernet to be disabled at runtime by Simon Glass · Tue Jan 17 10:47:27 2023 -0700
  6. e73c611 test: cmd: exit: Add unit test for exit and partly run commands by Marek Vasut · Tue Dec 20 07:26:00 2022 +0100
  7. 85ba7c3 test: Add a way to detect a test that breaks another by Simon Glass · Sat Oct 29 19:47:13 2022 -0600
  8. 1f1614b test: Support tests which can only be run manually by Simon Glass · Thu Oct 20 18:22:50 2022 -0600
  9. 816fe6c test: Report skippped tests by Simon Glass · Thu Oct 20 18:22:48 2022 -0600
  10. 9e972c3 video: Add commands to list and change fonts by Simon Glass · Thu Oct 06 08:36:16 2022 -0600
  11. f912a72 dm: core: Complete phandle implementation using the other FDT by Simon Glass · Tue Sep 06 20:27:27 2022 -0600
  12. b995807 sandbox: test: Provide an easy way to use the other FDT by Simon Glass · Tue Sep 06 20:27:11 2022 -0600
  13. 57b00a9 sandbox: Support setting up the other FDT for testing by Simon Glass · Tue Sep 06 20:27:10 2022 -0600
  14. 8ae9f96 test: Drop the UT_TESTF_LIVE_OR_FLAT flag by Simon Glass · Tue Sep 06 20:27:07 2022 -0600
  15. 3ba7675 test: Make a copy of the device tree before running a test by Simon Glass · Tue Sep 06 20:27:05 2022 -0600
  16. 7f9b580 test: Fix missing livetree test runs by Simon Glass · Tue Sep 06 20:26:59 2022 -0600
  17. 91a187b test: Allow running tests multiple times by Simon Glass · Mon Aug 01 07:58:45 2022 -0600
  18. 2f0cb8f dm: core: Prepare for updating the device tree with ofnode by Simon Glass · Sat Jul 30 15:52:12 2022 -0600
  19. f3c6a1d fdt: Start a test for the fdt command by Simon Glass · Wed Jul 13 06:06:59 2022 -0600
  20. e184c5b test: fuzz: Add framework for fuzzing by Andrew Scull · Mon May 30 10:00:09 2022 +0000
  21. 433f15a cmd: load: add load command for memory mapped by Rui Miguel Silva · Wed May 11 10:55:40 2022 +0100
  22. b255efc bootstd: Add tests for bootstd including all uclasses by Simon Glass · Sun Apr 24 23:31:24 2022 -0600
  23. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  24. 12892b0 test: Add a way to skip console checking until a string matches by Simon Glass · Wed Aug 18 21:40:33 2021 -0600
  25. e1788f9 test: add first autoboot unit tests by Steffen Jaeckel · Thu Jul 08 15:57:40 2021 +0200
  26. 4a249ba test: Add a test for print_buffer() by Simon Glass · Sat May 08 06:59:59 2021 -0600
  27. d242368 test: Convert print tests to use ut framework by Simon Glass · Sat May 08 06:59:58 2021 -0600
  28. 140e962 test: Remove duplicate macro by Sean Anderson · Sun May 23 13:00:56 2021 -0400
  29. 45b807d test: Allow tests to run on any board by Simon Glass · Thu Mar 25 10:44:33 2021 +1300
  30. d280d81 Merge tag 'v2021.04-rc4' into next by Tom Rini · Mon Mar 15 12:15:38 2021 -0400
  31. 1ef74ab test: Allow SPL to run any available test by Simon Glass · Sun Mar 07 17:35:12 2021 -0700
  32. 1638693 test: Rename all linker lists to have a ut_ prefix by Simon Glass · Sun Mar 07 17:35:11 2021 -0700
  33. b50211f test: Add a macros for finding tests in linker_lists by Simon Glass · Sun Mar 07 17:35:10 2021 -0700
  34. bb2b173 test: Run driver-model tests using ut_run_list() by Simon Glass · Sun Mar 07 17:35:05 2021 -0700
  35. 4066d8d test: Use a local variable for test state by Simon Glass · Sun Mar 07 17:35:04 2021 -0700
  36. 0d32ec2 test: Add ut_run_test_live_flat() to run tests twice by Simon Glass · Sun Mar 07 17:35:03 2021 -0700
  37. 436687e test: Use ut_run_test() to run driver model tests by Simon Glass · Sun Mar 07 17:35:01 2021 -0700
  38. 5517edb test: Move test running into a separate function by Simon Glass · Sun Mar 07 17:35:00 2021 -0700
  39. 2dba476 test: Move dm_test_init() into test-main.c by Simon Glass · Sun Mar 07 17:34:58 2021 -0700
  40. b98bfbc test: Drop struct dm_test_state by Simon Glass · Sun Mar 07 17:34:57 2021 -0700
  41. b2890a1 test: Handle driver model reinit in test_pre_run() by Simon Glass · Sun Mar 07 17:34:56 2021 -0700
  42. 59cad96 test: Move delay skipping to test_pre_run() by Simon Glass · Sun Mar 07 17:34:55 2021 -0700
  43. d93dc7d test: Create pre/post-run functions by Simon Glass · Sun Mar 07 17:34:48 2021 -0700
  44. 5722fb2 test: Add an overall test runner by Simon Glass · Sun Mar 07 17:34:47 2021 -0700
  45. a1add9d test: Rename test-main.c to test-dm.c by Simon Glass · Sun Mar 07 17:34:46 2021 -0700
  46. ab1fca0 test: Mark all driver model tests with a flag by Simon Glass · Sun Mar 07 17:34:45 2021 -0700
  47. 261fc06 test: cmd: Add a basic test for 'addrmap' command by Bin Meng · Thu Feb 25 17:22:35 2021 +0800
  48. b8f0082 test: Avoid assuming sandbox board for bloblist test by Simon Glass · Sun Nov 08 21:08:43 2020 -0700
  49. 4bf8972 test: Move some test drivers into their own file by Simon Glass · Wed Dec 23 08:11:18 2020 -0700
  50. 07a8886 bootm: Add tests for fixup_silent_linux() by Simon Glass · Thu Nov 05 10:33:38 2020 -0700
  51. 663a2c1 test: Add some tests for setexpr by Simon Glass · Sun Nov 01 14:15:35 2020 -0700
  52. bac8450 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Fri Oct 30 15:24:30 2020 -0400
  53. cf1ddf4 test: Add a test for log filter-* by Sean Anderson · Tue Oct 27 19:55:39 2020 -0400
  54. c182182 test: log: Convert log_test from python to C by Sean Anderson · Tue Oct 27 19:55:27 2020 -0400
  55. a4e289b dm: test: Add a way to run SPL tests by Simon Glass · Sun Oct 25 20:38:28 2020 -0600
  56. 7c58b08 bloblist: Compare addresses rather than pointers in tests by Simon Glass · Sat Sep 19 18:49:27 2020 -0600
  57. 573c0fa cmd: Update the memory-search command by Simon Glass · Tue Jul 28 19:41:14 2020 -0600
  58. 6db8ea5 test: Add a flag for tests that need console recording by Simon Glass · Tue Jul 28 19:41:13 2020 -0600
  59. 974dccd dm: Rename DM test flags to make them more generic by Simon Glass · Tue Jul 28 19:41:12 2020 -0600
  60. c963df9 test: Add a way to check part of a console line or skip it by Simon Glass · Tue Jul 28 19:41:10 2020 -0600
  61. 75c4d41 dm: core: Drop header files from dm/test.h by Simon Glass · Sun Jul 19 10:15:37 2020 -0600
  62. 0dc3d51 acpi: Support writing a name by Simon Glass · Tue Jul 07 13:11:54 2020 -0600
  63. 6e887ee clk: Add K210 pll support by Sean Anderson · Wed Jun 24 06:41:09 2020 -0400
  64. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  65. df6c36c test: describe naming conventions for macro UNIT_TEST by Heinrich Schuchardt · Wed May 06 18:26:07 2020 +0200
  66. d050928 test: Add the beginnings of some string tests by Simon Glass · Wed Apr 08 08:32:55 2020 -0600
  67. 41b888e Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm by Tom Rini · Thu Apr 16 13:45:03 2020 -0400
  68. 421e81e dm: test: add test case for dev_read_u64 function by Dario Binacchi · Sun Mar 29 18:04:40 2020 +0200
  69. f433d50 test: log functions with CONFIG_LOG=n by Heinrich Schuchardt · Wed Feb 26 21:48:18 2020 +0100
  70. c5e7f66 test: Add hexdump.h to the unit test header by Simon Glass · Wed Apr 08 16:57:40 2020 -0600
  71. d856e91 test: Add a way to check each line of console output by Simon Glass · Mon Jan 27 08:49:56 2020 -0700
  72. 43c336b test: Add underscore prefix to macro parameters by Simon Glass · Mon Jan 27 08:49:41 2020 -0700
  73. b2b76eb Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dm by Tom Rini · Thu Jan 09 08:52:21 2020 -0500
  74. 0fe1537 dm: devres: Add a new OFDATA phase by Simon Glass · Sun Dec 29 21:19:28 2019 -0700
  75. 204675c dm: test: Add a test driver for devres by Simon Glass · Sun Dec 29 21:19:25 2019 -0700
  76. 19920d7 test: Add functions to find the amount of allocated memory by Simon Glass · Sun Dec 29 21:19:23 2019 -0700
  77. 1f99f84 cmd_ut: add a parameter prefix to the function cmd_ut_category by Philippe Reynes · Tue Dec 17 19:07:04 2019 +0100
  78. 1c9bb9b tests: add OP-TEE test suite by Heiko Stuebner · Wed Oct 23 16:46:41 2019 +0200
  79. e254794 sandbox: test: Show hex values on failure by Simon Glass · Fri Oct 11 16:16:46 2019 -0600
  80. f77a635 test: provide unit test for memory functions by Heinrich Schuchardt · Wed Jan 30 07:53:31 2019 +0100
  81. 78b0ef5 test: Add a simple test for bloblist by Simon Glass · Thu Nov 15 18:43:53 2018 -0700
  82. ffdf8ab test: Add ut_asserteq_mem by Mario Six · Thu Sep 27 09:19:32 2018 +0200
  83. b8b6c81 test: unit tests for Unicode functions by Heinrich Schuchardt · Fri Aug 31 21:31:28 2018 +0200
  84. d41a382 test: fix typo in cmd_ut_category() description by Heinrich Schuchardt · Mon Aug 27 22:04:10 2018 +0200
  85. becc3e0 test: Add ut_assertnull macro by Ramon Fried · Thu Jun 21 17:47:16 2018 +0300
  86. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  87. 1edaed0 test: compression: Convert to unit test framework by Simon Glass · Sat Nov 25 11:57:33 2017 -0700
  88. 81cbe1c test: Add a command function for test execution by Simon Glass · Sat Nov 25 11:57:29 2017 -0700
  89. d21afd5 dm: test: Fix nit with position of backslash by Simon Glass · Thu May 18 20:10:00 2017 -0600
  90. 017886b dm: core: Run tests with both livetree and flat tree by Simon Glass · Thu May 18 20:09:17 2017 -0600
  91. be408ee dm: test: Show the test filename when running by Simon Glass · Thu May 18 20:09:15 2017 -0600
  92. 0e31a11 tests: Introduce DT overlay tests by Maxime Ripard · Tue Jul 05 10:26:46 2016 +0200
  93. edfdb99 Fix spelling of "occurred". by Vagrant Cascadian · Sat Apr 30 19:18:00 2016 -0700
  94. 7e1cebf test: Add a macro to check that a value is not an error pointer by Simon Glass · Mon Jul 06 12:54:37 2015 -0600
  95. 26e038f test: env: Add test framework for env by Joe Hershberger · Wed May 20 14:27:36 2015 -0500
  96. 436cfc7 test: Return values from the asserts compatible with cmds by Joe Hershberger · Wed May 20 14:27:34 2015 -0500
  97. ee20efe test: dm: Move the time test over to the ut command by Joe Hershberger · Wed May 20 14:27:30 2015 -0500
  98. 9dc1d71 test: dm: Move the dm tests over to the ut command by Joe Hershberger · Wed May 20 14:27:29 2015 -0500
  99. 11dd7cc test: Add a common unit test command by Joe Hershberger · Wed May 20 14:27:28 2015 -0500
  100. 3a77be5 test: Generalize the unit test framework by Joe Hershberger · Wed May 20 14:27:27 2015 -0500