1. 2510aab usb: Tidy up the usb_start flag by Simon Glass · 1 year, 7 months ago
  2. 63c76c0 test: eth: IPv6 network discovery unit test by Ehsan Mohandesi · 1 year, 7 months ago
  3. 669f5c8 test: Add tests for the extcon by Svyatoslav Ryhel · 1 year, 7 months ago
  4. 8664860 core: fdtaddr: use map_sysmem() as cast for the return by Johan Jonker · 1 year, 7 months ago
  5. e1ab990 sandbox64: add a test case for UCLASS_NVMXIP by Abdellatif El Khlifi · 1 year, 7 months ago
  6. 1b0e2d1 test: dm: mmc: Check block erasing boundaries by Loic Poulain · 1 year, 10 months ago
  7. 5a42005 test: blkmap: Add test suite by Tobias Waldekranz · 1 year, 9 months ago
  8. 1531c4e test: Wrap assert macros in ({ ... }) and fix missing semicolons by Marek Vasut · 1 year, 9 months ago
  9. fc785c5 video console: add 12x22 console simple font test by Dzmitry Sankouski · 1 year, 9 months ago
  10. 3467ed2 tpm: Implement tpm_auto_start() for TPMv1.2 by Simon Glass · 1 year, 9 months ago
  11. eef107e tpm: Separate out the TPM tests for v1 and v2 by Simon Glass · 1 year, 9 months ago
  12. b6a2fae test: add a test for the new tpm_auto_start() function by Ilias Apalodimas · 1 year, 9 months ago
  13. fc1aa35 dm: treewide: Complete migration to new driver model schema by Simon Glass · 1 year, 9 months ago
  14. 6078bff reset: Allow reset_get_by_name() with NULL name by Samuel Holland · 1 year, 10 months ago
  15. bae0f4f clk: Allow clk_get_by_name() with NULL name by Samuel Holland · 1 year, 10 months ago
  16. 157f2c5 dm: button: add support for linux_code in button-gpio.c driver by Dzmitry Sankouski · 1 year, 10 months ago
  17. 54f4c83 test: create dedicated fdt node for ofnode_for_each_prop test by Dzmitry Sankouski · 1 year, 10 months ago
  18. bb9d131 test: dm: test-fdt: Add decode_panel_timing test by Nikhil M Jain · 1 year, 10 months ago
  19. 5dfd4ec test: Add test for mapping IOMMUs for PCI devices by Mark Kettenis · 1 year, 10 months ago
  20. 1551896 test: Add test for IOMMU uclass map/unmap ops by Mark Kettenis · 1 year, 10 months ago
  21. a2cc4b7 virtio: Avoid strange behaviour on removal by Simon Glass · 1 year, 10 months ago
  22. f5e2df0 part: Add a function to find the first bootable partition by Simon Glass · 1 year, 10 months ago
  23. 29bfcd6 dm: part: Update test to use mmc2 by Simon Glass · 1 year, 10 months ago
  24. 68a56ba dm: test: Correct assertion in dm_test_part() by Simon Glass · 1 year, 10 months ago
  25. 71cc021 test:dm:fix typo by Yuepeng Xing · 2 years ago
  26. a63bea9 Merge tag 'v2023.01-rc4' into next by Tom Rini · 2 years ago
  27. 67c3aa2 Merge tag 'sound-2023-01-rc4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years ago
  28. bb4dd96 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · 2 years ago
  29. 5c8e0a6 test: dm: eth: Add ip6_make_lladdr test by Viacheslav Mitrofanov · 2 years ago
  30. 3b673c0 test: dm: eth: Add ip6_make_snma test by Viacheslav Mitrofanov · 2 years ago
  31. ac6a9ce test: dm: eth: Add ip6_addr_in_subnet test by Viacheslav Mitrofanov · 2 years ago
  32. 224f563 test: dm: eth: Add csum_ipv6_magic test by Viacheslav Mitrofanov · 2 years ago
  33. f96b109 test: dm: eth: Add string_to_ip6 test by Viacheslav Mitrofanov · 2 years ago
  34. 707a6fc test: test sandbox sound driver more rigorously by Heinrich Schuchardt · 2 years ago
  35. 2c7b0e4 dm: Add tests for the sandbox host driver by Simon Glass · 2 years, 1 month ago
  36. e57f8d4 dm: sandbox: Switch over to using the new host uclass by Simon Glass · 2 years, 1 month ago
  37. c0bcaaf dm: blk: Tidy up obtaining a block device from its parent by Simon Glass · 2 years, 1 month ago
  38. 2a83e86 dm: test: Drop the special function for running DM tests by Simon Glass · 2 years, 1 month ago
  39. 77079e7 test: dm: Add test cases for FWU Metadata uclass by Sughosh Ganu · 2 years, 1 month ago
  40. 31b4f9e usb: Update the test to cover reading and writing by Simon Glass · 2 years, 1 month ago
  41. 1886100 dm: blk: Add udevice functions by Simon Glass · 2 years, 1 month ago
  42. 1f1614b test: Support tests which can only be run manually by Simon Glass · 2 years, 1 month ago
  43. c759944 test: Update tests to use the skip feature by Simon Glass · 2 years, 1 month ago
  44. 5bfbffb Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 2 years, 1 month ago
  45. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 2 years, 1 month ago
  46. 98e1ada dm: core: Do not stop uclass iteration on error by Michal Suchanek · 2 years, 1 month ago
  47. b0679a7 dm: memory: Introduce new uclass by Roger Quadros · 2 years, 1 month ago
  48. 135e5f6 k210: fix k210_pll_calc_config() by Heinrich Schuchardt · 2 years, 1 month ago
  49. ac12a2f dm: treewide: Use uclass_first_device_err when accessing one device by Michal Suchanek · 2 years, 1 month ago
  50. 44322b5 dm: treewide: Do not opencode uclass_probe_all() by Michal Suchanek · 2 years, 1 month ago
  51. f5a5902 dm: core: Fix uclass_probe_all to really probe all devices by Michal Suchanek · 2 years, 1 month ago
  52. 6ac319d dm: fpga: Introduce new uclass by Alexander Dahl · 2 years, 2 months ago
  53. 7a7229a dm: core: Support copying properties with ofnode by Simon Glass · 2 years, 3 months ago
  54. 17abed0 dm: core: Allow copying ofnode property data when writing by Simon Glass · 2 years, 3 months ago
  55. 9e7a42a dm: core: Expand ofnode tests by Simon Glass · 2 years, 3 months ago
  56. dad9751 dm: core: Create a function to get a live tree in a test by Simon Glass · 2 years, 3 months ago
  57. f912a72 dm: core: Complete phandle implementation using the other FDT by Simon Glass · 2 years, 3 months ago
  58. 45ae59d dm: core: Split ofnode_path_root() into two functions by Simon Glass · 2 years, 3 months ago
  59. 95fd209 dm: core: Add a way to look up a phandle in an oftree by Simon Glass · 2 years, 3 months ago
  60. 2b9b1458 dm: core: Add ofnode functions to obtain an oftree by Simon Glass · 2 years, 3 months ago
  61. e3be5fc dm: core: Expand integer-reading tests by Simon Glass · 2 years, 3 months ago
  62. 4caa79a dm: core: Add a macro to iterate through properties by Simon Glass · 2 years, 3 months ago
  63. d0aff8b dm: core: Rename ofnode_get_property_by_prop() by Simon Glass · 2 years, 3 months ago
  64. fec058d dm: core: Rename ofnode_get_first/next_property() by Simon Glass · 2 years, 3 months ago
  65. 8ae9f96 test: Drop the UT_TESTF_LIVE_OR_FLAT flag by Simon Glass · 2 years, 3 months ago
  66. 238afb5 dm: core: Support writing a property to an empty node by Simon Glass · 2 years, 3 months ago
  67. 56bc332 dm: core: Allow adding ofnode subnodes by Simon Glass · 2 years, 3 months ago
  68. 7f9b580 test: Fix missing livetree test runs by Simon Glass · 2 years, 3 months ago
  69. 509f32e sandbox: Add a test for SCSI by Simon Glass · 2 years, 2 months ago
  70. 586c22b Merge branch 'master' into next by Tom Rini · 2 years, 2 months ago
  71. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
  72. dbfa32c blk: Switch over to using uclass IDs by Simon Glass · 2 years, 3 months ago
  73. f69c39d gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate function by Patrice Chotard · 2 years, 3 months ago
  74. 1b090e6 dm: core: Add functions to read 8/16-bit integers by Stefan Herbrechtsmeier · 2 years, 5 months ago
  75. 11a075c tpm: Allow reporting the internal state by Simon Glass · 2 years, 3 months ago
  76. b6e254d dm: rtc: Try to handle the localtime() race by Simon Glass · 2 years, 4 months ago
  77. 277bab8 dm: rtc: Try to avoid a race in rtc_set_get test by Simon Glass · 2 years, 4 months ago
  78. ad98e31 dm: rtc: Avoid a race in the rtc_reset test by Simon Glass · 2 years, 4 months ago
  79. 91a187b test: Allow running tests multiple times by Simon Glass · 2 years, 4 months ago
  80. 8980155 dm: rtc: Make use of ut_assertnonnull() by Simon Glass · 2 years, 4 months ago
  81. d28e31e dm: core: Add support for writing u32 with ofnode by Simon Glass · 2 years, 4 months ago
  82. 3ee3d15 dm: core: Allow writing to a flat tree with ofnode by Simon Glass · 2 years, 4 months ago
  83. b75dc16 dm: core: Tidy up ofnode-writing test by Simon Glass · 2 years, 4 months ago
  84. 5e2cd5e dm: core: Swap parameters of ofnode_write_prop() by Simon Glass · 2 years, 4 months ago
  85. 270a443 dm: core: Move ofnode-writing test to ofnode by Simon Glass · 2 years, 4 months ago
  86. ef75c59 dm: core: Introduce support for multiple trees by Simon Glass · 2 years, 4 months ago
  87. 6daac6b test: rng: Add a UT testcase for the rng command by Sughosh Ganu · 2 years, 4 months ago
  88. 709f037 watchdog: add pulse support to gpio watchdog driver by Paul Doelle · 2 years, 5 months ago
  89. 45b2548 Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 2 years, 5 months ago
  90. 6ef9dc6 test: fix CONFIG_ACPIGEN dependencies by Heinrich Schuchardt · 2 years, 6 months ago
  91. be1621b dm: core: Add a way to collect memory usage by Simon Glass · 2 years, 7 months ago
  92. d1f12cf dm: core: Support accessing core tags by Simon Glass · 2 years, 7 months ago
  93. 86f5cc7 test: eth: Add test for ethernet addresses by Sean Anderson · 2 years, 7 months ago
  94. 67d93a4 sandbox: net: Add aliases for ethernet devices by Sean Anderson · 2 years, 7 months ago
  95. 89e57e1 test: dm: virtio_rng: Test virtio-rng with faked device by Andrew Scull · 2 years, 6 months ago
  96. c3f7313 test: dm: virtio: Test virtio device driver probing by Andrew Scull · 2 years, 6 months ago
  97. e4ea0fd virtio: sandbox: Bind RNG rather than block device by Andrew Scull · 2 years, 6 months ago
  98. 561ff890 test: dm: virtio: Split out virtio device tests by Andrew Scull · 2 years, 6 months ago
  99. 28d25cf test: dm: virtio: Test notify before del_vqs by Andrew Scull · 2 years, 6 months ago
  100. 506ba0d virtio: sandbox: Fix device features bitfield by Andrew Scull · 2 years, 6 months ago