1. dd0057d test: Move time tests into the lib suite by Simon Glass · 3 months ago
  2. 5912a9e test: Move unicode tests into the lib suite by Simon Glass · 3 months ago
  3. 4563fb4 str: test: Move into the lib suite by Simon Glass · 3 months ago
  4. 33ca12b test: Move print_ut into the common suite by Simon Glass · 3 months ago
  5. 5cf3925 compression: test: Move into the lib suite by Simon Glass · 3 months ago
  6. 1d6132e global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 4 months ago
  7. 637be2e upl: Add basic tests by Simon Glass · 6 months ago
  8. 03de305 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 8 months ago
  9. d678a59 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 8 months ago
  10. 752ed08 test: Remove <common.h> and add needed includes by Tom Rini · 9 months ago
  11. cb1277c test: Add framework to test hush behavior by Francis Laniel · 1 year, 1 month ago
  12. 07073d2 test: Run bootstd tests only on sandbox by Simon Glass · 1 year, 4 months ago
  13. 4001e5a test: Add a new suite for commands by Simon Glass · 1 year, 4 months ago
  14. 8632b36 command: Introduce functions to obtain command arguments by Simon Glass · 1 year, 2 months ago
  15. d5d9770 Merge tag 'tpm-next-27102023' of https://source.denx.de/u-boot/custodians/u-boot-tpm by Tom Rini · 1 year, 3 months ago
  16. 5999ea2 test: Add sandbox TPM boot measurement by Eddie James · 1 year, 3 months ago
  17. 04291ee cmd: mbr: Allow 4 MBR partitions without need for extended by Alexander Gendin · 1 year, 4 months ago
  18. 3616218 cmd: Convert existing long help messages to the new macro by Tom Rini · 1 year, 4 months ago
  19. c8659ca test: Fix the help for the ut command by Marek Vasut · 1 year, 6 months ago
  20. bf52766 test: bdinfo: Add test for command bdinfo by Marek Vasut · 1 year, 8 months ago
  21. 447dfbc test: Add test for new command pci_mps by Stephen Carlson · 1 year, 11 months ago
  22. 41a29f2 cmd: Add a SEAMA image load command by Linus Walleij · 2 years ago
  23. f229a8e test: Fix the help for the ut command by Simon Glass · 2 years ago
  24. f08dcd9 test: cmd: exit: Add unit test for exit and partly run commands by Marek Vasut · 2 years, 1 month ago
  25. d1b4659 test: Add a way to detect a test that breaks another by Simon Glass · 2 years, 3 months ago
  26. 6580b61 test: Allow showing basic information about tests by Simon Glass · 2 years, 3 months ago
  27. cdd964e test: Tidy up help for ut command by Simon Glass · 2 years, 3 months ago
  28. cbd71fa test: Support tests which can only be run manually by Simon Glass · 2 years, 3 months ago
  29. 430e167 video: Add commands to list and change fonts by Simon Glass · 2 years, 4 months ago
  30. 0b154c8 test: run setexpr test only on sandbox by Heinrich Schuchardt · 2 years, 4 months ago
  31. ea94d05 test: Allow running tests multiple times by Simon Glass · 2 years, 6 months ago
  32. 7472448 fdt: Start a test for the fdt command by Simon Glass · 2 years, 7 months ago
  33. bfef72e cmd: load: add load command for memory mapped by Rui Miguel Silva · 2 years, 9 months ago
  34. fb1451b bootstd: Add tests for bootstd including all uclasses by Simon Glass · 2 years, 9 months ago
  35. 25c8b9f test: add first autoboot unit tests by Steffen Jaeckel · 3 years, 7 months ago
  36. fbb99dc test: Convert print tests to use ut framework by Simon Glass · 3 years, 9 months ago
  37. 22fc991 Merge tag 'v2021.04-rc4' into next by Tom Rini · 3 years, 11 months ago
  38. 1c72175 test: Add an overall test runner by Simon Glass · 3 years, 11 months ago
  39. ea30921 test: cmd: Add a basic test for 'addrmap' command by Bin Meng · 4 years ago
  40. d5f8530 test: missing dependency for test/cmd/setexpr.c by Heinrich Schuchardt · 4 years ago
  41. 9d43b41 test: inconsistent string tests by Heinrich Schuchardt · 4 years ago
  42. f158ba1 bootm: Add tests for fixup_silent_linux() by Simon Glass · 4 years, 3 months ago
  43. 90a9901 test: Add some tests for setexpr by Simon Glass · 4 years, 3 months ago
  44. 550a9e7 cmd: Update the memory-search command by Simon Glass · 4 years, 6 months ago
  45. 132644f test: Add a flag for tests that need console recording by Simon Glass · 4 years, 6 months ago
  46. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 9 months ago
  47. 4f04d54 test: Add the beginnings of some string tests by Simon Glass · 4 years, 10 months ago
  48. 395041b test: log functions with CONFIG_LOG=n by Heinrich Schuchardt · 5 years ago
  49. 3f05f08 test/cmd_ut.c: fix cmd_ut_category by Philippe Reynes · 5 years ago
  50. 4ad4edf cmd_ut: add a parameter prefix to the function cmd_ut_category by Philippe Reynes · 5 years ago
  51. 96383bd tests: add OP-TEE test suite by Heiko Stuebner · 5 years ago
  52. 2dd0111 test: provide unit test for memory functions by Heinrich Schuchardt · 6 years ago
  53. 919e7a8 test: Add a simple test for bloblist by Simon Glass · 6 years ago
  54. f11a164 test: unit tests for Unicode functions by Heinrich Schuchardt · 6 years ago
  55. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  56. 0aac10f test: compression: Convert to unit test framework by Simon Glass · 7 years ago
  57. 4d869c1 test: Add a command function for test execution by Simon Glass · 7 years ago
  58. f2a9942 tests: Introduce DT overlay tests by Maxime Ripard · 9 years ago
  59. 421f86f test: env: Add test framework for env by Joe Hershberger · 10 years ago
  60. c812f72 test: dm: Move the time test over to the ut command by Joe Hershberger · 10 years ago
  61. 40441e0 test: dm: Move the dm tests over to the ut command by Joe Hershberger · 10 years ago
  62. c617ede test: Add a common unit test command by Joe Hershberger · 10 years ago