1. 409f4a2 test: Rename test-main.c to test-dm.c by Simon Glass · 3 years, 8 months ago
  2. bef1b28 sandbox: Drop the 'starting...' message by Simon Glass · 3 years, 8 months ago
  3. 8a45b22 gpio: Add a way to read 3-way strapping pins by Simon Glass · 3 years, 9 months ago WIP/2021-03-03-gpio-improvements
  4. d638a18 gpio: sandbox: Track whether a GPIO is driven by Simon Glass · 3 years, 9 months ago
  5. 1f212af gpio: sandbox: Use a separate flag for the value by Simon Glass · 3 years, 9 months ago
  6. a03a0aa gpio: sandbox: Rename GPIO dir_flags to flags by Simon Glass · 3 years, 9 months ago
  7. 1c52fcc sandbox: Write out bloblist when exiting by Simon Glass · 3 years, 9 months ago
  8. b308d9f sandbox: Avoid using malloc() for system state by Simon Glass · 3 years, 9 months ago
  9. 14e46df sandbox: Add os_realloc() by Simon Glass · 3 years, 9 months ago
  10. 35b65dd reset: Remove addr parameter from reset_cpu() by Harald Seiler · 3 years, 10 months ago
  11. 8f7a16a Merge tag 'u-boot-amlogic-20210222' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 3 years, 8 months ago WIP/22Feb2021
  12. bced796 Merge tag 'ti-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 3 years, 8 months ago
  13. d67da44 arch: sandbox: fix typo in clk.h by Dario Binacchi · 3 years, 8 months ago
  14. e880187 dm: test: Add test case for dev->dma_offset by Nicolas Saenz Julienne · 3 years, 9 months ago
  15. 283628c dm: test: Add test case for dev_get_dma_ranges() by Nicolas Saenz Julienne · 3 years, 9 months ago
  16. 289d0ea test: add a simple test for the adc-keys button driver by Marek Szyprowski · 3 years, 8 months ago
  17. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago WIP/2021-02-02-drop-asm_global_data-when-unused
  18. 43db075 sandbox: keep time offset when resetting by Heinrich Schuchardt · 3 years, 10 months ago
  19. ff5fa7d dm: core: Update ofnode_read_fmap_entry() to read hashes by Simon Glass · 3 years, 9 months ago
  20. d85f2c4 sandbox: Disable I2C emulators in SPL by Simon Glass · 3 years, 9 months ago
  21. 3a6c994 cros_ec: Add support for switches by Simon Glass · 3 years, 9 months ago
  22. d8e9a93 cros_ec: Add a function for the hello message by Simon Glass · 3 years, 9 months ago
  23. b680c553 sandbox: fix sandbox_cmdline_cb_test_fdt() by Heinrich Schuchardt · 3 years, 10 months ago
  24. a4918b2 test: add test for dropped trace before log_init by Patrick Delaunay · 4 years ago
  25. 15daa48 dm: core: add a function to decode display timings by Dario Binacchi · 3 years, 10 months ago
  26. d64b9cd fdt: translate address if #size-cells = <0> by Dario Binacchi · 3 years, 10 months ago
  27. 2983ad5 clk: add clk_round_rate() by Dario Binacchi · 3 years, 10 months ago
  28. 370746a sandbox: Update dts files to reduce SPL size by Simon Glass · 3 years, 10 months ago
  29. f05a7c5 sandbox: i2c: Move priv into a header file by Simon Glass · 3 years, 10 months ago
  30. bfae6cc sandbox: serial: Move priv into a header file by Simon Glass · 3 years, 10 months ago
  31. 10bb90f sandbox: remove ram buffer file when U-Boot is loaded by SPL by Patrick Delaunay · 4 years ago
  32. acfb530 sandbox: Drop unnecessary test node by Simon Glass · 3 years, 10 months ago
  33. add685f test: spi: Add sandbox_spi_get_{speed, mode} interface by Ovidiu Panait · 3 years, 10 months ago
  34. 1dc53ce sandbox: test: Add a second SPI slave on sandbox_spi bus by Ovidiu Panait · 3 years, 10 months ago
  35. 1f6d618 sandbox: spi: Drop unused sandbox_spi_parse_spec function by Ovidiu Panait · 3 years, 10 months ago
  36. 3286d22 sandbox: implement invalidate_icache_all() by Heinrich Schuchardt · 3 years, 11 months ago
  37. 9c54729 sandbox: implement runtime system reset by Heinrich Schuchardt · 3 years, 11 months ago
  38. 93f44e8 dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQ by Simon Glass · 3 years, 10 months ago
  39. 981426e dm: Switch over to use new sequence number for dev_seq() by Simon Glass · 3 years, 10 months ago
  40. b46f30a sandbox: add handler for exceptions by Heinrich Schuchardt · 4 years ago
  41. 22ad69b Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years ago
  42. 3a8ee3d board: Rename uclass to sysinfo by Simon Glass · 4 years ago
  43. 329dccc sandbox: implement reset by Heinrich Schuchardt · 4 years ago
  44. c0b19f2 sandbox: use O_CLOEXEC in os_open() by Heinrich Schuchardt · 4 years ago
  45. 6eec4b0 sandbox: eth-raw: do not close the console input by Heinrich Schuchardt · 4 years ago
  46. fbe27a5 dm: Add a test for of-platdata parent information by Simon Glass · 4 years, 1 month ago
  47. 8828052 dm: test: Add a test for of-platdata phandles by Simon Glass · 4 years, 1 month ago
  48. a8b1fbc dm: test: Drop of-platdata pytest by Simon Glass · 4 years ago
  49. 22b29cc sandbox: Allow selection of SPL unit tests by Simon Glass · 4 years ago
  50. b25ff5c dm: test: Add a way to run SPL tests by Simon Glass · 4 years ago
  51. 18bca1f sandbox: make SDL window resizable by Heinrich Schuchardt · 4 years ago
  52. 739592c test: Add tests for the multiplexer framework by Jean-Jacques Hiblot · 4 years ago
  53. 39916bb test: sharpen button label unit test by Heinrich Schuchardt · 4 years, 1 month ago
  54. 3e41c7b test: dm: Test for default led naming by Sean Anderson · 4 years, 1 month ago
  55. 7f0f180 test: pinmux: Add test for pin muxing by Sean Anderson · 4 years, 1 month ago
  56. 175e832 sandbox: avoid duplicate backslash input by Heinrich Schuchardt · 4 years, 1 month ago
  57. c421621 sandbox: add missing SDL key scan codes by Heinrich Schuchardt · 4 years, 1 month ago
  58. cc72f3e test: dm: add test for phandle access functions by Patrick Delaunay · 4 years, 1 month ago
  59. c0dd177 firmware: smci: sandbox test for SCMI reset controllers by Etienne Carriere · 4 years, 1 month ago WIP/30Sep2020-next
  60. 87d4f27 firmware: scmi: sandbox test for SCMI clocks by Etienne Carriere · 4 years, 1 month ago
  61. 358599e firmware: add SCMI agent uclass by Etienne Carriere · 4 years, 1 month ago
  62. 0ced26a test: dm: Add tests for regmap managed API and regmap fields by Jean-Jacques Hiblot · 4 years, 1 month ago
  63. 88e6a60 test: gpio: Add tests for the managed API by Jean-Jacques Hiblot · 4 years, 1 month ago
  64. bad2433 test: reset: Add tests for the managed API by Jean-Jacques Hiblot · 4 years, 1 month ago
  65. 7616e36 timer: Add a test for timer_timebase_fallback by Sean Anderson · 4 years, 1 month ago
  66. 4cf56ec pci: pci-uclass: Add multi entry support for memory regions by Suneel Garapati · 5 years ago
  67. a402035 sandbox: u-boot.lds: Remove bogus __bss_start symbol by Ovidiu Panait · 4 years, 2 months ago
  68. 1f0d588 sandbox: dts: Add compatible string for bind-test node by Patrice Chotard · 4 years, 3 months ago
  69. f692b47 i2c: eeprom: Use reg property instead of offset and size by Michal Simek · 4 years, 5 months ago
  70. a6c6f0f test/py: add tests for the button commands by Philippe Reynes · 4 years, 3 months ago
  71. bd3e488 sandbox: dtsi: add buttons by Philippe Reynes · 4 years, 3 months ago
  72. 037a56d sandbox, test: change hog gpio by Philippe Reynes · 4 years, 3 months ago
  73. 21e3c21 test: Add tests for SOC uclass by Dave Gerlach · 4 years, 3 months ago
  74. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 3 months ago
  75. fbde39f test: Add tests for SOC uclass by Dave Gerlach · 4 years, 3 months ago
  76. fefac0b dm: acpi: Enhance acpi_get_name() by Simon Glass · 4 years, 4 months ago
  77. 0169458 acpi: Add support for DSDT generation by Simon Glass · 4 years, 4 months ago
  78. 0f7b111 acpi: Support ordering SSDT data by device by Simon Glass · 4 years, 4 months ago
  79. b518317 acpi: Add support for SSDT generation by Simon Glass · 4 years, 4 months ago
  80. 0667900 acpi: Support copying properties from device tree to ACPI by Simon Glass · 4 years, 4 months ago
  81. 1361a53 acpi: Add a function to get a device path and scope by Simon Glass · 4 years, 4 months ago
  82. df29730 sandbox: Move section u_boot_list to make it RW by Walter Lozano · 4 years, 4 months ago
  83. e85497a sandbox: make RAM size configurable by Heinrich Schuchardt · 4 years, 5 months ago
  84. c7e49dd sandbox: handling out of memory by Heinrich Schuchardt · 4 years, 5 months ago
  85. baed779 test: dm: rtc: add test of dm_rtc_read, dm_rtc_write by Rasmus Villemoes · 4 years, 4 months ago
  86. 6e7d7aa Merge branch 'next' by Tom Rini · 4 years, 4 months ago
  87. 9ba8432 sandbox, test: add test for GPIO_HOG function by Heiko Schocher · 4 years, 5 months ago
  88. 038b13e reset: Add generic reset driver by Sean Anderson · 4 years, 4 months ago
  89. 4a3390f dm: Add support for simple-pm-bus by Sean Anderson · 4 years, 4 months ago
  90. be1a6e9 dm: uclass: don't assign aliased seq numbers by Michael Walle · 4 years, 5 months ago
  91. c03b761 usb: provide a device tree node to USB devices by Michael Walle · 4 years, 5 months ago
  92. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 6 months ago
  93. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
  94. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 6 months ago
  95. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 6 months ago
  96. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 6 months ago
  97. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 6 months ago
  98. 9bf87e2 test: dm: update test for open-drain/open-source emulation in gpio-uclass by Neil Armstrong · 4 years, 6 months ago
  99. 00c82ac test: dm: phy: add a test item for the phy_bulk API by Chunfeng Yun · 4 years, 6 months ago
  100. bf6ad91 test: dm: add test item for ofnode_get_child_count() by Chunfeng Yun · 4 years, 6 months ago