1. 8d450da test: cmd: fdt: Test fdt chosen by Marek Vasut · Thu Mar 02 04:08:43 2023 +0100
  2. cd162df test: cmd: fdt: Test fdt rsvmem by Marek Vasut · Thu Mar 02 04:08:42 2023 +0100
  3. 65b6f46 test: cmd: fdt: Test fdt memory by Marek Vasut · Thu Mar 02 04:08:41 2023 +0100
  4. 06c13ed test: cmd: fdt: Test fdt header by Marek Vasut · Thu Mar 02 04:08:39 2023 +0100
  5. 76a652a test: cmd: fdt: Test fdt print and list by Marek Vasut · Thu Mar 02 04:08:32 2023 +0100
  6. bc8c140 test: cmd: fdt: Drop new unneeded curly brackets by Marek Vasut · Fri Mar 10 04:33:14 2023 +0100
  7. 1531c4e test: Wrap assert macros in ({ ... }) and fix missing semicolons by Marek Vasut · Fri Mar 10 04:33:13 2023 +0100
  8. f2def36 test: cmd: fdt: Add list of remaining missing tests by Marek Vasut · Thu Mar 02 04:08:45 2023 +0100
  9. 2081b1d test: cmd: fdt: Test fdt bootcpu by Marek Vasut · Thu Mar 02 04:08:40 2023 +0100
  10. c3e350f test: cmd: fdt: Test fdt rm by Marek Vasut · Thu Mar 02 04:08:38 2023 +0100
  11. e4d26c9 test: cmd: fdt: Test fdt mknode by Marek Vasut · Thu Mar 02 04:08:37 2023 +0100
  12. f180de4 test: cmd: fdt: Test fdt set by Marek Vasut · Thu Mar 02 04:08:36 2023 +0100
  13. ce1b048 test: cmd: fdt: Test fdt get size by Marek Vasut · Thu Mar 02 04:08:35 2023 +0100
  14. cadef86 test: cmd: fdt: Test fdt get addr by Marek Vasut · Thu Mar 02 04:08:34 2023 +0100
  15. 8449993 test: cmd: fdt: Test fdt get name by Marek Vasut · Thu Mar 02 04:08:33 2023 +0100
  16. 6ab4fe2 test: cmd: fdt: Test fdt resize by Marek Vasut · Thu Mar 02 04:08:31 2023 +0100
  17. ddf8620 test: cmd: fdt: Test fdt move by Marek Vasut · Thu Mar 02 04:08:30 2023 +0100
  18. 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
  19. b7517b4 test: cmd: fdt: Test alias resolution in 'fdt get value' by Marek Vasut · Thu Mar 02 04:08:28 2023 +0100
  20. 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
  21. fbeca45 test: cmd: fdt: Rename fdt_test_get() to fdt_test_get_value() by Marek Vasut · Thu Mar 02 04:08:26 2023 +0100
  22. 6e04a89 test: cmd: fdt: Rename fdt_test_resize() to fdt_test_addr_resize() by Marek Vasut · Thu Mar 02 04:08:25 2023 +0100
  23. 1a05492 test: Add concurrencytest to the requirements by Simon Glass · Thu Feb 23 18:18:22 2023 -0700
  24. 131444f patman: Move library functions into a library directory by Simon Glass · Thu Feb 23 18:18:04 2023 -0700
  25. 99e6818 bootflow: Rename bootflow_flags_t by Simon Glass · Wed Feb 22 12:17:03 2023 -0700
  26. fc785c5 video console: add 12x22 console simple font test by Dzmitry Sankouski · Tue Mar 07 13:21:20 2023 +0300
  27. 86c6a53 video console: move vidconsole_get_font_size() logic to driver ops by Dzmitry Sankouski · Tue Mar 07 13:21:15 2023 +0300
  28. 234f05b test: Tidy up sandbox handling in test-main by Simon Glass · Wed Feb 22 09:34:12 2023 -0700
  29. 3467ed2 tpm: Implement tpm_auto_start() for TPMv1.2 by Simon Glass · Tue Feb 21 06:24:52 2023 -0700
  30. eef107e tpm: Separate out the TPM tests for v1 and v2 by Simon Glass · Tue Feb 21 06:24:51 2023 -0700
  31. b6a2fae test: add a test for the new tpm_auto_start() function by Ilias Apalodimas · Sat Feb 18 17:21:22 2023 +0200
  32. 1c0b887 Merge tag 'v2023.04-rc3' into next by Tom Rini · Mon Feb 27 17:28:21 2023 -0500
  33. d88c147 CI: Update test/nokia_rx51_test.sh to use prebuilt images by Pali Rohár · Tue Feb 21 11:22:29 2023 -0500
  34. 420107b trace: Relax test requirements by Simon Glass · Fri Feb 17 15:45:16 2023 -0700
  35. a2d24e6 dm: test: Add a test for the various migration combinations by Simon Glass · Mon Feb 13 08:56:41 2023 -0700
  36. 68f9a6d test: Add a way to set the environment for a pytest by Simon Glass · Mon Feb 13 08:56:40 2023 -0700
  37. fc1aa35 dm: treewide: Complete migration to new driver model schema by Simon Glass · Mon Feb 13 08:56:34 2023 -0700
  38. 6078bff reset: Allow reset_get_by_name() with NULL name by Samuel Holland · Sat Jan 21 18:02:52 2023 -0600
  39. bae0f4f clk: Allow clk_get_by_name() with NULL name by Samuel Holland · Sat Jan 21 18:02:51 2023 -0600
  40. c2f0190 trace: Add a test by Simon Glass · Sun Jan 15 14:16:00 2023 -0700
  41. 157f2c5 dm: button: add support for linux_code in button-gpio.c driver by Dzmitry Sankouski · Sun Jan 22 18:21:24 2023 +0300
  42. 54f4c83 test: create dedicated fdt node for ofnode_for_each_prop test by Dzmitry Sankouski · Sun Jan 22 18:21:23 2023 +0300
  43. e725663 test: lmb: Rework lib_test_lmb_max_regions test to scale by Tom Rini · Wed Feb 08 13:39:18 2023 -0500
  44. bef3925 cmd: Add a SEAMA image load command by Linus Walleij · Wed Feb 01 00:16:13 2023 +0100
  45. deffa69 arm: qemu: Move GUIDs to the C file by Simon Glass · Sat Jan 28 15:00:28 2023 -0700
  46. e3045d1 test: bootdev: Do not require USB to compile test by Linus Walleij · Mon Jan 23 23:07:21 2023 +0100
  47. bb9d131 test: dm: test-fdt: Add decode_panel_timing test by Nikhil M Jain · Tue Jan 31 15:35:15 2023 +0530
  48. 5dfd4ec test: Add test for mapping IOMMUs for PCI devices by Mark Kettenis · Sat Jan 21 20:27:57 2023 +0100
  49. 1551896 test: Add test for IOMMU uclass map/unmap ops by Mark Kettenis · Sat Jan 21 20:27:53 2023 +0100
  50. 13878dd mkimage: fit: Support signed configurations in 'auto' FITs by Massimo Pegorer · Thu Jan 05 10:31:09 2023 +0100
  51. cb2a5cd bootstd: Record the bootdevs used during scanning by Simon Glass · Tue Jan 17 10:48:17 2023 -0700
  52. 5d3d44f bootstd: Drop the old bootflow_scan_first() by Simon Glass · Tue Jan 17 10:48:16 2023 -0700
  53. ba3d537 bootstd: Allow scanning a single bootdev label by Simon Glass · Tue Jan 17 10:48:15 2023 -0700
  54. 484e407 bootstd: Switch bootdev scanning to use labels by Simon Glass · Tue Jan 17 10:48:14 2023 -0700
  55. e4cf106 bootstd: Add a hunter for the extension feature by Simon Glass · Tue Jan 17 10:48:13 2023 -0700
  56. 660a995 bootstd: Allow iterating to the next bootdev priortiy by Simon Glass · Tue Jan 17 10:48:11 2023 -0700
  57. ac06b26a bootstd: Allow iterating to the next label in a list by Simon Glass · Tue Jan 17 10:48:10 2023 -0700
  58. de567b1 bootstd: Allow hunting for a bootdev by label by Simon Glass · Tue Jan 17 10:48:09 2023 -0700
  59. 7e1f6a4 bootstd: Add a new pre-scan priority for bootdevs by Simon Glass · Tue Jan 17 10:48:08 2023 -0700
  60. 3e9f6be bootstd: Allow hunting for bootdevs of a given priority by Simon Glass · Tue Jan 17 10:48:07 2023 -0700
  61. e22fe92 bootstd: Treat DHCP and PXE as bootdev labels by Simon Glass · Tue Jan 17 10:48:05 2023 -0700
  62. 215be68 bootstd: Add a SPI flash bootdev by Simon Glass · Tue Jan 17 10:48:03 2023 -0700
  63. 4937be0 sandbox: Allow SPI flash bootdevs to be disabled for tests by Simon Glass · Tue Jan 17 10:48:02 2023 -0700
  64. 7b8c634 bootstd: Include the device tree in the bootflow by Simon Glass · Tue Jan 17 10:47:56 2023 -0700
  65. a4bf8f6 bootstd: Add a virtio bootdev by Simon Glass · Tue Jan 17 10:47:52 2023 -0700
  66. a2cc4b7 virtio: Avoid strange behaviour on removal by Simon Glass · Tue Jan 17 10:47:50 2023 -0700
  67. 0838287 bootstd: Add an NVMe bootdev by Simon Glass · Tue Jan 17 10:47:47 2023 -0700
  68. be7c666 bootstd: Add an IDE bootdev by Simon Glass · Tue Jan 17 10:47:46 2023 -0700
  69. 9985e9c bootstd: Add a SCSI bootdev by Simon Glass · Tue Jan 17 10:47:45 2023 -0700
  70. 64cbc5c bootstd: Only scan bootable partitions by Simon Glass · Tue Jan 17 10:47:42 2023 -0700
  71. f5e2df0 part: Add a function to find the first bootable partition by Simon Glass · Tue Jan 17 10:47:41 2023 -0700
  72. 5ea0a8d bootstd: Add a hunter for ethernet by Simon Glass · Tue Jan 17 10:47:40 2023 -0700
  73. df71f26 bootstd: Add an MMC hunter by Simon Glass · Tue Jan 17 10:47:38 2023 -0700
  74. f3cb89f bootstd: Add a USB hunter by Simon Glass · Tue Jan 17 10:47:37 2023 -0700
  75. 1248d2b bootstd: Support running bootdev hunters by Simon Glass · Tue Jan 17 10:47:34 2023 -0700
  76. 5acb97a bootstd: Add the concept of a bootdev hunter by Simon Glass · Tue Jan 17 10:47:33 2023 -0700
  77. b490f5f sandbox: Allow ethernet bootdevs to be disabled for tests by Simon Glass · Tue Jan 17 10:47:28 2023 -0700
  78. b9ff648 dm: test: Correct ordering of DM setup by Simon Glass · Tue Jan 17 10:47:23 2023 -0700
  79. 29bfcd6 dm: part: Update test to use mmc2 by Simon Glass · Tue Jan 17 10:47:22 2023 -0700
  80. 1b7664a test: Drop duplicate restore of DM state by Simon Glass · Tue Jan 17 10:47:18 2023 -0700
  81. a13797a test: Fix the help for the ut command by Simon Glass · Tue Jan 17 10:47:17 2023 -0700
  82. 6a9de55 lib: Add a function to split a string into substrings by Simon Glass · Tue Jan 17 10:47:14 2023 -0700
  83. 68a56ba dm: test: Correct assertion in dm_test_part() by Simon Glass · Tue Jan 17 10:47:13 2023 -0700
  84. e5314c1 dm: core: Support sorting devices with dm tree by Simon Glass · Tue Jan 17 10:47:12 2023 -0700
  85. 61c55e8 test: compression: add zstd uncompression test by Brandon Maier · Thu Jan 12 10:27:46 2023 -0600
  86. bfd98c6 test/py: gpt: add test for the gpt partition type GUID identifier by Enric Balletbo i Serra · Tue Jan 10 17:19:35 2023 +0100
  87. 9e2d266 test: compression: use sizeof() instead of magic numbers by Brandon Maier · Mon Jan 09 12:42:58 2023 -0600
  88. d92bcc4 bootstd: Support setting a theme for the menu by Simon Glass · Fri Jan 06 08:52:42 2023 -0600
  89. d2bc33ed bootstd: Add a test for the bootstd menu by Simon Glass · Fri Jan 06 08:52:41 2023 -0600
  90. 6592499 expo: Add basic tests by Simon Glass · Fri Jan 06 08:52:39 2023 -0600
  91. 612b9cc bootstd: Allow reading a logo for the OS by Simon Glass · Fri Jan 06 08:52:34 2023 -0600
  92. 72b7b19 bootstd: Read the Operating System name for distro/scripts by Simon Glass · Fri Jan 06 08:52:33 2023 -0600
  93. 3b175ba video: Add font functions to the vidconsole API by Simon Glass · Fri Jan 06 08:52:32 2023 -0600
  94. 461b791 sandbox: Enable mmc command and legacy images by Simon Glass · Fri Jan 06 08:52:19 2023 -0600
  95. 5160b9a Use `grep -E` or plain `grep` instead of `egrep` by Ville Skyttä · Sun Jan 01 18:41:42 2023 +0200
  96. 8e1bef2 test: compression: use ut_assert for errors by Brandon Maier · Wed Dec 28 16:53:52 2022 -0600
  97. 7e8c6f8 test: compression: check with trailing garbage in input by Brandon Maier · Wed Dec 28 16:53:51 2022 -0600
  98. e73c611 test: cmd: exit: Add unit test for exit and partly run commands by Marek Vasut · Tue Dec 20 07:26:00 2022 +0100
  99. 7f76cde test: env: add test for u-boot-initial-env creation by Max Krummenacher · Fri Dec 09 13:09:56 2022 +0100
  100. a6b1b3b Merge branch 'next' by Tom Rini · Mon Jan 09 11:30:08 2023 -0500