1. 599177e sunxi: video: select dw-hdmi in Kconfig, not Makefile by Jernej Skrabec · 3 years, 8 months ago
  2. 747c242 sunxi: arm64: Add addresses for compressed kernel load by Arnaud Ferraris · 3 years, 8 months ago
  3. 925cd8d sunxi: binman: Do not hardcode U-Boot load address by Samuel Holland · 3 years, 9 months ago
  4. ed4bc13 sunxi: binman: Respect the default FIT configuration by Samuel Holland · 3 years, 9 months ago
  5. fa7eabf clk: sunxi: h6: Add XHCI clocks by Samuel Holland · 3 years, 9 months ago
  6. 9078b67 clk: sunxi: Add a dummy clock driver for the RTC by Samuel Holland · 3 years, 9 months ago
  7. a5ff6f5 sunxi: enable dual rank memory on R40 by Icenowy Zheng · 3 years, 8 months ago
  8. e9dfd8e sunxi: support asymmetric dual rank DRAM on A64/R40 by Icenowy Zheng · 3 years, 8 months ago
  9. 17d6ece sunxi: add fdtoverlay_addr_r environment variable by Jernej Skrabec · 3 years, 7 months ago
  10. 45b3cf8 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 3 years, 6 months ago
  11. b86772e Merge https://source.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 3 years, 6 months ago
  12. 20830d0 configs: T1042D4RDB: enable DM_ETH by Camelia Groza · 3 years, 6 months ago
  13. d640abf powerpc: dts: t1042d4rdb: add FMan v3 nodes by Camelia Groza · 3 years, 6 months ago
  14. 19d65d1 powerpc: dts: t1042: add QorIQ DPAA 1 FMan v3 nodes by Camelia Groza · 3 years, 6 months ago
  15. 143a5e0 configs: T4240RDB: enable DM_ETH by Camelia Groza · 3 years, 6 months ago
  16. 3a25db1 powerpc: dts: qoriq: update the mdio offsets under the second FMan v3 by Camelia Groza · 3 years, 6 months ago
  17. 6aa01e2 powerpc: dts: t4240rdb: add FMan v3 nodes by Camelia Groza · 3 years, 6 months ago
  18. e9322f6 powerpc: dts: t4240: add QorIQ DPAA 1 FMan v3 nodes by Camelia Groza · 3 years, 6 months ago
  19. a24990b configs: T2080RDB: enable DM_ETH by Camelia Groza · 3 years, 6 months ago
  20. 8092e9d board: freescale: t208xrdb: fdt fixups under DM_ETH by Camelia Groza · 3 years, 6 months ago
  21. 2007090 powerpc: dts: t2080rdb: add FMan v3 nodes by Camelia Groza · 3 years, 6 months ago
  22. aec1228 powerpc: dts: t2080: add QorIQ DPAA 1 FMan v3 nodes by Camelia Groza · 3 years, 6 months ago
  23. a985502 ls1012a: use default scan_dev_for_boot by Mian Yousaf Kaukab · 3 years, 7 months ago
  24. 9b3843f board: sl28: add config to enable console output on SER0 by Michael Walle · 3 years, 7 months ago
  25. 6d1ab4a board: sl28: enable DM_SERIAL by Michael Walle · 3 years, 7 months ago
  26. 356a338 board: sl28: move DM_* configs to Kconfig by Michael Walle · 3 years, 7 months ago
  27. 918c72f armv8: fsl-layerscape: spl: call spl_early_init() by Michael Walle · 3 years, 7 months ago
  28. 019438e armv8: fsl-layerscape: spl: add debug UART support by Michael Walle · 3 years, 7 months ago
  29. 8ff123a freescale: ls1021atwr: Drop use of CONFIG_RESET by Simon Glass · 3 years, 7 months ago
  30. 5b5dd69 doc: board: qemu-ppce500: Document eTSEC usage by Bin Meng · 3 years, 7 months ago
  31. f6e95af ppc: qemu: Enable eTSEC support by Bin Meng · 3 years, 7 months ago
  32. b339899 ppc: qemu: Create a virtual memory mapping of the platform bus by Bin Meng · 3 years, 7 months ago
  33. ea8971c test: dm: Add a test case for simple-bus <ranges> by Bin Meng · 3 years, 7 months ago
  34. 80279fa dm: core: Correctly read <ranges> of simple-bus by Bin Meng · 3 years, 7 months ago
  35. a081546 net: tsec: Support <reg> property from the subnode "queue-group" by Bin Meng · 3 years, 7 months ago
  36. 0515370 dt-bindings: net: Update Freescale TSEC to support "queue-group" by Bin Meng · 3 years, 7 months ago
  37. 408f056 net: tsec: Use map_physmem() directly instead of dev_remap_addr() by Bin Meng · 3 years, 7 months ago
  38. 534c69b test: dm: Add a case to test ofnode_phy_is_fixed_link() by Bin Meng · 3 years, 7 months ago
  39. ff98da0 sandbox: Add a DSA sandbox driver and unit test by Claudiu Manoil · 3 years, 7 months ago
  40. 3c56251 net: tsec: Use dm_eth_phy_connect() directly for the DM case by Vladimir Oltean · 3 years, 7 months ago
  41. ec3b97e net: phy: fixed: Support the old DT binding by Bin Meng · 3 years, 7 months ago
  42. d809a9d net: phy: fixed: Add the missing ending newline by Bin Meng · 3 years, 7 months ago
  43. af34a94 net: phy: fixed: Make driver ops static by Bin Meng · 3 years, 7 months ago
  44. 676fbd3 net: phy: Simplify the logic of phy_connect_fixed() by Bin Meng · 3 years, 7 months ago
  45. 188ff18 net: phy: xilinx: Drop #ifdef CONFIG_DM_ETH around phy_connect_gmii2rgmii() by Bin Meng · 3 years, 7 months ago
  46. 6c99381 net: phy: xilinx: Be compatible with live OF tree by Bin Meng · 3 years, 7 months ago
  47. 3407c30 net: phy: fixed: Drop #ifdef CONFIG_DM_ETH around phy_connect_fixed by Vladimir Oltean · 3 years, 7 months ago
  48. f27bc8a net: phy: fixed: Be compatible with live OF tree by Vladimir Oltean · 3 years, 7 months ago
  49. 33aad0b dm: mdio: Use ofnode_phy_is_fixed_link() API by Bin Meng · 3 years, 7 months ago
  50. 173c66b of: extra: Introduce ofnode_phy_is_fixed_link() API by Bin Meng · 3 years, 7 months ago
  51. 1c196b3 dt-bindings: net: Add the old DT bindings for "fixed-link" by Bin Meng · 3 years, 7 months ago
  52. 017af7f watchdog: Add booke watchdog driver by Chris Packham · 3 years, 8 months ago
  53. 91ee547 board/km: add support for seli8 design based on nxp ls102x by Aleksandar Gerasimovski · 3 years, 8 months ago
  54. a7fdac7 arm: dts: ls1028a: define QDS networking protocol combinations by Alex Marginean · 3 years, 9 months ago
  55. 2c32c70 pci: add Amlogic Meson Designware PCIe controller by Neil Armstrong · 3 years, 7 months ago
  56. c90f3d0 pci: pcie_dw_rockchip: migrate to common Designware PCIe functions by Neil Armstrong · 3 years, 7 months ago
  57. 1a03182 pci: pcie_dw_ti: migrate to common Designware PCIe functions by Neil Armstrong · 3 years, 7 months ago
  58. dfadb94 pci: add common Designware PCIe functions by Neil Armstrong · 3 years, 7 months ago
  59. 21296b0 x86: mtrr: Fix function descriptions by Wolfgang Wallner · 3 years, 7 months ago
  60. da35d7a dt-bindings: fsp: Fix Apollo Lake FSP-S devicetree bindings by Wolfgang Wallner · 3 years, 7 months ago
  61. 3505fa5 Merge https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 3 years, 6 months ago
  62. 3e5f3db arm: mach-rmobile: Add CPU info support for RZ/G2 by Biju Das · 3 years, 7 months ago
  63. a94ab56 Merge branch '2021-04-13-assorted-improvements' by Tom Rini · 3 years, 6 months ago
  64. 8c4e3b7 cmd: exit: Fix return value by Marek Vasut · 3 years, 7 months ago
  65. 7062d4e scmi: translate the resource only when livetree is not activated by Patrick Delaunay · 3 years, 7 months ago
  66. 34f8fc7 gpio: Drop dm_gpio_set_dir() by Simon Glass · 3 years, 7 months ago
  67. a12aa79 gpio: i2c-gpio: Drop use of dm_gpio_set_dir() by Simon Glass · 3 years, 7 months ago
  68. 0219279 qemu: arm: select QFW, MMIO on qemu-arm by Asherah Connor · 3 years, 7 months ago
  69. 5830b57 qemu: add MMIO driver for QFW by Asherah Connor · 3 years, 7 months ago
  70. 6951255 test: qemu: add qfw sandbox driver, dm tests, qemu tests by Asherah Connor · 3 years, 7 months ago
  71. 5b0b43e x86: qemu: move QFW to its own uclass by Asherah Connor · 3 years, 7 months ago
  72. 2a3f161 scmi: correctly configure MMU for SCMI buffer by Patrick Delaunay · 3 years, 7 months ago
  73. dc514d7 moveconfig.py: add to the "do not process" list by Trevor Woerner · 3 years, 7 months ago
  74. d9c3050 checkpatch: Add warnings for using strn(cat|cpy) by Sean Anderson · 3 years, 8 months ago
  75. 69a7529 fastboot: Fix possible buffer overrun by Sean Anderson · 3 years, 8 months ago
  76. c4ac52f test: Add test for strlcat by Sean Anderson · 3 years, 8 months ago
  77. 9af869c lib: string: Implement strlcat by Sean Anderson · 3 years, 8 months ago
  78. d3358ec lib: string: Fix strlcpy return value by Sean Anderson · 3 years, 8 months ago
  79. 92e8489 tee: optee: Change printing during optee_probe by Ilias Apalodimas · 3 years, 8 months ago
  80. ac38214 terminal: only serial_reinit_all if available by Asherah Connor · 3 years, 8 months ago
  81. 5c935eb terminal: correct stdio_dev invocations by Asherah Connor · 3 years, 8 months ago
  82. 05a0776 rtc: add support for rv3028 rtc by Heiko Schocher · 3 years, 8 months ago
  83. 3dfd739 test: scmi: add local variables for scmi agent reference by Etienne Carriere · 3 years, 8 months ago
  84. c3bba70 firmware: scmi: fix inline comments and minor coding style issues by Etienne Carriere · 3 years, 8 months ago
  85. 0124218 firmware: scmi: sandbox test for voltage regulator by Etienne Carriere · 3 years, 8 months ago
  86. 1f213ee firmware: scmi: voltage regulator by Etienne Carriere · 3 years, 8 months ago
  87. d469338 disk: gpt: verify alternate LBA points to last usable LBA by Stefan Herbrechtsmeier · 3 years, 8 months ago
  88. b935d19 cmd: xtrace: Convert to bool by Sean Anderson · 3 years, 8 months ago
  89. a62de44 pci: Mark 64bit Memory BARs as such by Phil Sutter · 3 years, 8 months ago
  90. 9539f71 hush: Fix assignments being misinterpreted as commands by Sean Anderson · 3 years, 8 months ago
  91. c146de4 mtd: Update fail_addr when erase fails due to bad blocks by Farhan Ali · 3 years, 8 months ago
  92. bedab97 Tegra: remove e2220-1170 board by Peter Robinson · 3 years, 8 months ago
  93. 0ca7c4d bootm: do not hang on failure by Heinrich Schuchardt · 3 years, 8 months ago
  94. a479f10 hash: Allow for SHA512 hardware implementations by Joel Stanley · 3 years, 8 months ago
  95. ba13978 hw_sha: Fix coding style errors by Joel Stanley · 3 years, 8 months ago
  96. a253524 lib: optee: migration optee_copy_fdt_nodes for OF_LIVE support by Patrick Delaunay · 3 years, 9 months ago
  97. 67696ab power: pmic: remove pmic_max77696.c file by Jaehoon Chung · 3 years, 9 months ago
  98. e316aa5 board: warp: add power_max77696_init() function by Jaehoon Chung · 3 years, 9 months ago
  99. 3b676a1 Merge branch '2021-04-11-remove-non-migrated-boards' by Tom Rini · 3 years, 6 months ago
  100. c6a4ee2 Merge tag 'video-2021-07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 3 years, 6 months ago