1. 5a42005 test: blkmap: Add test suite by Tobias Waldekranz · Thu Feb 16 16:33:53 2023 +0100
  2. b39cfcb test/py: android: extend abootimg test by Safae Ouajih · Mon Feb 06 00:50:20 2023 +0100
  3. 5932c27 pytest: Update requirements to match sphinx versions by Tom Rini · Thu Mar 23 14:57:57 2023 -0400
  4. 95c015f Merge branch 'next' by Tom Rini · Mon Apr 03 16:45:41 2023 -0400
  5. 2d7d9c0 test: Run the VPL tests with 'make check' by Simon Glass · Sun Apr 02 14:01:27 2023 +1200
  6. da0ed9d vbe: Use the correct image filename in the test by Simon Glass · Sun Apr 02 14:01:25 2023 +1200
  7. cc91ed7 fdt: Make fdt addr -q quieter by Peter Hoyes · Tue Mar 21 13:01:16 2023 +0000
  8. 84e2b2b test_vboot.py: include test of fdt_add_pubkey tool by Roman Kopytin · Mon Mar 20 03:28:13 2023 +0000
  9. a09bcfe test: fs: Check fat short file name by Stefan Herbrechtsmeier · Wed Mar 22 09:46:02 2023 +0100
  10. b354403 test: exit: fix run_commandf() warnings by Evgeny Bachinin · Mon Mar 20 11:23:14 2023 +0300
  11. e604bc0 test: fdt: fix run_commandf() warnings by Evgeny Bachinin · Mon Mar 20 11:23:13 2023 +0300
  12. 0742ce7 unit-test: cover run_commandf() by test-cases by Evgeny Bachinin · Mon Mar 20 11:23:12 2023 +0300
  13. e5c05ae test: Add test for new command pci_mps by Stephen Carlson · Fri Mar 10 11:07:15 2023 -0800
  14. 26e0cab cli: Correct handling of invalid escape sequences in cread_line() by Simon Glass · Tue Mar 28 08:34:14 2023 +1300
  15. 60217a2 cli: Correct several bugs in cli_getch() by Simon Glass · Tue Mar 28 08:34:13 2023 +1300
  16. ceefc04 test: add tests of 'read' and 'write' shell commands by Rasmus Villemoes · Thu Mar 02 09:12:25 2023 +0100
  17. a122030 Merge tag 'dm-next-12mar23a' of git://git.denx.de/u-boot-dm into next by Tom Rini · Thu Mar 16 12:16:14 2023 -0400
  18. dc0ccea test: cmd: fdt: Test fdt apply by Marek Vasut · Thu Mar 02 04:08:44 2023 +0100
  19. 8d450da test: cmd: fdt: Test fdt chosen by Marek Vasut · Thu Mar 02 04:08:43 2023 +0100
  20. cd162df test: cmd: fdt: Test fdt rsvmem by Marek Vasut · Thu Mar 02 04:08:42 2023 +0100
  21. 65b6f46 test: cmd: fdt: Test fdt memory by Marek Vasut · Thu Mar 02 04:08:41 2023 +0100
  22. 06c13ed test: cmd: fdt: Test fdt header by Marek Vasut · Thu Mar 02 04:08:39 2023 +0100
  23. 76a652a test: cmd: fdt: Test fdt print and list by Marek Vasut · Thu Mar 02 04:08:32 2023 +0100
  24. bc8c140 test: cmd: fdt: Drop new unneeded curly brackets by Marek Vasut · Fri Mar 10 04:33:14 2023 +0100
  25. 1531c4e test: Wrap assert macros in ({ ... }) and fix missing semicolons by Marek Vasut · Fri Mar 10 04:33:13 2023 +0100
  26. 8220add1 Merge tag 'v2023.04-rc4' into next by Tom Rini · Tue Mar 14 10:58:41 2023 -0400
  27. 8e4edb2 test: unit test for crc8 by Heinrich Schuchardt · Wed Feb 22 02:10:20 2023 +0100
  28. 110eb30 test: cmd: fdt: Test fdt bootcpu by Marek Vasut · Thu Mar 02 04:08:40 2023 +0100
  29. 57113b0 test: cmd: fdt: Test fdt rm by Marek Vasut · Thu Mar 02 04:08:38 2023 +0100
  30. c3e8c6f test: cmd: fdt: Test fdt mknode by Marek Vasut · Thu Mar 02 04:08:37 2023 +0100
  31. fa3c58b test: cmd: fdt: Test fdt set by Marek Vasut · Thu Mar 02 04:08:36 2023 +0100
  32. 6f7b0e2 test: cmd: fdt: Test fdt get size by Marek Vasut · Thu Mar 02 04:08:35 2023 +0100
  33. 51b76e1 test: cmd: fdt: Test fdt get addr by Marek Vasut · Thu Mar 02 04:08:34 2023 +0100
  34. e130944 test: cmd: fdt: Test fdt get name by Marek Vasut · Thu Mar 02 04:08:33 2023 +0100
  35. ea34e85 test: cmd: fdt: Test fdt resize by Marek Vasut · Thu Mar 02 04:08:31 2023 +0100
  36. f7d08e9 test: cmd: fdt: Test fdt move by Marek Vasut · Thu Mar 02 04:08:30 2023 +0100
  37. c67aadc test: cmd: fdt: Test both string and integer arrays in 'fdt get value' by Marek Vasut · Thu Mar 02 04:08:29 2023 +0100
  38. a611ed5 test: cmd: fdt: Test alias resolution in 'fdt get value' by Marek Vasut · Thu Mar 02 04:08:28 2023 +0100
  39. ced7f07 test: cmd: fdt: Generate fuller DT internally and switch fdt get value to it by Marek Vasut · Thu Mar 02 04:08:27 2023 +0100
  40. 36f4e44 test: cmd: fdt: Rename fdt_test_get() to fdt_test_get_value() by Marek Vasut · Thu Mar 02 04:08:26 2023 +0100
  41. 3ae0f50 test: cmd: fdt: Rename fdt_test_resize() to fdt_test_addr_resize() by Marek Vasut · Thu Mar 02 04:08:25 2023 +0100
  42. f2def36 test: cmd: fdt: Add list of remaining missing tests by Marek Vasut · Thu Mar 02 04:08:45 2023 +0100
  43. 2081b1d test: cmd: fdt: Test fdt bootcpu by Marek Vasut · Thu Mar 02 04:08:40 2023 +0100
  44. c3e350f test: cmd: fdt: Test fdt rm by Marek Vasut · Thu Mar 02 04:08:38 2023 +0100
  45. e4d26c9 test: cmd: fdt: Test fdt mknode by Marek Vasut · Thu Mar 02 04:08:37 2023 +0100
  46. f180de4 test: cmd: fdt: Test fdt set by Marek Vasut · Thu Mar 02 04:08:36 2023 +0100
  47. ce1b048 test: cmd: fdt: Test fdt get size by Marek Vasut · Thu Mar 02 04:08:35 2023 +0100
  48. cadef86 test: cmd: fdt: Test fdt get addr by Marek Vasut · Thu Mar 02 04:08:34 2023 +0100
  49. 8449993 test: cmd: fdt: Test fdt get name by Marek Vasut · Thu Mar 02 04:08:33 2023 +0100
  50. 6ab4fe2 test: cmd: fdt: Test fdt resize by Marek Vasut · Thu Mar 02 04:08:31 2023 +0100
  51. ddf8620 test: cmd: fdt: Test fdt move by Marek Vasut · Thu Mar 02 04:08:30 2023 +0100
  52. 9f90cad test: cmd: fdt: Test both string and integer arrays in 'fdt get value' by Marek Vasut · Thu Mar 02 04:08:29 2023 +0100
  53. b7517b4 test: cmd: fdt: Test alias resolution in 'fdt get value' by Marek Vasut · Thu Mar 02 04:08:28 2023 +0100
  54. 15503d0 test: cmd: fdt: Generate fuller DT internally and switch fdt get value to it by Marek Vasut · Thu Mar 02 04:08:27 2023 +0100
  55. fbeca45 test: cmd: fdt: Rename fdt_test_get() to fdt_test_get_value() by Marek Vasut · Thu Mar 02 04:08:26 2023 +0100
  56. 6e04a89 test: cmd: fdt: Rename fdt_test_resize() to fdt_test_addr_resize() by Marek Vasut · Thu Mar 02 04:08:25 2023 +0100
  57. 1a05492 test: Add concurrencytest to the requirements by Simon Glass · Thu Feb 23 18:18:22 2023 -0700
  58. 131444f patman: Move library functions into a library directory by Simon Glass · Thu Feb 23 18:18:04 2023 -0700
  59. 99e6818 bootflow: Rename bootflow_flags_t by Simon Glass · Wed Feb 22 12:17:03 2023 -0700
  60. fc785c5 video console: add 12x22 console simple font test by Dzmitry Sankouski · Tue Mar 07 13:21:20 2023 +0300
  61. 86c6a53 video console: move vidconsole_get_font_size() logic to driver ops by Dzmitry Sankouski · Tue Mar 07 13:21:15 2023 +0300
  62. 234f05b test: Tidy up sandbox handling in test-main by Simon Glass · Wed Feb 22 09:34:12 2023 -0700
  63. 3467ed2 tpm: Implement tpm_auto_start() for TPMv1.2 by Simon Glass · Tue Feb 21 06:24:52 2023 -0700
  64. eef107e tpm: Separate out the TPM tests for v1 and v2 by Simon Glass · Tue Feb 21 06:24:51 2023 -0700
  65. b6a2fae test: add a test for the new tpm_auto_start() function by Ilias Apalodimas · Sat Feb 18 17:21:22 2023 +0200
  66. 1c0b887 Merge tag 'v2023.04-rc3' into next by Tom Rini · Mon Feb 27 17:28:21 2023 -0500
  67. d88c147 CI: Update test/nokia_rx51_test.sh to use prebuilt images by Pali Rohár · Tue Feb 21 11:22:29 2023 -0500
  68. 420107b trace: Relax test requirements by Simon Glass · Fri Feb 17 15:45:16 2023 -0700
  69. a2d24e6 dm: test: Add a test for the various migration combinations by Simon Glass · Mon Feb 13 08:56:41 2023 -0700
  70. 68f9a6d test: Add a way to set the environment for a pytest by Simon Glass · Mon Feb 13 08:56:40 2023 -0700
  71. fc1aa35 dm: treewide: Complete migration to new driver model schema by Simon Glass · Mon Feb 13 08:56:34 2023 -0700
  72. 6078bff reset: Allow reset_get_by_name() with NULL name by Samuel Holland · Sat Jan 21 18:02:52 2023 -0600
  73. bae0f4f clk: Allow clk_get_by_name() with NULL name by Samuel Holland · Sat Jan 21 18:02:51 2023 -0600
  74. c2f0190 trace: Add a test by Simon Glass · Sun Jan 15 14:16:00 2023 -0700
  75. 157f2c5 dm: button: add support for linux_code in button-gpio.c driver by Dzmitry Sankouski · Sun Jan 22 18:21:24 2023 +0300
  76. 54f4c83 test: create dedicated fdt node for ofnode_for_each_prop test by Dzmitry Sankouski · Sun Jan 22 18:21:23 2023 +0300
  77. e725663 test: lmb: Rework lib_test_lmb_max_regions test to scale by Tom Rini · Wed Feb 08 13:39:18 2023 -0500
  78. bef3925 cmd: Add a SEAMA image load command by Linus Walleij · Wed Feb 01 00:16:13 2023 +0100
  79. deffa69 arm: qemu: Move GUIDs to the C file by Simon Glass · Sat Jan 28 15:00:28 2023 -0700
  80. e3045d1 test: bootdev: Do not require USB to compile test by Linus Walleij · Mon Jan 23 23:07:21 2023 +0100
  81. bb9d131 test: dm: test-fdt: Add decode_panel_timing test by Nikhil M Jain · Tue Jan 31 15:35:15 2023 +0530
  82. 5dfd4ec test: Add test for mapping IOMMUs for PCI devices by Mark Kettenis · Sat Jan 21 20:27:57 2023 +0100
  83. 1551896 test: Add test for IOMMU uclass map/unmap ops by Mark Kettenis · Sat Jan 21 20:27:53 2023 +0100
  84. 13878dd mkimage: fit: Support signed configurations in 'auto' FITs by Massimo Pegorer · Thu Jan 05 10:31:09 2023 +0100
  85. cb2a5cd bootstd: Record the bootdevs used during scanning by Simon Glass · Tue Jan 17 10:48:17 2023 -0700
  86. 5d3d44f bootstd: Drop the old bootflow_scan_first() by Simon Glass · Tue Jan 17 10:48:16 2023 -0700
  87. ba3d537 bootstd: Allow scanning a single bootdev label by Simon Glass · Tue Jan 17 10:48:15 2023 -0700
  88. 484e407 bootstd: Switch bootdev scanning to use labels by Simon Glass · Tue Jan 17 10:48:14 2023 -0700
  89. e4cf106 bootstd: Add a hunter for the extension feature by Simon Glass · Tue Jan 17 10:48:13 2023 -0700
  90. 660a995 bootstd: Allow iterating to the next bootdev priortiy by Simon Glass · Tue Jan 17 10:48:11 2023 -0700
  91. ac06b26a bootstd: Allow iterating to the next label in a list by Simon Glass · Tue Jan 17 10:48:10 2023 -0700
  92. de567b1 bootstd: Allow hunting for a bootdev by label by Simon Glass · Tue Jan 17 10:48:09 2023 -0700
  93. 7e1f6a4 bootstd: Add a new pre-scan priority for bootdevs by Simon Glass · Tue Jan 17 10:48:08 2023 -0700
  94. 3e9f6be bootstd: Allow hunting for bootdevs of a given priority by Simon Glass · Tue Jan 17 10:48:07 2023 -0700
  95. e22fe92 bootstd: Treat DHCP and PXE as bootdev labels by Simon Glass · Tue Jan 17 10:48:05 2023 -0700
  96. 215be68 bootstd: Add a SPI flash bootdev by Simon Glass · Tue Jan 17 10:48:03 2023 -0700
  97. 4937be0 sandbox: Allow SPI flash bootdevs to be disabled for tests by Simon Glass · Tue Jan 17 10:48:02 2023 -0700
  98. 7b8c634 bootstd: Include the device tree in the bootflow by Simon Glass · Tue Jan 17 10:47:56 2023 -0700
  99. a4bf8f6 bootstd: Add a virtio bootdev by Simon Glass · Tue Jan 17 10:47:52 2023 -0700
  100. a2cc4b7 virtio: Avoid strange behaviour on removal by Simon Glass · Tue Jan 17 10:47:50 2023 -0700