1. 77079e7 test: dm: Add test cases for FWU Metadata uclass by Sughosh Ganu · 2 years, 1 month ago
  2. 31b4f9e usb: Update the test to cover reading and writing by Simon Glass · 2 years, 1 month ago
  3. 1886100 dm: blk: Add udevice functions by Simon Glass · 2 years, 1 month ago
  4. 1f1614b test: Support tests which can only be run manually by Simon Glass · 2 years, 1 month ago
  5. c759944 test: Update tests to use the skip feature by Simon Glass · 2 years, 1 month ago
  6. 5bfbffb Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 2 years, 1 month ago
  7. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 2 years, 1 month ago
  8. 98e1ada dm: core: Do not stop uclass iteration on error by Michal Suchanek · 2 years, 2 months ago
  9. b0679a7 dm: memory: Introduce new uclass by Roger Quadros · 2 years, 1 month ago
  10. 135e5f6 k210: fix k210_pll_calc_config() by Heinrich Schuchardt · 2 years, 2 months ago
  11. ac12a2f dm: treewide: Use uclass_first_device_err when accessing one device by Michal Suchanek · 2 years, 2 months ago
  12. 44322b5 dm: treewide: Do not opencode uclass_probe_all() by Michal Suchanek · 2 years, 2 months ago
  13. f5a5902 dm: core: Fix uclass_probe_all to really probe all devices by Michal Suchanek · 2 years, 2 months ago
  14. 6ac319d dm: fpga: Introduce new uclass by Alexander Dahl · 2 years, 2 months ago
  15. 7a7229a dm: core: Support copying properties with ofnode by Simon Glass · 2 years, 3 months ago
  16. 17abed0 dm: core: Allow copying ofnode property data when writing by Simon Glass · 2 years, 3 months ago
  17. 9e7a42a dm: core: Expand ofnode tests by Simon Glass · 2 years, 3 months ago
  18. dad9751 dm: core: Create a function to get a live tree in a test by Simon Glass · 2 years, 3 months ago
  19. f912a72 dm: core: Complete phandle implementation using the other FDT by Simon Glass · 2 years, 3 months ago
  20. 45ae59d dm: core: Split ofnode_path_root() into two functions by Simon Glass · 2 years, 3 months ago
  21. 95fd209 dm: core: Add a way to look up a phandle in an oftree by Simon Glass · 2 years, 3 months ago
  22. 2b9b1458 dm: core: Add ofnode functions to obtain an oftree by Simon Glass · 2 years, 3 months ago
  23. e3be5fc dm: core: Expand integer-reading tests by Simon Glass · 2 years, 3 months ago
  24. 4caa79a dm: core: Add a macro to iterate through properties by Simon Glass · 2 years, 3 months ago
  25. d0aff8b dm: core: Rename ofnode_get_property_by_prop() by Simon Glass · 2 years, 3 months ago
  26. fec058d dm: core: Rename ofnode_get_first/next_property() by Simon Glass · 2 years, 3 months ago
  27. 8ae9f96 test: Drop the UT_TESTF_LIVE_OR_FLAT flag by Simon Glass · 2 years, 3 months ago
  28. 238afb5 dm: core: Support writing a property to an empty node by Simon Glass · 2 years, 3 months ago
  29. 56bc332 dm: core: Allow adding ofnode subnodes by Simon Glass · 2 years, 3 months ago
  30. 7f9b580 test: Fix missing livetree test runs by Simon Glass · 2 years, 3 months ago
  31. 509f32e sandbox: Add a test for SCSI by Simon Glass · 2 years, 2 months ago
  32. 586c22b Merge branch 'master' into next by Tom Rini · 2 years, 2 months ago
  33. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
  34. dbfa32c blk: Switch over to using uclass IDs by Simon Glass · 2 years, 4 months ago
  35. f69c39d gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate function by Patrice Chotard · 2 years, 3 months ago
  36. 1b090e6 dm: core: Add functions to read 8/16-bit integers by Stefan Herbrechtsmeier · 2 years, 6 months ago
  37. 11a075c tpm: Allow reporting the internal state by Simon Glass · 2 years, 3 months ago
  38. b6e254d dm: rtc: Try to handle the localtime() race by Simon Glass · 2 years, 4 months ago
  39. 277bab8 dm: rtc: Try to avoid a race in rtc_set_get test by Simon Glass · 2 years, 4 months ago
  40. ad98e31 dm: rtc: Avoid a race in the rtc_reset test by Simon Glass · 2 years, 4 months ago
  41. 91a187b test: Allow running tests multiple times by Simon Glass · 2 years, 4 months ago
  42. 8980155 dm: rtc: Make use of ut_assertnonnull() by Simon Glass · 2 years, 4 months ago
  43. d28e31e dm: core: Add support for writing u32 with ofnode by Simon Glass · 2 years, 4 months ago
  44. 3ee3d15 dm: core: Allow writing to a flat tree with ofnode by Simon Glass · 2 years, 4 months ago
  45. b75dc16 dm: core: Tidy up ofnode-writing test by Simon Glass · 2 years, 4 months ago
  46. 5e2cd5e dm: core: Swap parameters of ofnode_write_prop() by Simon Glass · 2 years, 4 months ago
  47. 270a443 dm: core: Move ofnode-writing test to ofnode by Simon Glass · 2 years, 4 months ago
  48. ef75c59 dm: core: Introduce support for multiple trees by Simon Glass · 2 years, 4 months ago
  49. 6daac6b test: rng: Add a UT testcase for the rng command by Sughosh Ganu · 2 years, 4 months ago
  50. 709f037 watchdog: add pulse support to gpio watchdog driver by Paul Doelle · 2 years, 5 months ago
  51. 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
  52. 6ef9dc6 test: fix CONFIG_ACPIGEN dependencies by Heinrich Schuchardt · 2 years, 6 months ago
  53. be1621b dm: core: Add a way to collect memory usage by Simon Glass · 2 years, 7 months ago
  54. d1f12cf dm: core: Support accessing core tags by Simon Glass · 2 years, 7 months ago
  55. 86f5cc7 test: eth: Add test for ethernet addresses by Sean Anderson · 2 years, 7 months ago
  56. 67d93a4 sandbox: net: Add aliases for ethernet devices by Sean Anderson · 2 years, 7 months ago
  57. 89e57e1 test: dm: virtio_rng: Test virtio-rng with faked device by Andrew Scull · 2 years, 7 months ago
  58. c3f7313 test: dm: virtio: Test virtio device driver probing by Andrew Scull · 2 years, 7 months ago
  59. e4ea0fd virtio: sandbox: Bind RNG rather than block device by Andrew Scull · 2 years, 7 months ago
  60. 561ff890 test: dm: virtio: Split out virtio device tests by Andrew Scull · 2 years, 7 months ago
  61. 28d25cf test: dm: virtio: Test notify before del_vqs by Andrew Scull · 2 years, 7 months ago
  62. 506ba0d virtio: sandbox: Fix device features bitfield by Andrew Scull · 2 years, 7 months ago
  63. bcb12d4 dm: test: virtio: Test the virtio ring by Andrew Scull · 2 years, 7 months ago
  64. f0c00df test: dm: spi: Replace _spi_get_bus_and_cs() by spi_get_bus_and_cs() in some case by Patrice Chotard · 2 years, 8 months ago
  65. 86e06ae spi: spi-uclass: Add new spi_get_bus_and_cs() implementation by Patrice Chotard · 2 years, 8 months ago
  66. 6520c82 pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · 2 years, 7 months ago
  67. 994b60d pci: Match region flags using a mask by Andrew Scull · 2 years, 7 months ago
  68. 58c6102 pci: Map bars with offset and length by Andrew Scull · 2 years, 7 months ago
  69. c7456a4 test: pci: Test PCI address conversion functions by Andrew Scull · 2 years, 7 months ago
  70. 6e0abff test: dm: devres: Remove use-after-free by Andrew Scull · 2 years, 8 months ago
  71. 2110a46 test: Fix pointer overrun in dm_test_devm_regmap() by Andrew Scull · 2 years, 8 months ago
  72. 83bbd0a test: dm: led: Fix LED enumeration by Marek Vasut · 2 years, 7 months ago
  73. 721d99a led: Drop led_default_state() by Marek Vasut · 2 years, 7 months ago
  74. d68298c Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · 2 years, 7 months ago
  75. 6bebdb3 test: dm: Restart USB before assuming it is stopped by Simon Glass · 2 years, 7 months ago
  76. 70f4bcb test: fastboot: Avoid using mmc1 by Simon Glass · 2 years, 7 months ago
  77. 9670f7d dm: core: Allow finding a uclass device by partial name by Simon Glass · 2 years, 7 months ago
  78. f1f519f dm: core: Rename and fix uclass_get_by_name_len() by Simon Glass · 2 years, 7 months ago
  79. cb53b2c test: dm: add tests for tag support by AKASHI Takahiro · 2 years, 8 months ago
  80. 3996f06 dm: core: Allow devres to be disabled in SPL by Simon Glass · 2 years, 8 months ago
  81. 6a25a7e Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 2 years, 8 months ago
  82. b271161 test: serial: Add test for putc/puts by Sean Anderson · 2 years, 8 months ago
  83. bc19477 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · 2 years, 8 months ago
  84. e4dedf2 treewide: use dm_mdio_read/write/reset() wrappers by Marek Behún · 2 years, 8 months ago
  85. f4f1ddc net: introduce helpers to get PHY ofnode from MAC by Marek Behún · 2 years, 8 months ago
  86. 8e61f93 dm: blk: Expand iteration and add tests by Simon Glass · 2 years, 9 months ago
  87. 9442f15 Merge tag 'v2022.04-rc5' into next by Tom Rini · 2 years, 8 months ago
  88. 6e5a8b7 k210: use the board vendor name rather than the marketing name by Damien Le Moal · 2 years, 9 months ago
  89. bf1f132 firmware: scmi: fix sandbox and related tests for clock discovery by Etienne Carriere · 2 years, 9 months ago
  90. 09665cb sandbox: scmi: test against a single scmi agent by Etienne Carriere · 2 years, 9 months ago
  91. b4c5211 dm: Fix OF_BAD_ADDR definition by Patrice Chotard · 2 years, 11 months ago
  92. eb025f3 acpi: Tidy up the table list by Simon Glass · 3 years ago
  93. 884dcfa acpi: Tidy up the item list by Simon Glass · 3 years ago
  94. e9f6e6a x86: Move base tables to a writer function by Simon Glass · 3 years ago
  95. 1617088 x86: Use the ACPI table writer by Simon Glass · 3 years ago
  96. 37acc66 x86: acpi: Split out context creation from base tables by Simon Glass · 3 years ago
  97. b33f2f9 x86: Move the acpi table to generic global_data by Simon Glass · 3 years ago
  98. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 11 months ago
  99. be4e5e1 phy: Track power-on and init counts in uclass by Alper Nebi Yasak · 3 years ago
  100. 87a3cd7 video: Support showing the U-Boot logo by Simon Glass · 3 years ago