1. f9c68a5 rockchip: phycore_rk3288: remove phycore_init() function by Johan Jonker · 2 years ago
  2. e1e8fdf arm: mach-k3: Move hardware handling to common files by Andrew Davis · 2 years ago
  3. b0931d1 arm: mach-k3: security: Use dma-mapping for cache ops by Andrew Davis · 2 years ago
  4. fc95f83 arm: mach-k3: common: Set boot_fit on non-GP devices by Andrew Davis · 2 years ago
  5. f020cff arm: dts: k3-am64-evm: EMIF tool update to v0.08.40 for 1600MT/s DDR4 by Dave Gerlach · 2 years ago
  6. 8359b99 arm: dts: k3-am64-sk: EMIF tool update to v0.08.40 and move to 1600MT/s LPDDR4 by Dave Gerlach · 2 years ago
  7. 700b4fe Merge tag 'dm-pull-18oct22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 2 years ago
  8. e50ee3a sunxi: SPL SPI: Add SPI boot support for the Allwinner H616 SoC by Andre Przywara · 3 years, 9 months ago
  9. ceda40a sunxi: dts: arm: update devicetree files by Andre Przywara · 2 years ago
  10. 7f53f50 sunxi: dts: arm64: update devicetree files by Andre Przywara · 2 years ago
  11. c37a668 stm32mp: fix compilation issue with DEBUG_UART by Patrick Delaunay · 2 years ago
  12. 637a370 ARM: dts: stm32: update SCMI dedicated file by Patrick Delaunay · 2 years ago
  13. 1587e68 ARM: dts: stm32: Fix and expand PLL configuration comments by Marek Vasut · 2 years ago
  14. 0de10e2 ARM: dts: stm32: Add DHCOR based Testbench board by Marek Vasut · 2 years ago
  15. f8edb1e ARM: dts: stm32: Drop extra newline from AV96 U-Boot extras DT by Marek Vasut · 2 years ago
  16. 34be2ad ARM: dts: stm32: Remove buck3 regulator-always-on on AV96 by Marek Vasut · 2 years ago
  17. 0718c31 sandbox: Support FDT fixups by Simon Glass · 2 years ago
  18. 1d0617b dm: treewide: Use uclass_next_device_err when accessing second device by Michal Suchanek · 2 years ago
  19. c726fc0 dm: treewide: Use uclass_first_device_err when accessing one device by Michal Suchanek · 2 years ago
  20. 3ed84e7 arm: layerscape: Disable unused parts of ICID tables by Sean Anderson · 2 years ago
  21. 3d970cb arm: layerscape: Don't select FSL_IFC when booting from SD card by Sean Anderson · 2 years ago
  22. 8fd1113 arm64: layerscape: Support SYSRESET by Sean Anderson · 2 years ago
  23. 0c3eec2 arm64: ls104x: Enable eDMA snooping by Sean Anderson · 2 years ago
  24. 1fad2cb thermal: add sandbox driver by Robert Marko · 2 years, 1 month ago
  25. 300077c Merge tag 'xilinx-for-v2023.01-rc1-v3' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 2 years ago
  26. 9f46b86 imx: gpmi: Add register needed to control nand bus timing by Michael Trimarchi · 2 years, 1 month ago
  27. f571723 Merge branch '2022-10-07-riscv-toolchain-update' by Tom Rini · 2 years ago
  28. 1dde977 riscv: Fix build against binutils 2.38 by Alexandre Ghiti · 2 years ago
  29. c9e2893 arm64: zynqmp: Fix compiler warnings in mp.c by Venkatesh Yadav Abbarapu · 2 years ago
  30. 9ca71c9 arm: nuvoton: Add support for Nuvoton NPCM845 BMC by Jim Liu · 2 years ago
  31. ae17910 armv8: cache_v8: Fix pgtables setup when MMU is already enabled by Pali Rohár · 2 years ago
  32. d63fc99 common/board_f: introduce arch_setup_dest_addr() by Ovidiu Panait · 2 years ago
  33. 85e68ae common/board_f: move CONFIG_MACH_TYPE logic to arch/arm/lib/bdinfo.c by Ovidiu Panait · 2 years ago
  34. 181cbd4 common/board_f: remove XTRN_DECLARE_GLOBAL_DATA_PTR dead code by Ovidiu Panait · 2 years ago
  35. 8092d1d arm: mvebu: Add support for specifying VHV_Enable GPIO by Pali Rohár · 2 years ago
  36. 3b44b3f arm: mvebu: Add support for programming LD0 and LD1 eFuse by Pali Rohár · 2 years ago
  37. 2de00f3 arm: mvebu: Remove timer.c by Stefan Roese · 2 years ago
  38. 88383fd board/km: remove kirkwood boards by Holger Brunck · 2 years, 1 month ago
  39. 5ccf97a arm64: dts: Remove unused property device_id by Ashok Reddy Soma · 2 years ago
  40. 52a504c ARM: zynq: Define rtc alias on zc702/zc706 by Michal Simek · 2 years ago
  41. ce92321 ARM: zynq: Point via nvmem0 alias to eeprom on zc702/zc706 by Michal Simek · 2 years ago
  42. 1323d08 dm: fpga: Introduce new uclass by Alexander Dahl · 2 years ago
  43. 2d45913 Merge branch 'next' by Tom Rini · 2 years ago
  44. 0bd7811 imx8mn-ddr4-evk-u-boot: Fix broken boot by Fabio Estevam · 2 years ago
  45. a2bf037 imx8mn-venice-u-boot: Fix broken boot by Fabio Estevam · 2 years ago
  46. 8909066 dm: core: Drop ofnode_is_available() by Simon Glass · 2 years, 1 month ago
  47. 756c014 sandbox: Support setting up the other FDT for testing by Simon Glass · 2 years, 1 month ago
  48. 9859d89 sandbox: Support loading the other FDT by Simon Glass · 2 years, 1 month ago
  49. 73c5cb9 sandbox: Add a function to load a relative file path by Simon Glass · 2 years, 1 month ago
  50. 62d6383 test: Support testing malloc() failures by Simon Glass · 2 years, 1 month ago
  51. f3543e6 treewide: Drop image_header_t typedef by Simon Glass · 2 years, 1 month ago
  52. d9d7c20 treewide: Drop bootm_headers_t typedef by Simon Glass · 2 years, 1 month ago
  53. 01c88e3 Merge tag 'u-boot-stm32-20220927' of https://source.denx.de/u-boot/custodians/u-boot-stm into next by Tom Rini · 2 years ago
  54. 55ccdee Merge tag 'xilinx-for-v2023.01-rc1-v2' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 2 years ago
  55. ffa2c88 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · 2 years ago
  56. 3cc471d configs: stm32f769-disco: Fix internal flash size by Patrice Chotard · 2 years ago
  57. 9f603e2 ARM: dts: stm32: DT sync with kernel v6.0-rc4 for MCU's boards by Patrice Chotard · 2 years ago
  58. f2641f0 arm64: versal-net: Add support for mini configuration by Michal Simek · 2 years ago
  59. 1e68144 spi: cadence_qspi: Add support for Versal NET platform by Michal Simek · 2 years ago
  60. f6aebdf arm64: versal-net: Add support for Versal NET platform by Michal Simek · 2 years ago
  61. e0465f8 riscv: Introduce AVAILABLE_HARTS by Rick Chen · 2 years ago
  62. c2bdf02 spl: introduce SPL_XIP to config by Nikita Shubin · 2 years, 1 month ago
  63. 22c80d5 sandbox: Add a test for SCSI by Simon Glass · 2 years ago
  64. 46df024 sandbox: Convert to use driver model for SCSI by Simon Glass · 2 years ago
  65. a2a9317 sandbox: unblock signal before calling execv() by Heinrich Schuchardt · 2 years, 1 month ago
  66. 7df5b35 sandbox: Add function os_flush() by Pali Rohár · 2 years, 1 month ago
  67. 6f915a5 powerpc/mpc85xx: Fix re-align of unmapped DDR memory message for non-SPL builds by Pali Rohár · 2 years ago
  68. eec715e powerpc/mpc85xx: Explain TLB unmapped memory message by Pali Rohár · 2 years ago
  69. 049704f board_f: Fix types for board_get_usable_ram_top() by Pali Rohár · 2 years ago
  70. 663e626 arm: dts: mt7622: add i2c support by Weijie Gao · 2 years ago
  71. bc15e30 arm: dts: mt7622: force high-speed mode for uart by Weijie Gao · 2 years ago
  72. e053ccf board: mediatek: add MT7981 reference boards by Weijie Gao · 2 years ago
  73. 389ba69 board: mediatek: add MT7986 reference boards by Weijie Gao · 2 years ago
  74. ed86e4f arm: mediatek: add support for MediaTek MT7981 SoC by Weijie Gao · 2 years ago
  75. 10c6233 arm: mediatek: add support for MediaTek MT7986 SoC by Weijie Gao · 2 years ago
  76. 9f7c58d ARM: dts: stm32mp15: update DDR node by Patrick Delaunay · 2 years ago
  77. e83cef8 arm: stm32mp: adapt the command stm32key for STM32MP13x by Patrick Delaunay · 2 years ago
  78. fd1f4c9 arm: stm32mp: support several key in command stm32key by Patrick Delaunay · 2 years ago
  79. 8921b3d arm: stm32mp: introduced read_close_status function in stm32key command by Patrick Delaunay · 2 years ago
  80. c6327ba arm: stm32mp: add defines for BSEC_LOCK status in stm32key command by Patrick Delaunay · 2 years ago
  81. 450036f stm32mp: stm32prog: improve the partitioning trace by Patrick Delaunay · 2 years ago
  82. 152498d ARM: dts: stm32mp: alignment with v6.0-rc3 by Patrick Delaunay · 2 years, 1 month ago
  83. 93b2d4d stm32mp: stm32prog: correctly handle OTP when SMC is not supported by Patrick Delaunay · 2 years, 1 month ago
  84. 3df19b8 stm32mp: stm32prog: solve warning for 64bits compilation by Patrick Delaunay · 2 years, 1 month ago
  85. ada8fe0 stm32mp: stm32prog: change default flashlayout location to CONFIG_SYS_LOAD_ADDR by Patrick Delaunay · 2 years, 1 month ago
  86. 4d7df7f stm32mp: stm32prog: support empty flashlayout by Patrick Delaunay · 2 years, 1 month ago
  87. 2b1db7b arm64: zynqmp: Wire GEM reset gpio by Michal Simek · 2 years ago
  88. 13622c7 arm64: zynqmp: Describe TI phy as ethernet-phy-id by Michal Simek · 2 years ago
  89. fdf6bbb ARM: imx: Deduplicate i.MX8M SNVS LPGPR unlock by Marek Vasut · 2 years ago
  90. 9bf0cbf arm: dts: imx8mm-venice-gw7901: add dsa phy handles to u-boot dtsi by Tim Harvey · 2 years ago
  91. 1581f17 arm: dts: imx8mp-venice-gw74xx: add dsa phy handles to u-boot dtsi by Tim Harvey · 2 years ago
  92. ebdd6af Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-marvell into next by Tom Rini · 2 years ago
  93. 245746e Merge tag 'u-boot-at91-2023.01-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 into next by Tom Rini · 2 years ago
  94. b81db4b arm: mvebu: dts: mvebu-u-boot.dtsi: Add "u-boot, dm-pre-reloc" to timer DT node by Stefan Roese · 2 years ago
  95. d06ba5c arm: mvebu: dts: armada-375.dtsi: Add timer0 & timer1 by Stefan Roese · 2 years ago
  96. 0cc5d23 arm: mvebu: dts: Makefile: Compile Armada 375 dtb in a separate step by Stefan Roese · 2 years ago
  97. 7b530bb arm: mvebu: Use CONFIG_TIMER on all MVEBU & KIRKWOOD platforms by Stefan Roese · 2 years ago
  98. 50e4d85 arm: mvebu: theadorable: Update eth & mdio DT nodes by Stefan Roese · 2 years ago
  99. e9a1ff9 Merge branch 'master' into next by Tom Rini · 2 years ago
  100. c1db6be Merge tag 'u-boot-imx-20220919' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 2 years ago