1. f6782bb common: clean up setjmp.h by Heinrich Schuchardt · Sun Mar 02 15:21:19 2025 +0100
  2. a38896b Merge patch series "This series adds support for file renaming to EFI_FILE_PROTOCOL.SetInfo()." by Tom Rini · Fri Mar 07 11:50:34 2025 -0600
  3. 4b93d6e fs: fat: add rename by Gabriel Dalimonte · Mon Feb 17 13:26:44 2025 -0500
  4. 599a0ce Merge tag 'v2025.04-rc3' into next by Tom Rini · Mon Feb 24 17:15:14 2025 -0600
  5. 85fd496 test/py: Have test_usb.py raise an Exception with unsupported filesystems by Tom Rini · Wed Feb 12 16:23:54 2025 -0600
  6. 76b09e0 test/py: Rework how test_ums.py handles (not) having write enabled by Tom Rini · Wed Feb 12 16:24:00 2025 -0600
  7. 888a98f test/py: Rework test_spi.py to assert we found output by Tom Rini · Wed Feb 12 16:24:07 2025 -0600
  8. 41ae6f0 efi_driver: create a parent device for all EFI block devices by Heinrich Schuchardt · Sat Feb 15 16:22:06 2025 +0100
  9. a7cf720 Merge patch series "Rework requirements.txt files" by Tom Rini · Fri Feb 14 17:11:37 2025 -0600
  10. 6b203f3 python: Recreate test/py and tools/buildman requirements.txt files by Tom Rini · Tue Feb 04 17:12:08 2025 -0600
  11. d2e5def test: unit tests for strstr() and strnstr() by Heinrich Schuchardt · Mon Feb 03 10:12:01 2025 +0100
  12. c240264 test: Update documentation by Simon Glass · Fri Feb 07 11:31:00 2025 -0700
  13. da9925f test: Do flag-processing in the correct place by Simon Glass · Fri Feb 07 11:30:59 2025 -0700
  14. b6f2388 test: Move code out of cmd_ut_category() by Simon Glass · Fri Feb 07 11:30:58 2025 -0700
  15. 7073715 test: Allow running a selection of suites by Simon Glass · Fri Feb 07 11:30:57 2025 -0700
  16. d5005b3 test: Drop suites.h by Simon Glass · Fri Feb 07 11:30:56 2025 -0700
  17. 623e01c test: Make cmd_ut_category() static by Simon Glass · Fri Feb 07 11:30:55 2025 -0700
  18. 0a85dd0 test: Drop support for test commands by Simon Glass · Fri Feb 07 11:30:54 2025 -0700
  19. 1a2952b test: Rename optee test-file by Simon Glass · Fri Feb 07 11:30:53 2025 -0700
  20. 3947f79 test: Drop the function for running optee tests by Simon Glass · Fri Feb 07 11:30:52 2025 -0700
  21. e6ed3de test: Split optee tests into three functions by Simon Glass · Fri Feb 07 11:30:51 2025 -0700
  22. b0f3bbd test: Update optee to do init and uninit from tests by Simon Glass · Fri Feb 07 11:30:50 2025 -0700
  23. f8573fc test: Drop the function for running bootstd tests by Simon Glass · Fri Feb 07 11:30:49 2025 -0700
  24. 13b8f4f test: Update bootstd to do init from tests by Simon Glass · Fri Feb 07 11:30:48 2025 -0700
  25. 0f50f90 test: Drop the function for running fdt_overlay tests by Simon Glass · Fri Feb 07 11:30:47 2025 -0700
  26. 14a96a5 test: Update fdt_overlay to do init from tests by Simon Glass · Fri Feb 07 11:30:46 2025 -0700
  27. 2bac099 test: Update fdt_overlay test to use fdtdec functions by Simon Glass · Fri Feb 07 11:30:45 2025 -0700
  28. ffbfeac test: Move fdt_overlay init into a function by Simon Glass · Fri Feb 07 11:30:44 2025 -0700
  29. e36afcd test: Make all tests depend on UNIT_TEST by Simon Glass · Fri Feb 07 11:30:43 2025 -0700
  30. edf2dad test: Move fdt-overlay-test rule into test/ by Simon Glass · Fri Feb 07 11:30:42 2025 -0700
  31. 7d2cfae test: Move optee-test rule into test/ by Simon Glass · Fri Feb 07 11:30:41 2025 -0700
  32. 0d8bc70 test: Move env-test rule into test/ by Simon Glass · Fri Feb 07 11:30:40 2025 -0700
  33. 04e76d5 test: Tweak FDT-overlay tests by Simon Glass · Fri Feb 07 11:30:39 2025 -0700
  34. 5c9a124 test: Support an init/uninit functions for test suites by Simon Glass · Fri Feb 07 11:30:38 2025 -0700
  35. 598a1a5 test: Leave out the prefix when printing test names by Simon Glass · Fri Feb 07 11:30:37 2025 -0700
  36. bd9b151 test: Show the average time per test by Simon Glass · Fri Feb 07 11:30:36 2025 -0700
  37. 5fa92d6 test: Keep track of suite duration by Simon Glass · Fri Feb 07 11:30:35 2025 -0700
  38. 3669a97 test: Add up the number of tests manually by Simon Glass · Fri Feb 07 11:30:34 2025 -0700
  39. 21cc05e test: Fix a stray asterisk in ut_run_list() by Simon Glass · Fri Feb 07 11:30:33 2025 -0700
  40. f9e97bb test: Drop sandbox_set_enable_memio() from mux-cmd test by Simon Glass · Fri Feb 07 11:30:32 2025 -0700
  41. ea8a1cd test/py: usb: Fix format string for fstype command by Andrew Goodbody · Wed Feb 05 13:04:26 2025 +0000
  42. e7696c4 Merge patch series "cmd/setexpr: support concatenation of direct strings" by Tom Rini · Fri Feb 07 13:35:32 2025 -0600
  43. 6cd0654 cmd/setexpr: support concatenation of direct strings by Heinrich Schuchardt · Mon Feb 03 16:10:29 2025 +0100
  44. 42d2aba test: remove available memory check in setexpr_test_str_oper() by Heinrich Schuchardt · Mon Feb 03 16:10:28 2025 +0100
  45. 0d4fdbb test: remove available memory check in setexpr_test_str() by Heinrich Schuchardt · Mon Feb 03 16:10:27 2025 +0100
  46. bbc2bb9 test: clean up setexpr_test_str() by Heinrich Schuchardt · Mon Feb 03 16:10:26 2025 +0100
  47. 608854e Merge patch series "led: add function naming option from linux" by Tom Rini · Fri Feb 07 10:53:43 2025 -0600
  48. 350d252 led: add function naming option from linux by Heiko Schocher · Tue Jan 28 14:52:46 2025 +0100
  49. 1dffd53 test/py: Add a report show test durations by Simon Glass · Mon Jan 27 07:52:54 2025 -0700
  50. c6881f1 bloblist: add api to get blob with size by Raymond Mao · Mon Jan 27 06:49:34 2025 -0800
  51. b13d25c test/cmd/wget.c: Fix loadaddr rewrite by Marek Vasut · Mon Jan 27 00:57:03 2025 +0100
  52. 608f195 test/log: test function filters by Heinrich Schuchardt · Fri Jan 17 01:09:54 2025 +0100
  53. d62a732 log: enable filtering on functions by Heinrich Schuchardt · Fri Jan 17 01:09:53 2025 +0100
  54. 2873ca25 test/py: Handle u-boot-test-getrole failure by Simon Glass · Sat Dec 14 11:20:21 2024 -0700
  55. 97fb345 test/py: Provide the correct U_BOOT_SOURCE_DIR to getrole by Simon Glass · Sat Dec 14 11:20:20 2024 -0700
  56. 5a7011c Merge patch series "test: Improvements to ut command and test-suite running" by Tom Rini · Fri Jan 24 14:35:37 2025 -0600
  57. 46093b3 test: Move help into the suite declaration by Simon Glass · Mon Jan 20 14:26:05 2025 -0700
  58. 9dc6e29 test: Disable test_suite by Simon Glass · Mon Jan 20 14:26:04 2025 -0700
  59. 4c99070 test: Sort the test suites by Simon Glass · Mon Jan 20 14:26:03 2025 -0700
  60. fb82a04 test: Record and show the totals for all test runs by Simon Glass · Mon Jan 20 14:26:02 2025 -0700
  61. 1f271dc test: Move stat-printing into its own function by Simon Glass · Mon Jan 20 14:26:01 2025 -0700
  62. 4f621e5 test: Keep a track of the numbers of tests run by Simon Glass · Mon Jan 20 14:26:00 2025 -0700
  63. ef69dbe test: Move stats into a struct by Simon Glass · Mon Jan 20 14:25:59 2025 -0700
  64. 6685ece test: Pass the test state to cmd_ut_category() by Simon Glass · Mon Jan 20 14:25:58 2025 -0700
  65. a3ce129 test: Drop conditional compilation for suites by Simon Glass · Mon Jan 20 14:25:57 2025 -0700
  66. 7d4ae01 test: Drop the info test from the list by Simon Glass · Mon Jan 20 14:25:56 2025 -0700
  67. 0cf497c test: Drop the function for running upl tests by Simon Glass · Mon Jan 20 14:25:55 2025 -0700
  68. f0764dd test: Drop the function for running seama tests by Simon Glass · Mon Jan 20 14:25:54 2025 -0700
  69. c6cede3 test: Drop the function for running pci_mps tests by Simon Glass · Mon Jan 20 14:25:53 2025 -0700
  70. 401c2cf test: Drop the function for running loadm tests by Simon Glass · Mon Jan 20 14:25:52 2025 -0700
  71. b5f9274 test: Drop the function for running hush tests by Simon Glass · Mon Jan 20 14:25:51 2025 -0700
  72. 03bf004 test: Drop the function for running addrmap tests by Simon Glass · Mon Jan 20 14:25:50 2025 -0700
  73. 4060c36 test: Drop the function for running bootm tests by Simon Glass · Mon Jan 20 14:25:49 2025 -0700
  74. acec4be test: Drop the function for running bloblist tests by Simon Glass · Mon Jan 20 14:25:48 2025 -0700
  75. cc9d1de test: Drop the function for running measurement tests by Simon Glass · Mon Jan 20 14:25:47 2025 -0700
  76. 8feb5ee test: Drop the function for running setexpr tests by Simon Glass · Mon Jan 20 14:25:46 2025 -0700
  77. 05512d6 test: Drop the function for running mem tests by Simon Glass · Mon Jan 20 14:25:45 2025 -0700
  78. c16ffb2 test: Drop the function for running mbr tests by Simon Glass · Mon Jan 20 14:25:44 2025 -0700
  79. f7ad509 test: Drop the function for running log tests by Simon Glass · Mon Jan 20 14:25:43 2025 -0700
  80. b315ffb test: Drop the function for running lib tests by Simon Glass · Mon Jan 20 14:25:42 2025 -0700
  81. 1b0b3f5 test: Drop the function for running font tests by Simon Glass · Mon Jan 20 14:25:41 2025 -0700
  82. 936b69e test: Drop the function for running fdt tests by Simon Glass · Mon Jan 20 14:25:40 2025 -0700
  83. 3e5f32d test: Drop the function for running exit tests by Simon Glass · Mon Jan 20 14:25:39 2025 -0700
  84. 2ff779d test: Drop the function for running env tests by Simon Glass · Mon Jan 20 14:25:38 2025 -0700
  85. 82f00f2 test: Drop the function for running dm tests by Simon Glass · Mon Jan 20 14:25:37 2025 -0700
  86. bc39468a test: Drop the function for running common tests by Simon Glass · Mon Jan 20 14:25:36 2025 -0700
  87. c235657 test: Drop the function for running cmd tests by Simon Glass · Mon Jan 20 14:25:35 2025 -0700
  88. e1dc050 test: Drop the function for running bdinfo tests by Simon Glass · Mon Jan 20 14:25:34 2025 -0700
  89. 78fd76b test: Introduce a better array of test suites by Simon Glass · Mon Jan 20 14:25:33 2025 -0700
  90. b15512c test: Drop the _test suffix on linker lists by Simon Glass · Mon Jan 20 14:25:32 2025 -0700
  91. 2939e89 test/py: Add a test which runs all unit tests by Simon Glass · Mon Jan 20 14:25:31 2025 -0700
  92. cfb38f8 test: Update ut info to show suites by Simon Glass · Mon Jan 20 14:25:30 2025 -0700
  93. b08439d test: Rename test suites to match their linker-list name by Simon Glass · Mon Jan 20 14:25:29 2025 -0700
  94. 53d5d8a test: Add newlines to hush-test messages by Simon Glass · Mon Jan 20 14:25:28 2025 -0700
  95. 3869eb5 test: Pass the test-state into ut_run_list() by Simon Glass · Mon Jan 20 14:25:26 2025 -0700
  96. 2d989e8 test: Add functions to init and uninit the test state by Simon Glass · Mon Jan 20 14:25:25 2025 -0700
  97. e641137 test: Rename test_get_state() to ut_get_state() by Simon Glass · Mon Jan 20 14:25:24 2025 -0700
  98. 2850de3 test: str_ut.c depends on CONFIG_STRTO by Heinrich Schuchardt · Mon Jan 20 09:29:32 2025 +0100
  99. 5593f8b Merge patch series "upl: Prerequite patches for updated spec" by Tom Rini · Wed Jan 22 16:08:34 2025 -0600
  100. 4afa191 dm: core: Provide ofnode_find_subnode_unit() by Simon Glass · Fri Jan 10 17:00:29 2025 -0700