1. 0ca7009 arm: rpi: Sync rpi dts files from Linux by Simon Glass · 3 years ago
  2. bd07fb4 riscv: qemu: Split devicetree files for qemu_riscv32/64 by Simon Glass · 3 years ago
  3. 64d6bbb arm: qemu: Add a devicetree file for qemu_arm64 virt by Simon Glass · 3 years ago
  4. 525b22d arm: qemu: Add a devicetree file for qemu_arm by Simon Glass · 3 years ago
  5. eb28494 arm: riscv: qemu: Explain how to extract the generated dt by Simon Glass · 3 years ago
  6. f188b75 arm: qemu: Mention -nographic in the docs by Simon Glass · 3 years ago
  7. 08eba81 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-marvell into next by Tom Rini · 3 years ago
  8. 8472471 doc: remove duplicate page inclusion by Heinrich Schuchardt · 3 years ago
  9. 446a6e9 arm: mvebu: turris_mox: Remove extra newline after module topology by Marek Behún · 3 years ago
  10. 17de873 pci: pci_mvebu: Remove unused DECLARE_GLOBAL_DATA_PTR by Pali Rohár · 3 years ago
  11. 2aeb942 pci: pci_mvebu: Replace MBUS_PCI_*_SIZE by resource_size() by Pali Rohár · 3 years ago
  12. 495f313 pci: pci_mvebu: Move setup for BAR[0] where other BARs are setup by Pali Rohár · 3 years ago
  13. dc4a786 Merge tag 'v2022.01-rc4' into next by Tom Rini · 3 years ago
  14. 929e511 Prepare v2022.01-rc4 by Tom Rini · 3 years ago
  15. bc7d9d2 Revert "image: Remove #ifdefs from select_ramdisk()" by Tom Rini · 3 years ago
  16. 85206c0 fw_setenv: Unbreak fw_setenv caused by buggy MEMISLOCKED use by Joakim Tjernlund · 3 years ago
  17. ab3afea Merge tag '20211220-fixes-for-2022.01' of https://source.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · 3 years ago
  18. 0520727 i2c: mvtwsi: Swab the register address if its size is > 1 by Stefan Roese · 3 years ago
  19. bf9caf8 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-marvell into next by Tom Rini · 3 years ago
  20. 6e86351 arm: mvebu: Use printf for printing fatal errors by Pali Rohár · 3 years ago
  21. d37c46a arm: mvebu: Remove commented example code by Pali Rohár · 3 years ago
  22. 3689099 arm: mvebu: serial: Add me as co-maintainer and author of Marvell serial drivers by Pali Rohár · 3 years ago
  23. 028ac88 arm: mvebu: pci: Add me as co-maintainer and author of Marvell PCIe drivers by Pali Rohár · 3 years ago
  24. e12810e arm: mvebu: a38x: serdes: improve USB3 electrical configuration by Stefan Eichenberger · 3 years ago
  25. 288359a arm: mvebu: a38x: serdes: fix serdes config for USB3 by Stefan Eichenberger · 3 years ago
  26. ac4d9ff fdt_support: Add fdt_delete_disabled_nodes() and use in Turris MOX by Marek Behún · 3 years ago
  27. 77d9312 arm: mvebu: turris_mox: Fix unstable board topology reading by Marek Behún · 3 years ago
  28. 04c9347 phy: marvell: a3700: Convert to official DT bindings in COMPHY driver by Pali Rohár · 3 years ago
  29. cbaaf5e arm: mvebu: turris_mox: Enable eth1 in U-Boot if a network module is present by Pali Rohár · 3 years ago
  30. d050eab arm: mvebu: turris_mox: Find DT nodes by compatible or alias instead of path by Marek Behún · 3 years ago
  31. 4ef5ca6 fdt_support: Add some useful functions by Marek Behún · 3 years ago
  32. ae0ef95 fdt_support: Fix comment for fdt_create_phandle() by Marek Behún · 3 years ago
  33. f872e83 fdt_support: Remove FDT_STATUS_FAIL_ERROR_CODE by Marek Behún · 3 years ago
  34. 3577eba3 fdt_support: Remove fdt_alloc_phandle() in favor of fdt_generate_phandle() by Marek Behún · 3 years ago
  35. a4273f5 treewide: Use fdt_create_phandle() where appropriate by Marek Behún · 3 years ago
  36. 5dc7e67 include/linux/byteorder: Fix compilation of __constant_cpu_to_be32() by Pali Rohár · 3 years ago
  37. 2dc6bc7 arm: mvebu: armada-xp-theadorable.dts: Add I2C DT nodes by Stefan Roese · 3 years ago
  38. 11c6693 arm: mvebu: axp: ddr: Switch to using DM I2C API by Stefan Roese · 3 years ago
  39. 6f3dc96 arm: mvebu: axp: Remove unreferenced ddr3_get_eprom_fabric() function by Stefan Roese · 3 years ago
  40. e38f601 arm: mvebu: axp/high_speed_env_lib: Switch to DM_I2C API by Stefan Roese · 3 years ago
  41. 4d69bc8 arm: mvebu: theadorable: Switch to using DM I2C API by Stefan Roese · 3 years ago
  42. ffa296c arm: mvebu: maxbcm_defconfig: Enable DM_I2C by Stefan Roese · 3 years ago
  43. 23ccc98 arm: mvebu: ds414_defconfig: Enable DM_I2C by Stefan Roese · 3 years ago
  44. f7ab511 arm: mvebu: db-mv784mp-gp_defconfig: Enable DM_I2C by Stefan Roese · 3 years ago
  45. 767837d arm: mvebu: theadorable_debug_defconfig: Enable DM_I2C by Stefan Roese · 3 years ago
  46. 08d0530 Merge tag 'efi-2022-01-rc4-3' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years ago
  47. 4874c4d dm: fix an 'undefined' error in some macros by AKASHI Takahiro · 3 years ago
  48. 3e32dbe blk: add a helper function, blk_probe_or_unbind() by AKASHI Takahiro · 3 years ago
  49. 9601775 part: call part_init() in blk_get_device_by_str() only for MMC by AKASHI Takahiro · 3 years ago
  50. 15997ea doc: board: Add Calxeda Highbank/Midway documentation by Andre Przywara · 3 years ago
  51. 613c0db Merge tag 'dm-pull-17dec21' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 3 years ago
  52. 62a48b4 fdtgrep: Handle an empty output tree by Simon Glass · 3 years ago
  53. 2943bd2 fdtgrep: Correct alignment of struct section by Simon Glass · 3 years ago
  54. e1953e4 iot2050: binman: add missing-msg for blobs by Ivan Mikhaylov · 3 years ago
  55. 6f64b60 binman: Use less hard coded magic when inserting new PATH by Andy Shevchenko · 3 years ago
  56. 12ae347 binman: Do not pollute source tree when build with `make O=...` by Andy Shevchenko · 3 years ago
  57. ef9e762 Convert CONFIG_PHYSMEM to Kconfig by Simon Glass · 3 years ago
  58. 3efb297 binman: Add support for ATF FIP by Simon Glass · 3 years ago
  59. 2697b7c binman: Add a utility module for ATF FIP by Simon Glass · 3 years ago
  60. d8ef301 Merge tag 'u-boot-at91-2022.04-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 into next by Tom Rini · 3 years ago
  61. c4fe899 Merge commit '4720b83d2c711062cfb55f03591b8f12c897d7cb' of https://github.com/tienfong/uboot_mainline by Tom Rini · 3 years ago
  62. adc079f arm: socfpga: arria10: Enable double peripheral RBF configuration by Tien Fong Chee · 3 years, 1 month ago
  63. 8ca1708 arm: socfpga: arria10: Reset MPFE NoC after program periph / combined RBF by Tien Fong Chee · 3 years, 1 month ago
  64. b26072a arm: socfpga: arria10: Setting image magic value to romcode initswstate reg by Tien Fong Chee · 3 years, 1 month ago
  65. a265171 ARM: mach-at91: Add compile time option to choose proper timer by Hari Prasath · 3 years ago
  66. bd07a49 Merge tag 'clk-2022.01-rc3' of https://source.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · 3 years ago
  67. 8767e79 clk: define LOG_CATEGORY for generic and ccf clocks by Patrick Delaunay · 3 years ago
  68. 283dadf clk: cosmetic: reorder include files by Patrick Delaunay · 3 years ago
  69. dcc67fa clk: fix clk_get_rate() documentation by Giulio Benetti · 3 years, 10 months ago
  70. bdc836d Merge tag 'rpi-next-2022.01' of https://source.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 3 years ago
  71. ae0ca6a Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 3 years ago
  72. 0f65c04 arm: a37xx: pci: Do not allow setting ROM BAR on PCI Bridge by Pali Rohár · 3 years ago
  73. 3166722 pci: pci_mvebu: Do not allow setting ROM BAR on PCI Bridge by Pali Rohár · 3 years ago
  74. 6f66291 pci: pci_mvebu, pci_aardvark: Fix size of configuration cache by Marek Behún · 3 years ago
  75. 48694be Merge tag 'u-boot-stm32-20211213' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years ago
  76. 752323b ARM: stm32: Enable KSZ90x1 PHY driver on DHCOR by Marek Vasut · 3 years ago
  77. eb088ba ARM: dts: stm32: Add custom PHY reset bindings on AV96 by Marek Vasut · 3 years ago
  78. 4bd7a5a ARM: stm32: Fix SoM and board coding strap GPIO handling on DHSOM by Marek Vasut · 3 years ago
  79. 010f492 ARM: stm32: Increase PHY auto-negotiation timeout to 20s on DHSOM by Marek Vasut · 3 years ago
  80. bc6e88a ARM: stm32: Add update_sf script to install U-Boot into SF on DHSOM by Marek Vasut · 3 years ago
  81. e43ec1f ARM: stm32: Increase USB power-good delay on DHSOM by Marek Vasut · 3 years ago
  82. a5edd93 Merge https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 3 years ago
  83. aaf8aae ARM: mach-at91: update alternate function of signal PD20 by Hari Prasath · 3 years ago
  84. 09f15c9 configs: beacon-rzg2m: Config to address new aliases by Adam Ford · 3 years ago
  85. 70f3a2e ARM: rmobile: Fix rzg2_beacon_defconfig to address new aliases by Adam Ford · 3 years ago
  86. bad413c arm: dts: Create common rz-g2-beacon-u-boot file by Adam Ford · 3 years ago
  87. af9021f arm: dts: beacon-rzg2: Resync device trees with Linux 5.16-rc3 by Adam Ford · 3 years ago
  88. a4ba7ff net: ravb: Support multiple clocks by Adam Ford · 3 years ago
  89. 40288a8 Merge tag 'efi-2022-01-rc4-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years ago
  90. c468839 efi: Add a media/block driver for EFI block devices by Simon Glass · 3 years ago
  91. 507ab96 efi: Add uclass for devices provided by UEFI firmware by Simon Glass · 3 years ago
  92. 15c4d67 efi: Rename UCLASS_EFI and IF_TYPE_EFI by Simon Glass · 3 years ago
  93. 38155ea efi_loader: correctly handle no tpm device error by Masahisa Kojima · 3 years ago
  94. fd19a7e efi_loader: check tcg2 protocol installation outside the TCG protocol by Masahisa Kojima · 3 years ago
  95. 0fd4379 efi_loader: efi_tcg2_register returns appropriate error by Masahisa Kojima · 3 years ago
  96. 2ca2961 doc: usage: Fix command in fdt overlay apply sequence by Alexander Dahl · 3 years ago
  97. 4b5a0a3 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 3 years ago
  98. e79ee61 sunxi: Remove misleading USB-OTG charger message by Andre Przywara · 3 years, 1 month ago
  99. 42284ec sunxi: dts: Fix typoed eMMC check by Andre Przywara · 3 years ago
  100. d9a21d0 ARM: dts: at91: sama7g5ek: Add QSPI0 node by Tudor Ambarus · 3 years, 1 month ago