1. 2b90e0d test: Drop the UT_TESTF_LIVE_OR_FLAT flag by Simon Glass · 2 years, 1 month ago
  2. c3a194d dm: core: Support writing a property to an empty node by Simon Glass · 2 years, 1 month ago
  3. ffe9039 dm: core: Allow adding ofnode subnodes by Simon Glass · 2 years, 1 month ago
  4. 7c14dc7 test: Fix missing livetree test runs by Simon Glass · 2 years, 1 month ago
  5. 22c80d5 sandbox: Add a test for SCSI by Simon Glass · 2 years, 1 month ago
  6. e9a1ff9 Merge branch 'master' into next by Tom Rini · 2 years, 1 month ago
  7. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 2 months ago
  8. e33a5c6 blk: Switch over to using uclass IDs by Simon Glass · 2 years, 2 months ago
  9. f6f6816 gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate function by Patrice Chotard · 2 years, 2 months ago
  10. b471bdc dm: core: Add functions to read 8/16-bit integers by Stefan Herbrechtsmeier · 2 years, 4 months ago
  11. 3bb4db4 tpm: Allow reporting the internal state by Simon Glass · 2 years, 2 months ago
  12. 21ddac1 dm: rtc: Try to handle the localtime() race by Simon Glass · 2 years, 3 months ago
  13. fc7ceae dm: rtc: Try to avoid a race in rtc_set_get test by Simon Glass · 2 years, 3 months ago
  14. c4d7247 dm: rtc: Avoid a race in the rtc_reset test by Simon Glass · 2 years, 3 months ago
  15. ea94d05 test: Allow running tests multiple times by Simon Glass · 2 years, 3 months ago
  16. e033c18 dm: rtc: Make use of ut_assertnonnull() by Simon Glass · 2 years, 3 months ago
  17. 55f7990 dm: core: Add support for writing u32 with ofnode by Simon Glass · 2 years, 3 months ago
  18. 39e42be dm: core: Allow writing to a flat tree with ofnode by Simon Glass · 2 years, 3 months ago
  19. b7eaa4f dm: core: Tidy up ofnode-writing test by Simon Glass · 2 years, 3 months ago
  20. be0789a dm: core: Swap parameters of ofnode_write_prop() by Simon Glass · 2 years, 3 months ago
  21. 6571559 dm: core: Move ofnode-writing test to ofnode by Simon Glass · 2 years, 3 months ago
  22. 3310484 dm: core: Introduce support for multiple trees by Simon Glass · 2 years, 3 months ago
  23. de70619 test: rng: Add a UT testcase for the rng command by Sughosh Ganu · 2 years, 3 months ago
  24. 1fc45d6 watchdog: add pulse support to gpio watchdog driver by Paul Doelle · 2 years, 4 months ago
  25. 9ff4ce8 Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 2 years, 3 months ago
  26. ebaa3d0 test: fix CONFIG_ACPIGEN dependencies by Heinrich Schuchardt · 2 years, 4 months ago
  27. 0dfda34 dm: core: Add a way to collect memory usage by Simon Glass · 2 years, 6 months ago
  28. 930a3dd dm: core: Support accessing core tags by Simon Glass · 2 years, 6 months ago
  29. df33fd2 test: eth: Add test for ethernet addresses by Sean Anderson · 2 years, 6 months ago
  30. bedb182 sandbox: net: Add aliases for ethernet devices by Sean Anderson · 2 years, 6 months ago
  31. d036104 test: dm: virtio_rng: Test virtio-rng with faked device by Andrew Scull · 2 years, 5 months ago
  32. 420b3e5 test: dm: virtio: Test virtio device driver probing by Andrew Scull · 2 years, 5 months ago
  33. acd3b27 virtio: sandbox: Bind RNG rather than block device by Andrew Scull · 2 years, 5 months ago
  34. 8df508f test: dm: virtio: Split out virtio device tests by Andrew Scull · 2 years, 5 months ago
  35. 82c8610 test: dm: virtio: Test notify before del_vqs by Andrew Scull · 2 years, 5 months ago
  36. 1674b6c virtio: sandbox: Fix device features bitfield by Andrew Scull · 2 years, 5 months ago
  37. b1fe820 dm: test: virtio: Test the virtio ring by Andrew Scull · 2 years, 5 months ago
  38. 012afa8 test: dm: spi: Replace _spi_get_bus_and_cs() by spi_get_bus_and_cs() in some case by Patrice Chotard · 2 years, 7 months ago
  39. 61708bb spi: spi-uclass: Add new spi_get_bus_and_cs() implementation by Patrice Chotard · 2 years, 7 months ago
  40. 2635e3b pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · 2 years, 6 months ago
  41. 7739d93 pci: Match region flags using a mask by Andrew Scull · 2 years, 6 months ago
  42. 12507a2 pci: Map bars with offset and length by Andrew Scull · 2 years, 6 months ago
  43. 55e6adb test: pci: Test PCI address conversion functions by Andrew Scull · 2 years, 6 months ago
  44. d69616e test: dm: devres: Remove use-after-free by Andrew Scull · 2 years, 7 months ago
  45. 7f58fea test: Fix pointer overrun in dm_test_devm_regmap() by Andrew Scull · 2 years, 7 months ago
  46. 876276f test: dm: led: Fix LED enumeration by Marek Vasut · 2 years, 6 months ago
  47. 69245e4 led: Drop led_default_state() by Marek Vasut · 2 years, 6 months ago
  48. 8cfac23 Merge branch '2022-04-25-initial-implementation-of-stdboot' by Tom Rini · 2 years, 6 months ago
  49. 026e213 test: dm: Restart USB before assuming it is stopped by Simon Glass · 2 years, 6 months ago
  50. 9bd2f62 test: fastboot: Avoid using mmc1 by Simon Glass · 2 years, 6 months ago
  51. 4e0710a dm: core: Allow finding a uclass device by partial name by Simon Glass · 2 years, 6 months ago
  52. 6aa4fe3 dm: core: Rename and fix uclass_get_by_name_len() by Simon Glass · 2 years, 6 months ago
  53. 8ff5022 test: dm: add tests for tag support by AKASHI Takahiro · 2 years, 6 months ago
  54. 092d5c2 dm: core: Allow devres to be disabled in SPL by Simon Glass · 2 years, 7 months ago
  55. 7f418ea Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 2 years, 6 months ago
  56. 679190c test: serial: Add test for putc/puts by Sean Anderson · 2 years, 7 months ago
  57. 123ca11 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · 2 years, 7 months ago
  58. 1776a24 treewide: use dm_mdio_read/write/reset() wrappers by Marek Behún · 2 years, 7 months ago
  59. f3dd213 net: introduce helpers to get PHY ofnode from MAC by Marek Behún · 2 years, 7 months ago
  60. 49e8668 dm: blk: Expand iteration and add tests by Simon Glass · 2 years, 8 months ago
  61. 34d2b7f Merge tag 'v2022.04-rc5' into next by Tom Rini · 2 years, 7 months ago
  62. fd426b3 k210: use the board vendor name rather than the marketing name by Damien Le Moal · 2 years, 8 months ago
  63. 10d3e5d firmware: scmi: fix sandbox and related tests for clock discovery by Etienne Carriere · 2 years, 8 months ago
  64. 41d62e2 sandbox: scmi: test against a single scmi agent by Etienne Carriere · 2 years, 8 months ago
  65. 9876ae7 dm: Fix OF_BAD_ADDR definition by Patrice Chotard · 2 years, 10 months ago
  66. 06f6f3d acpi: Tidy up the table list by Simon Glass · 2 years, 11 months ago
  67. a924641 acpi: Tidy up the item list by Simon Glass · 2 years, 11 months ago
  68. 94ba15a x86: Move base tables to a writer function by Simon Glass · 2 years, 11 months ago
  69. 31c27eb x86: Use the ACPI table writer by Simon Glass · 2 years, 11 months ago
  70. cc1f8c3 x86: acpi: Split out context creation from base tables by Simon Glass · 2 years, 11 months ago
  71. 233f0e3 x86: Move the acpi table to generic global_data by Simon Glass · 2 years, 11 months ago
  72. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 9 months ago
  73. 226fce6 phy: Track power-on and init counts in uclass by Alper Nebi Yasak · 2 years, 10 months ago
  74. 84e63ab video: Support showing the U-Boot logo by Simon Glass · 3 years ago
  75. 4ea1548 video: theadorable: Use RGB565 for BMP blitting by Simon Glass · 3 years ago
  76. c1cad06 video: Add a test for 16bpp BMP files by Simon Glass · 3 years ago
  77. 646e169 video: bmp: Update RLE8 support to use the write function by Simon Glass · 3 years ago
  78. 8657ad4 sandbox: video: Add BMP tests for 32bpp and 8bpp modes by Simon Glass · 3 years ago
  79. 6476c4d dm: core: Allow getting some basic stats by Simon Glass · 2 years, 10 months ago
  80. 4afab30 Merge tag 'v2022.01-rc4' into next by Tom Rini · 2 years, 10 months ago
  81. 42b7f42 efi: Add uclass for devices provided by UEFI firmware by Simon Glass · 2 years, 11 months ago
  82. 075bfc9 dm: core: Add a way to obtain a string list by Simon Glass · 3 years ago
  83. fb933d0 dm: core: Add tests for stringlist functions by Simon Glass · 3 years ago
  84. ace5bb3 test/dm: fix watchdog test by Heinrich Schuchardt · 3 years ago
  85. bce039a test: dm: add test for ofnode_for_each_compatible_node() by Michael Walle · 3 years ago
  86. fb57462 test: Add tests for IOMMU uclass by Mark Kettenis · 3 years ago
  87. b9aad37 fdtdec: Support reserved-memory flags by Thierry Reding · 3 years, 2 months ago
  88. 9019487 fdtdec: Reorder fdtdec_set_carveout() parameters for consistency by Thierry Reding · 3 years, 2 months ago
  89. 46cb067 fdtdec: Support compatible string list for reserved memory by Thierry Reding · 3 years, 2 months ago
  90. 776bf6a Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years ago
  91. 38f7d3b cmd: bind: Fix driver binding on a device by Patrice Chotard · 3 years, 1 month ago
  92. 425c08f clk: k210: Try harder to get the best config by Sean Anderson · 3 years, 1 month ago
  93. 6e23c9f test: dm: k210: Reduce duplication in test cases by Sean Anderson · 3 years, 1 month ago
  94. a3423b3 acpi: Use U-Boot version for OEM_REVISION by Pali Rohár · 3 years, 3 months ago
  95. 66356b4 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years, 1 month ago
  96. 6eecaf5 Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net into next by Tom Rini · 3 years, 1 month ago
  97. 66fd01f net: update NXP copyright text by Vladimir Oltean · 3 years, 1 month ago
  98. 8ae8da1 sandbox: correct cpu nodes by Heinrich Schuchardt · 3 years, 2 months ago
  99. 48609d0 dm: gpio: Add of-platdata support by Simon Glass · 3 years, 2 months ago
  100. 3e57ad9 irq: Tidy up of-platdata irq support by Simon Glass · 3 years, 2 months ago