1. 326422b nand: Add sandbox driver by Sean Anderson · Sat Nov 04 16:37:52 2023 -0400
  2. c9a97f6 rockchip: test: dm: add rkmtd test by Johan Jonker · Wed Oct 18 16:01:59 2023 +0200
  3. f6c19e1 sandbox: add tests for UCLASS_SM by Alexey Romanov · Thu Sep 21 11:13:37 2023 +0300
  4. 3d4fb57 arm_ffa: introduce sandbox test cases for UCLASS_FFA by Abdellatif El Khlifi · Fri Aug 04 14:33:42 2023 +0100
  5. 74aad48 Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'" by Tom Rini · Mon Jul 24 19:51:05 2023 -0400
  6. f8e68d8 arm_ffa: introduce sandbox test cases for UCLASS_FFA by Abdellatif El Khlifi · Thu Jul 13 14:28:44 2023 +0100
  7. 669f5c8 test: Add tests for the extcon by Svyatoslav Ryhel · Tue Apr 25 10:57:21 2023 +0300
  8. e1ab990 sandbox64: add a test case for UCLASS_NVMXIP by Abdellatif El Khlifi · Mon Apr 17 10:11:58 2023 +0100
  9. 5a42005 test: blkmap: Add test suite by Tobias Waldekranz · Thu Feb 16 16:33:53 2023 +0100
  10. 2c7b0e4 dm: Add tests for the sandbox host driver by Simon Glass · Sat Oct 29 19:47:19 2022 -0600
  11. 77079e7 test: dm: Add test cases for FWU Metadata uclass by Sughosh Ganu · Fri Oct 21 18:16:05 2022 +0530
  12. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · Tue Oct 18 07:46:31 2022 -0600
  13. b0679a7 dm: memory: Introduce new uclass by Roger Quadros · Thu Oct 20 16:30:46 2022 +0300
  14. 6ac319d dm: fpga: Introduce new uclass by Alexander Dahl · Fri Sep 30 14:04:30 2022 +0200
  15. 509f32e sandbox: Add a test for SCSI by Simon Glass · Wed Sep 21 16:21:47 2022 +0200
  16. 11a075c tpm: Allow reporting the internal state by Simon Glass · Tue Aug 30 21:05:36 2022 -0600
  17. 6ef9dc6 test: fix CONFIG_ACPIGEN dependencies by Heinrich Schuchardt · Sun Jun 12 12:28:22 2022 +0000
  18. 89e57e1 test: dm: virtio_rng: Test virtio-rng with faked device by Andrew Scull · Mon May 16 10:41:40 2022 +0000
  19. e4ea0fd virtio: sandbox: Bind RNG rather than block device by Andrew Scull · Mon May 16 10:41:37 2022 +0000
  20. 561ff890 test: dm: virtio: Split out virtio device tests by Andrew Scull · Mon May 16 10:41:36 2022 +0000
  21. cb53b2c test: dm: add tests for tag support by AKASHI Takahiro · Fri Apr 15 16:15:37 2022 +0900
  22. 3996f06 dm: core: Allow devres to be disabled in SPL by Simon Glass · Sun Mar 27 14:26:19 2022 -0600
  23. 507ab96 efi: Add uclass for devices provided by UEFI firmware by Simon Glass · Sat Dec 04 08:56:31 2021 -0700
  24. 398b94e test/dm: fix watchdog test by Heinrich Schuchardt · Tue Nov 02 19:44:29 2021 +0100
  25. 67748ee test: Add tests for IOMMU uclass by Mark Kettenis · Sat Oct 23 16:58:02 2021 +0200
  26. 3933d29 pci: Drop DM_PCI by Simon Glass · Sun Aug 01 18:54:44 2021 -0600
  27. 9f1868e test: dm: Add test for ECDSA UCLASS support by Alexandru Gagniuc · Thu Jul 29 11:47:19 2021 -0500
  28. 6521e5d reboot-mode: read the boot mode from GPIOs status by Nandor Han · Thu Jun 10 16:56:44 2021 +0300
  29. 8a8cd4f sandbox: cros-ec: Add tests for the Chromium OS EC PWM driver by Alper Nebi Yasak · Wed May 19 19:33:31 2021 +0300
  30. 1c83067 test: Add gpio-sysinfo test by Sean Anderson · Tue Apr 20 10:50:58 2021 -0400
  31. 619a182 test: Add test for partitions by Sean Anderson · Mon Apr 12 18:53:07 2021 -0400
  32. dffb347 test: Alphabetize dm Makefile by Sean Anderson · Tue Apr 20 11:03:12 2021 -0400
  33. 524a92c test: dm: Add a test case for simple-bus <ranges> by Bin Meng · Sun Mar 14 20:15:03 2021 +0800
  34. d9eaa92 sandbox: Add a DSA sandbox driver and unit test by Claudiu Manoil · Sun Mar 14 20:14:57 2021 +0800
  35. ab1975b test: qemu: add qfw sandbox driver, dm tests, qemu tests by Asherah Connor · Fri Mar 19 18:21:41 2021 +1100
  36. a1add9d test: Rename test-main.c to test-dm.c by Simon Glass · Sun Mar 07 17:34:46 2021 -0700
  37. 2a19109 test: dm: Add test for fastboot mmc partition naming by Sean Anderson · Fri Feb 05 09:38:54 2021 -0500
  38. 3524a5e dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys() by Nicolas Saenz Julienne · Tue Jan 12 13:55:27 2021 +0100
  39. 22b7f7e dm: test: Add test case for dev_get_dma_ranges() by Nicolas Saenz Julienne · Tue Jan 12 13:55:23 2021 +0100
  40. bf0a692 dm: core: Update ofnode_read_fmap_entry() to read hashes by Simon Glass · Thu Jan 21 13:57:14 2021 -0700
  41. 9b306e5 cros_ec: Add a function for the hello message by Simon Glass · Sat Jan 16 14:52:22 2021 -0700
  42. 458b66a board: Rename uclass to sysinfo by Simon Glass · Thu Nov 05 06:32:05 2020 -0700
  43. 25dc2e9 dm: test: Add a very simple of-platadata test by Simon Glass · Sun Oct 25 20:38:29 2020 -0600
  44. 8ec2933 dm: test: Disable some tests that should not run in SPL by Simon Glass · Sat Oct 03 09:25:26 2020 -0600
  45. 11e4786 test: mux-cmd: Add tests for the 'mux' command by Pratyush Yadav · Fri Oct 16 16:16:36 2020 +0530
  46. a94b697 test: Add tests for the multiplexer framework by Jean-Jacques Hiblot · Fri Oct 16 16:16:34 2020 +0530
  47. 3438e3b test: pinmux: Add test for pin muxing by Sean Anderson · Mon Sep 14 11:01:57 2020 -0400
  48. 02fd126 firmware: add SCMI agent uclass by Etienne Carriere · Wed Sep 09 18:44:00 2020 +0200
  49. 0785e20 test: dm: add a test for class button by Philippe Reynes · Fri Jul 24 18:19:52 2020 +0200
  50. 75dbdfc test: Add tests for SOC uclass by Dave Gerlach · Wed Jul 15 23:39:58 2020 -0500
  51. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · Fri Jul 24 08:42:06 2020 -0400
  52. a17f94c test: Add tests for SOC uclass by Dave Gerlach · Wed Jul 15 23:39:58 2020 -0500
  53. c993ff7 acpi: Support writing Device Properties objects via _DSD by Simon Glass · Tue Jul 07 13:11:56 2020 -0600
  54. 98528d4 acpi: Support generation of ACPI code by Simon Glass · Tue Jul 07 13:11:42 2020 -0600
  55. 0c1f6bf reset: Add generic reset driver by Sean Anderson · Wed Jun 24 06:41:14 2020 -0400
  56. b786054 dm: Add support for simple-pm-bus by Sean Anderson · Wed Jun 24 06:41:12 2020 -0400
  57. 6e887ee clk: Add K210 pll support by Sean Anderson · Wed Jun 24 06:41:09 2020 -0400
  58. caee155 dm: core: add ofnode and dev function to iterate on node property by Patrick Delaunay · Mon Jan 13 11:34:56 2020 +0100
  59. 41b888e Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm by Tom Rini · Thu Apr 16 13:45:03 2020 -0400
  60. 62070e0 test: fdtdec: test fdtdec_set_carveout() by Laurentiu Tudor · Fri Apr 03 13:43:04 2020 +0300
  61. 2d67fdf acpi: Add a simple sandbox test by Simon Glass · Wed Apr 08 16:57:34 2020 -0600
  62. b2b76eb Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dm by Tom Rini · Thu Jan 09 08:52:21 2020 -0500
  63. 323ff9f dm: devres: Add tests by Simon Glass · Sun Dec 29 21:19:26 2019 -0700
  64. 912893d test: rng: Add basic test for random number generator(rng) uclass by Sughosh Ganu · Sat Dec 28 23:58:33 2019 +0530
  65. 54028bc sandbox: Add a test for IRQ by Simon Glass · Fri Dec 06 21:41:59 2019 -0700
  66. 937bb47 sandbox: Add PCI driver and test for p2sb by Simon Glass · Fri Dec 06 21:41:57 2019 -0700
  67. 8c50102 x86: sandbox: Add a PMC emulator and test by Simon Glass · Fri Dec 06 21:41:54 2019 -0700
  68. 9712c82 dm: Add a dsi host uclass by Yannick Fertré · Mon Oct 07 15:29:05 2019 +0200
  69. 41c0e26 Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Sat Jul 27 09:35:05 2019 -0400
  70. 8c0709b clk: sandbox: Add sandbox test code for Common Clock Framework [CCF] by Lukasz Majewski · Mon Jun 24 15:50:50 2019 +0200
  71. 0649be5 test: dm: add a test for MDIO MUX DM uclass by Alex Marginean · Fri Jul 12 10:13:53 2019 +0300
  72. 0daa53a test: dm: add MDIO test by Alex Marginean · Mon Jun 03 19:12:28 2019 +0300
  73. afdb342 test: pci_ep: add basic pci_ep tests by Ramon Fried · Sat Apr 27 11:15:24 2019 +0300
  74. db97c7f dm: Add a No-op uclass by Jean-Jacques Hiblot · Fri Jul 05 09:33:57 2019 +0200
  75. 53a68b3 sandbox: pch: Add a test for the PCH uclass by Simon Glass · Sat Feb 16 20:24:50 2019 -0700
  76. 1fc5330 test: bootcount: add bootcount-uclass test by Philipp Tomsich · Fri Dec 14 21:14:29 2018 +0100
  77. 40e0945 cmd: Move the "dm" command from test/dm/ to cmd/ by Tom Rini · Fri Dec 07 19:00:39 2018 -0500
  78. ab6dbe6 dm: sound: Complete migration to driver model by Simon Glass · Mon Dec 10 10:37:47 2018 -0700
  79. 76072ac dm: sound: Create a uclass for sound by Simon Glass · Mon Dec 10 10:37:36 2018 -0700
  80. c953aaf dm: sound: Create a uclass for i2s by Simon Glass · Mon Dec 10 10:37:34 2018 -0700
  81. ed96cde dm: sound: Create a uclass for audio codecs by Simon Glass · Mon Dec 10 10:37:33 2018 -0700
  82. 19ebf0b test: dma: add dma-uclass test by Grygorii Strashko · Wed Nov 28 19:17:51 2018 +0100
  83. a550b54 dm: Add Hardware Spinlock class by Benjamin Gaignard · Tue Nov 27 13:49:50 2018 +0100
  84. 1bb290d test: dm: virtio: Add test cases for virtio uclass by Bin Meng · Mon Oct 15 02:21:26 2018 -0700
  85. 5620cf8 test: panel: Add a test for the panel uclass by Simon Glass · Mon Oct 01 12:22:40 2018 -0600
  86. a10b983 test: tee: test TEE uclass by Jens Wiklander · Tue Sep 25 16:40:19 2018 +0200
  87. b93eea7 Merge git://git.denx.de/u-boot-dm by Tom Rini · Sun Sep 30 18:16:51 2018 -0400
  88. b3b2ddb dm: test: Add "/firmware" node scan test by Rajan Vaja · Wed Sep 19 03:43:46 2018 -0700
  89. ab664ff test: Add tests for board uclass by Mario Six · Tue Jul 31 11:44:13 2018 +0200
  90. 02ad6fb video_osd: Add osd sandbox driver and tests by Mario Six · Thu Sep 27 09:19:31 2018 +0200
  91. dea5df7 test: Add tests for CPU uclass by Mario Six · Mon Aug 06 10:23:44 2018 +0200
  92. 70ed0ea sandbox: Add serial test by Patrice Chotard · Fri Aug 03 15:07:41 2018 +0200
  93. 68a3398 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · Sat Aug 11 19:49:29 2018 -0400
  94. a8ce0ee test: Add tests for misc uclass by Mario Six · Tue Jul 31 14:24:14 2018 +0200
  95. 16f57da test: Add AXI test by Mario Six · Thu Aug 09 14:51:20 2018 +0200
  96. e8826f5 test: smem: add basic smem test by Ramon Fried · Mon Jul 02 02:58:00 2018 +0300
  97. b4f2dda test: ofnode: test ofnode_device_is_compatible() by Masahiro Yamada · Fri Apr 27 01:02:02 2018 +0900
  98. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  99. 7e9db02 dm: test: Add tests for the generic PHY uclass by Jean-Jacques Hiblot · Mon Apr 24 11:51:28 2017 +0200
  100. daea6d4 dm: Simple Watchdog uclass by maxims@google.com · Mon Apr 17 12:00:21 2017 -0700