1. aac2569 upl: Add basic tests by Simon Glass · Wed Aug 07 16:47:29 2024 -0600
  2. 2dba91a test: Add framework to test hush behavior by Francis Laniel · Fri Dec 22 22:02:21 2023 +0100
  3. e85cd12 test: Add helper to skip to partial console line by Simon Glass · Sun Oct 01 19:15:13 2023 -0600
  4. 621a97e test: Add a new suite for commands by Simon Glass · Sun Oct 01 19:15:12 2023 -0600
  5. 8cba988 test: spl: Support testing LEGACY_LZMA filesystem images by Sean Anderson · Wed Nov 08 11:48:46 2023 -0500
  6. 0afe557 Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-boot-tpm by Tom Rini · Fri Oct 27 19:27:29 2023 -0400
  7. 1a55a7a test: Add sandbox TPM boot measurement by Eddie James · Tue Oct 24 10:43:51 2023 -0500
  8. 038cb02 cmd: mbr: Allow 4 MBR partitions without need for extended by Alexander Gendin · Mon Oct 09 01:24:36 2023 +0000
  9. 430e4aa test: spl: Add a test for the NOR load method by Sean Anderson · Sat Oct 14 16:48:04 2023 -0400
  10. 576295d test: spl: Add a test for the MMC load method by Sean Anderson · Sat Oct 14 16:48:02 2023 -0400
  11. 2d3ffa3 test: spl: Add functions to create filesystems by Sean Anderson · Sat Oct 14 16:48:00 2023 -0400
  12. f65dcc0 test: spl: Add functions to create images by Sean Anderson · Sat Oct 14 16:47:59 2023 -0400
  13. 70c579b expo: Update tests to include textline by Simon Glass · Sun Oct 01 19:13:39 2023 -0600
  14. 6130072 expo: Support building an expo from a description file by Simon Glass · Thu Jun 01 10:23:01 2023 -0600
  15. bf61c54 test: Restore test behaviour on failure by Simon Glass · Thu Jun 01 10:22:29 2023 -0600
  16. 2cd173c test: bdinfo: Add test for command bdinfo by Marek Vasut · Wed May 31 03:03:58 2023 +0200
  17. e5c05ae test: Add test for new command pci_mps by Stephen Carlson · Fri Mar 10 11:07:15 2023 -0800
  18. 1531c4e test: Wrap assert macros in ({ ... }) and fix missing semicolons by Marek Vasut · Fri Mar 10 04:33:13 2023 +0100
  19. 8abbbf2 test: Add ut_assert_nextline_empty() empty line helper by Marek Vasut · Thu Mar 02 04:08:24 2023 +0100
  20. bef3925 cmd: Add a SEAMA image load command by Linus Walleij · Wed Feb 01 00:16:13 2023 +0100
  21. 4937be0 sandbox: Allow SPI flash bootdevs to be disabled for tests by Simon Glass · Tue Jan 17 10:48:02 2023 -0700
  22. ffc4948 test: Add a generic function to skip delays by Simon Glass · Tue Jan 17 10:47:36 2023 -0700
  23. b490f5f sandbox: Allow ethernet bootdevs to be disabled for tests by Simon Glass · Tue Jan 17 10:47:28 2023 -0700
  24. 66014cc sandbox: Allow ethernet to be disabled at runtime by Simon Glass · Tue Jan 17 10:47:27 2023 -0700
  25. e73c611 test: cmd: exit: Add unit test for exit and partly run commands by Marek Vasut · Tue Dec 20 07:26:00 2022 +0100
  26. 85ba7c3 test: Add a way to detect a test that breaks another by Simon Glass · Sat Oct 29 19:47:13 2022 -0600
  27. 1f1614b test: Support tests which can only be run manually by Simon Glass · Thu Oct 20 18:22:50 2022 -0600
  28. 816fe6c test: Report skippped tests by Simon Glass · Thu Oct 20 18:22:48 2022 -0600
  29. 9e972c3 video: Add commands to list and change fonts by Simon Glass · Thu Oct 06 08:36:16 2022 -0600
  30. f912a72 dm: core: Complete phandle implementation using the other FDT by Simon Glass · Tue Sep 06 20:27:27 2022 -0600
  31. b995807 sandbox: test: Provide an easy way to use the other FDT by Simon Glass · Tue Sep 06 20:27:11 2022 -0600
  32. 57b00a9 sandbox: Support setting up the other FDT for testing by Simon Glass · Tue Sep 06 20:27:10 2022 -0600
  33. 8ae9f96 test: Drop the UT_TESTF_LIVE_OR_FLAT flag by Simon Glass · Tue Sep 06 20:27:07 2022 -0600
  34. 3ba7675 test: Make a copy of the device tree before running a test by Simon Glass · Tue Sep 06 20:27:05 2022 -0600
  35. 7f9b580 test: Fix missing livetree test runs by Simon Glass · Tue Sep 06 20:26:59 2022 -0600
  36. 91a187b test: Allow running tests multiple times by Simon Glass · Mon Aug 01 07:58:45 2022 -0600
  37. 2f0cb8f dm: core: Prepare for updating the device tree with ofnode by Simon Glass · Sat Jul 30 15:52:12 2022 -0600
  38. f3c6a1d fdt: Start a test for the fdt command by Simon Glass · Wed Jul 13 06:06:59 2022 -0600
  39. e184c5b test: fuzz: Add framework for fuzzing by Andrew Scull · Mon May 30 10:00:09 2022 +0000
  40. 433f15a cmd: load: add load command for memory mapped by Rui Miguel Silva · Wed May 11 10:55:40 2022 +0100
  41. b255efc bootstd: Add tests for bootstd including all uclasses by Simon Glass · Sun Apr 24 23:31:24 2022 -0600
  42. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  43. 12892b0 test: Add a way to skip console checking until a string matches by Simon Glass · Wed Aug 18 21:40:33 2021 -0600
  44. e1788f9 test: add first autoboot unit tests by Steffen Jaeckel · Thu Jul 08 15:57:40 2021 +0200
  45. 4a249ba test: Add a test for print_buffer() by Simon Glass · Sat May 08 06:59:59 2021 -0600
  46. d242368 test: Convert print tests to use ut framework by Simon Glass · Sat May 08 06:59:58 2021 -0600
  47. 140e962 test: Remove duplicate macro by Sean Anderson · Sun May 23 13:00:56 2021 -0400
  48. 45b807d test: Allow tests to run on any board by Simon Glass · Thu Mar 25 10:44:33 2021 +1300
  49. d280d81 Merge tag 'v2021.04-rc4' into next by Tom Rini · Mon Mar 15 12:15:38 2021 -0400
  50. 1ef74ab test: Allow SPL to run any available test by Simon Glass · Sun Mar 07 17:35:12 2021 -0700
  51. 1638693 test: Rename all linker lists to have a ut_ prefix by Simon Glass · Sun Mar 07 17:35:11 2021 -0700
  52. b50211f test: Add a macros for finding tests in linker_lists by Simon Glass · Sun Mar 07 17:35:10 2021 -0700
  53. bb2b173 test: Run driver-model tests using ut_run_list() by Simon Glass · Sun Mar 07 17:35:05 2021 -0700
  54. 4066d8d test: Use a local variable for test state by Simon Glass · Sun Mar 07 17:35:04 2021 -0700
  55. 0d32ec2 test: Add ut_run_test_live_flat() to run tests twice by Simon Glass · Sun Mar 07 17:35:03 2021 -0700
  56. 436687e test: Use ut_run_test() to run driver model tests by Simon Glass · Sun Mar 07 17:35:01 2021 -0700
  57. 5517edb test: Move test running into a separate function by Simon Glass · Sun Mar 07 17:35:00 2021 -0700
  58. 2dba476 test: Move dm_test_init() into test-main.c by Simon Glass · Sun Mar 07 17:34:58 2021 -0700
  59. b98bfbc test: Drop struct dm_test_state by Simon Glass · Sun Mar 07 17:34:57 2021 -0700
  60. b2890a1 test: Handle driver model reinit in test_pre_run() by Simon Glass · Sun Mar 07 17:34:56 2021 -0700
  61. 59cad96 test: Move delay skipping to test_pre_run() by Simon Glass · Sun Mar 07 17:34:55 2021 -0700
  62. d93dc7d test: Create pre/post-run functions by Simon Glass · Sun Mar 07 17:34:48 2021 -0700
  63. 5722fb2 test: Add an overall test runner by Simon Glass · Sun Mar 07 17:34:47 2021 -0700
  64. a1add9d test: Rename test-main.c to test-dm.c by Simon Glass · Sun Mar 07 17:34:46 2021 -0700
  65. ab1fca0 test: Mark all driver model tests with a flag by Simon Glass · Sun Mar 07 17:34:45 2021 -0700
  66. 261fc06 test: cmd: Add a basic test for 'addrmap' command by Bin Meng · Thu Feb 25 17:22:35 2021 +0800
  67. b8f0082 test: Avoid assuming sandbox board for bloblist test by Simon Glass · Sun Nov 08 21:08:43 2020 -0700
  68. 4bf8972 test: Move some test drivers into their own file by Simon Glass · Wed Dec 23 08:11:18 2020 -0700
  69. 07a8886 bootm: Add tests for fixup_silent_linux() by Simon Glass · Thu Nov 05 10:33:38 2020 -0700
  70. 663a2c1 test: Add some tests for setexpr by Simon Glass · Sun Nov 01 14:15:35 2020 -0700
  71. 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
  72. cf1ddf4 test: Add a test for log filter-* by Sean Anderson · Tue Oct 27 19:55:39 2020 -0400
  73. c182182 test: log: Convert log_test from python to C by Sean Anderson · Tue Oct 27 19:55:27 2020 -0400
  74. a4e289b dm: test: Add a way to run SPL tests by Simon Glass · Sun Oct 25 20:38:28 2020 -0600
  75. 7c58b08 bloblist: Compare addresses rather than pointers in tests by Simon Glass · Sat Sep 19 18:49:27 2020 -0600
  76. 573c0fa cmd: Update the memory-search command by Simon Glass · Tue Jul 28 19:41:14 2020 -0600
  77. 6db8ea5 test: Add a flag for tests that need console recording by Simon Glass · Tue Jul 28 19:41:13 2020 -0600
  78. 974dccd dm: Rename DM test flags to make them more generic by Simon Glass · Tue Jul 28 19:41:12 2020 -0600
  79. 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
  80. 75c4d41 dm: core: Drop header files from dm/test.h by Simon Glass · Sun Jul 19 10:15:37 2020 -0600
  81. 0dc3d51 acpi: Support writing a name by Simon Glass · Tue Jul 07 13:11:54 2020 -0600
  82. 6e887ee clk: Add K210 pll support by Sean Anderson · Wed Jun 24 06:41:09 2020 -0400
  83. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  84. df6c36c test: describe naming conventions for macro UNIT_TEST by Heinrich Schuchardt · Wed May 06 18:26:07 2020 +0200
  85. d050928 test: Add the beginnings of some string tests by Simon Glass · Wed Apr 08 08:32:55 2020 -0600
  86. 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
  87. 421e81e dm: test: add test case for dev_read_u64 function by Dario Binacchi · Sun Mar 29 18:04:40 2020 +0200
  88. f433d50 test: log functions with CONFIG_LOG=n by Heinrich Schuchardt · Wed Feb 26 21:48:18 2020 +0100
  89. c5e7f66 test: Add hexdump.h to the unit test header by Simon Glass · Wed Apr 08 16:57:40 2020 -0600
  90. d856e91 test: Add a way to check each line of console output by Simon Glass · Mon Jan 27 08:49:56 2020 -0700
  91. 43c336b test: Add underscore prefix to macro parameters by Simon Glass · Mon Jan 27 08:49:41 2020 -0700
  92. 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
  93. 0fe1537 dm: devres: Add a new OFDATA phase by Simon Glass · Sun Dec 29 21:19:28 2019 -0700
  94. 204675c dm: test: Add a test driver for devres by Simon Glass · Sun Dec 29 21:19:25 2019 -0700
  95. 19920d7 test: Add functions to find the amount of allocated memory by Simon Glass · Sun Dec 29 21:19:23 2019 -0700
  96. 1f99f84 cmd_ut: add a parameter prefix to the function cmd_ut_category by Philippe Reynes · Tue Dec 17 19:07:04 2019 +0100
  97. 1c9bb9b tests: add OP-TEE test suite by Heiko Stuebner · Wed Oct 23 16:46:41 2019 +0200
  98. e254794 sandbox: test: Show hex values on failure by Simon Glass · Fri Oct 11 16:16:46 2019 -0600
  99. f77a635 test: provide unit test for memory functions by Heinrich Schuchardt · Wed Jan 30 07:53:31 2019 +0100
  100. 78b0ef5 test: Add a simple test for bloblist by Simon Glass · Thu Nov 15 18:43:53 2018 -0700