1. 6592499 expo: Add basic tests by Simon Glass · Fri Jan 06 08:52:39 2023 -0600
  2. 612b9cc bootstd: Allow reading a logo for the OS by Simon Glass · Fri Jan 06 08:52:34 2023 -0600
  3. 72b7b19 bootstd: Read the Operating System name for distro/scripts by Simon Glass · Fri Jan 06 08:52:33 2023 -0600
  4. 3b175ba video: Add font functions to the vidconsole API by Simon Glass · Fri Jan 06 08:52:32 2023 -0600
  5. 461b791 sandbox: Enable mmc command and legacy images by Simon Glass · Fri Jan 06 08:52:19 2023 -0600
  6. 5160b9a Use `grep -E` or plain `grep` instead of `egrep` by Ville Skyttä · Sun Jan 01 18:41:42 2023 +0200
  7. 8e1bef2 test: compression: use ut_assert for errors by Brandon Maier · Wed Dec 28 16:53:52 2022 -0600
  8. 7e8c6f8 test: compression: check with trailing garbage in input by Brandon Maier · Wed Dec 28 16:53:51 2022 -0600
  9. e73c611 test: cmd: exit: Add unit test for exit and partly run commands by Marek Vasut · Tue Dec 20 07:26:00 2022 +0100
  10. 7f76cde test: env: add test for u-boot-initial-env creation by Max Krummenacher · Fri Dec 09 13:09:56 2022 +0100
  11. a6b1b3b Merge branch 'next' by Tom Rini · Mon Jan 09 11:30:08 2023 -0500
  12. 71cc021 test:dm:fix typo by Yuepeng Xing · Fri Dec 02 14:23:07 2022 +0800
  13. 0b1d521 test: unit test for u16_strcasecmp() by Heinrich Schuchardt · Thu Dec 29 14:44:04 2022 +0100
  14. d3e7e20 cmd: source: Support specifying config name by Sean Anderson · Mon Dec 12 14:12:11 2022 -0500
  15. d41db1a test: Add test for source command by Sean Anderson · Mon Dec 12 14:12:08 2022 -0500
  16. b952781 log: Remove some places where we redefine LOGLEVEL by Tom Rini · Sun Dec 04 10:03:33 2022 -0500
  17. a63bea9 Merge tag 'v2023.01-rc4' into next by Tom Rini · Mon Dec 19 09:29:55 2022 -0500
  18. 060edff test: add unit test for u16_strnlen() by Heinrich Schuchardt · Sun Dec 18 05:32:14 2022 +0000
  19. 2440d04 event: Re-add file paths to the tests by Tom Rini · Tue Nov 22 12:31:55 2022 -0500
  20. 67c3aa2 Merge tag 'sound-2023-01-rc4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Tue Dec 06 10:07:01 2022 -0500
  21. 8eaa3c7 post: Migrate to Kconfig by Tom Rini · Sat Nov 19 18:45:44 2022 -0500
  22. bb4dd96 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · Wed Nov 16 13:10:37 2022 -0500
  23. 5c8e0a6 test: dm: eth: Add ip6_make_lladdr test by Viacheslav Mitrofanov · Fri Dec 02 12:18:13 2022 +0300
  24. 3b673c0 test: dm: eth: Add ip6_make_snma test by Viacheslav Mitrofanov · Fri Dec 02 12:18:12 2022 +0300
  25. ac6a9ce test: dm: eth: Add ip6_addr_in_subnet test by Viacheslav Mitrofanov · Fri Dec 02 12:18:11 2022 +0300
  26. 224f563 test: dm: eth: Add csum_ipv6_magic test by Viacheslav Mitrofanov · Fri Dec 02 12:18:10 2022 +0300
  27. f96b109 test: dm: eth: Add string_to_ip6 test by Viacheslav Mitrofanov · Fri Dec 02 12:18:09 2022 +0300
  28. 707a6fc test: test sandbox sound driver more rigorously by Heinrich Schuchardt · Sun Dec 04 17:11:41 2022 +0100
  29. d623b47 test: cmd: add test for wget command. by Ying-Chun Liu (PaulLiu) · Tue Nov 08 14:17:31 2022 +0800
  30. d63c290 test: Disable part of the setexpr test for now by Simon Glass · Tue Nov 22 15:12:10 2022 -0700
  31. 78c060d test: cmd: fdt: Add fdt get value test case by Marek Vasut · Mon Nov 14 22:50:00 2022 +0100
  32. 0be1b2a eficonfig: refactor file selection handling by Masahisa Kojima · Sun Nov 20 09:21:13 2022 +0900
  33. 2c7b0e4 dm: Add tests for the sandbox host driver by Simon Glass · Sat Oct 29 19:47:19 2022 -0600
  34. e57f8d4 dm: sandbox: Switch over to using the new host uclass by Simon Glass · Sat Oct 29 19:47:17 2022 -0600
  35. c0bcaaf dm: blk: Tidy up obtaining a block device from its parent by Simon Glass · Sat Oct 29 19:47:14 2022 -0600
  36. 85ba7c3 test: Add a way to detect a test that breaks another by Simon Glass · Sat Oct 29 19:47:13 2022 -0600
  37. fb998c2 test: Allow showing basic information about tests by Simon Glass · Sat Oct 29 19:47:12 2022 -0600
  38. 154bb8e test: Tidy up help for ut command by Simon Glass · Sat Oct 29 19:47:10 2022 -0600
  39. 0f7eb63 test: Drop an unused parameter to ut_run_test_live_flat() by Simon Glass · Sat Oct 29 19:47:09 2022 -0600
  40. 76c6269 dm: test: Clear the block cache after running a test by Simon Glass · Sat Oct 29 19:47:08 2022 -0600
  41. 2a83e86 dm: test: Drop the special function for running DM tests by Simon Glass · Sat Oct 29 19:47:07 2022 -0600
  42. fbd9550 test: Correct pylint warnings in fs_helper by Simon Glass · Sat Oct 29 19:47:06 2022 -0600
  43. 1d5006c test: Split out mk_fs function into a helper by Simon Glass · Sat Oct 29 19:47:05 2022 -0600
  44. f29ced6 test/py: efi_secboot: Remove unnecessary cert-to-efi-hash-list option by Masahisa Kojima · Mon Oct 03 16:12:15 2022 +0900
  45. c794e49 cyclic: get rid of cyclic_init() by Rasmus Villemoes · Fri Oct 28 13:50:54 2022 +0200
  46. 77079e7 test: dm: Add test cases for FWU Metadata uclass by Sughosh Ganu · Fri Oct 21 18:16:05 2022 +0530
  47. f1eba35 vbe: Add a test for the VBE flow into U-Boot proper by Simon Glass · Thu Oct 20 18:23:20 2022 -0600
  48. 5490548 vbe: Use a manual test by Simon Glass · Thu Oct 20 18:23:17 2022 -0600
  49. a928961 vbe: Add info about the VBE device to the fwupd node by Simon Glass · Thu Oct 20 18:23:14 2022 -0600
  50. bc993e5 vbe: Add Kconfig options for VPL by Simon Glass · Thu Oct 20 18:23:13 2022 -0600
  51. a6a06cc vbe: Drop the U-Boot prefix from the version by Simon Glass · Thu Oct 20 18:23:12 2022 -0600
  52. 39db199 vbe: Move OS implementation into a separate file by Simon Glass · Thu Oct 20 18:23:11 2022 -0600
  53. 5a09137 vbe: Rename vbe_fixup to vbe_request by Simon Glass · Thu Oct 20 18:23:05 2022 -0600
  54. e3f81ae image: Add the concept of a phase to FIT by Simon Glass · Thu Oct 20 18:23:03 2022 -0600
  55. 31b4f9e usb: Update the test to cover reading and writing by Simon Glass · Thu Oct 20 18:22:55 2022 -0600
  56. 1886100 dm: blk: Add udevice functions by Simon Glass · Thu Oct 20 18:22:54 2022 -0600
  57. 1f1614b test: Support tests which can only be run manually by Simon Glass · Thu Oct 20 18:22:50 2022 -0600
  58. c759944 test: Update tests to use the skip feature by Simon Glass · Thu Oct 20 18:22:49 2022 -0600
  59. 816fe6c test: Report skippped tests by Simon Glass · Thu Oct 20 18:22:48 2022 -0600
  60. 5bfbffb Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · Sun Oct 30 17:16:35 2022 -0400
  61. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · Tue Oct 18 07:46:31 2022 -0600
  62. 9e972c3 video: Add commands to list and change fonts by Simon Glass · Thu Oct 06 08:36:16 2022 -0600
  63. 98e1ada dm: core: Do not stop uclass iteration on error by Michal Suchanek · Wed Oct 12 21:58:09 2022 +0200
  64. 520ee2e event: Drop the path when checking event-list filenames by Simon Glass · Sat Oct 08 21:33:21 2022 -0600
  65. b0679a7 dm: memory: Introduce new uclass by Roger Quadros · Thu Oct 20 16:30:46 2022 +0300
  66. 2e8bbd4 test: Move to a working version of setuptools by Simon Glass · Fri Oct 21 19:30:43 2022 -0600
  67. 6a546a9 test: Fix typo in test name by Michal Suchanek · Sat Oct 15 11:30:37 2022 +0200
  68. 135e5f6 k210: fix k210_pll_calc_config() by Heinrich Schuchardt · Sun Oct 16 18:12:32 2022 +0200
  69. 49efb06 vbe: Add a test for VBE device tree fixups by Simon Glass · Tue Oct 11 09:47:20 2022 -0600
  70. 386d05d vbe: Add fixups for a basic set of OS requests by Simon Glass · Tue Oct 11 09:47:18 2022 -0600
  71. 1b035c1 test: Move common FIT code into a separate fit_util file by Simon Glass · Tue Oct 11 09:47:17 2022 -0600
  72. 8025346 bootstd: Move VBE setup into a shared function by Simon Glass · Tue Oct 11 09:47:13 2022 -0600
  73. 84328cf fdt: Show a message when the working FDT changes by Simon Glass · Tue Oct 11 09:47:12 2022 -0600
  74. ac12a2f dm: treewide: Use uclass_first_device_err when accessing one device by Michal Suchanek · Wed Oct 12 21:57:59 2022 +0200
  75. 44322b5 dm: treewide: Do not opencode uclass_probe_all() by Michal Suchanek · Wed Oct 12 21:57:51 2022 +0200
  76. f5a5902 dm: core: Fix uclass_probe_all to really probe all devices by Michal Suchanek · Wed Oct 12 21:57:50 2022 +0200
  77. 90a082d test: run setexpr test only on sandbox by Heinrich Schuchardt · Sat Oct 01 21:42:35 2022 +0200
  78. 7327b4c test: cmd: add test for temperature command by Robert Marko · Tue Sep 06 13:30:36 2022 +0200
  79. f841bb8 cmd: xxd: add new command by Roger Knecht · Sat Sep 03 13:15:04 2022 +0000
  80. 11827c4 cmd: cat: add new command by Roger Knecht · Sat Sep 03 11:34:53 2022 +0000
  81. af74e27 Merge tag 'xilinx-for-v2023.01-rc1-v3' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Tue Oct 11 09:57:08 2022 -0400
  82. 4c18acf test: fix some pylint errors in test_efi_secboot by Heinrich Schuchardt · Sat Oct 01 20:55:14 2022 +0200
  83. 6ac319d dm: fpga: Introduce new uclass by Alexander Dahl · Fri Sep 30 14:04:30 2022 +0200
  84. 7a7229a dm: core: Support copying properties with ofnode by Simon Glass · Tue Sep 06 20:27:33 2022 -0600
  85. 17abed0 dm: core: Allow copying ofnode property data when writing by Simon Glass · Tue Sep 06 20:27:32 2022 -0600
  86. eda440b vbe: Allow test to run with live/flat tree by Simon Glass · Tue Sep 06 20:27:31 2022 -0600
  87. 9e7a42a dm: core: Expand ofnode tests by Simon Glass · Tue Sep 06 20:27:30 2022 -0600
  88. dad9751 dm: core: Create a function to get a live tree in a test by Simon Glass · Tue Sep 06 20:27:29 2022 -0600
  89. f912a72 dm: core: Complete phandle implementation using the other FDT by Simon Glass · Tue Sep 06 20:27:27 2022 -0600
  90. 45ae59d dm: core: Split ofnode_path_root() into two functions by Simon Glass · Tue Sep 06 20:27:24 2022 -0600
  91. 95fd209 dm: core: Add a way to look up a phandle in an oftree by Simon Glass · Tue Sep 06 20:27:22 2022 -0600
  92. 2b9b1458 dm: core: Add ofnode functions to obtain an oftree by Simon Glass · Tue Sep 06 20:27:21 2022 -0600
  93. ba8457b dm: core: Provide a way to reset the device tree by Simon Glass · Tue Sep 06 20:27:19 2022 -0600
  94. e3be5fc dm: core: Expand integer-reading tests by Simon Glass · Tue Sep 06 20:27:18 2022 -0600
  95. 4caa79a dm: core: Add a macro to iterate through properties by Simon Glass · Tue Sep 06 20:27:16 2022 -0600
  96. d0aff8b dm: core: Rename ofnode_get_property_by_prop() by Simon Glass · Tue Sep 06 20:27:14 2022 -0600
  97. fec058d dm: core: Rename ofnode_get_first/next_property() by Simon Glass · Tue Sep 06 20:27:13 2022 -0600
  98. b995807 sandbox: test: Provide an easy way to use the other FDT by Simon Glass · Tue Sep 06 20:27:11 2022 -0600
  99. 8ae9f96 test: Drop the UT_TESTF_LIVE_OR_FLAT flag by Simon Glass · Tue Sep 06 20:27:07 2022 -0600
  100. 60f0899 test: Detect a change in the device tree by Simon Glass · Tue Sep 06 20:27:06 2022 -0600