1. 6d45136 binman: add support for creating dummy files for external blobs by Heiko Thiery · 2 years, 11 months ago
  2. c554aba Merge branch '2022-01-06-assorted-important-fixes' by Tom Rini · 2 years, 11 months ago
  3. 05e3d8e Revert "clk: Detect failure to set defaults" by Marek Vasut · 2 years, 11 months ago
  4. 99ec8af udoo: neo: Do not print the Model information by Fabio Estevam · 2 years, 11 months ago
  5. 427bdbb udoo: neo: Fix the board model printing by Fabio Estevam · 2 years, 11 months ago
  6. dbe2d5a udoo_neo: Enable support for USB and storage by Peter Robinson · 3 years ago
  7. 5a45944 udoo_neo: Fix ethernet by Peter Robinson · 3 years ago
  8. 89e2806 udoo_neo: Fixes for booting from the mSD card by Peter Robinson · 3 years ago
  9. 0d6e987 udoo_neo: Call gpio_request() by Peter Robinson · 3 years ago
  10. 4c6a28c riscv: sifive: Fix OF_BOARD boot failure by Bin Meng · 2 years, 11 months ago
  11. afed704 rockchip: puma/lion: update MAINTAINERS file by Quentin Schulz · 2 years, 11 months ago
  12. ef90133 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 11 months ago
  13. 3fb703d tools: kwbimage: Fix checksum calculation for v1 images by Pierre Bourdon · 3 years ago
  14. f9baa05 Merge tag 'video-20211228' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 2 years, 11 months ago
  15. c902198 Merge tag 'efi-2022-01-rc4-4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 11 months ago
  16. 63cc27a doc: Fix usage of CFG_RPMB_WRITE_KEY by Ilias Apalodimas · 3 years ago
  17. 6b18e94 video: mxsfb: fix clk_get_by_name() return value check by Giulio Benetti · 3 years, 1 month ago
  18. 3d8f34b Merge https://source.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 3 years ago
  19. b4db303 Merge tag 'u-boot-rockchip-20211226' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 3 years ago
  20. 43ee801 tools: avoid OpenSSL deprecation warnings by Heinrich Schuchardt · 3 years ago
  21. 9a41ed3 sysreset: watchdog: watchdog cannot power off by Heinrich Schuchardt · 3 years, 1 month ago
  22. 599ac59 efi_loader: Don't limit the StMM buffer size explicitly by Ilias Apalodimas · 3 years ago
  23. c0aaa06 efi: fix typo in description of struct efi_entry_hdr by Heinrich Schuchardt · 3 years ago
  24. 0b70112 rockchip: mkimage: Add support for rk3568 SoC by Kever Yang · 3 years ago
  25. 32829bc rockchip: mkimage: Add support for idb header V2 by Yi Liu · 3 years, 6 months ago
  26. ad6dcde rockchip: mkimage: Add image header version by Kever Yang · 3 years ago
  27. 9068311 rockchip: mkimage: rename RK_SIGNATURE to RK_MAGIC by Kever Yang · 3 years ago
  28. 6005f77 configs: rock-pi-4: Enable rockchip efuse support by Sjoerd Simons · 3 years ago
  29. 1a76b3a rockchip: boot_mode: fix fastboot command by John Keeping · 3 years ago
  30. 9964f00 power: pmic/fan53555: allow dm be omitted by SPL by Quentin Schulz · 3 years ago
  31. 19e0c95 engicam: px30: Add Engicam PX30.Core C.TOUCH 2.0 10.1" OF by Jagan Teki · 3 years ago
  32. 20759fa arm64: dts: rockchip: Sync px30 from linux-next by Jagan Teki · 3 years ago
  33. a50c896 arm64: dts: rockchip: px30: Move dmc into -u-boot.dtsi by Jagan Teki · 3 years ago
  34. d1b9339 doc: rockchip: puma: update build and flash instructions by Quentin Schulz · 3 years ago
  35. d7e4c32 dts: rockchip: rk3399: enable emmc phy for spl by Yifeng Zhao · 3 years, 1 month ago
  36. 131e1ab rockchip: rk3568: add arch_cpu_init() by Nico Cheng · 3 years, 1 month ago
  37. 16bc03c arm: dts: rockchip: rk3568: Enable sdhci and sdmmc0 node by Nico Cheng · 3 years, 1 month ago
  38. 00ceeb0 rockchip: Kconfig: Enable SPL support for rk3568 by Nico Cheng · 3 years, 1 month ago
  39. 09a33b0 rockchip: px30: add support for HW RNG for Odroid Go Advance by Chris Morgan · 3 years, 3 months ago
  40. 61a9618 cmd: kaslrseed: add command to generate value from hwrng by Chris Morgan · 3 years, 3 months ago
  41. 929e511 Prepare v2022.01-rc4 by Tom Rini · 3 years ago
  42. bc7d9d2 Revert "image: Remove #ifdefs from select_ramdisk()" by Tom Rini · 3 years ago
  43. 85206c0 fw_setenv: Unbreak fw_setenv caused by buggy MEMISLOCKED use by Joakim Tjernlund · 3 years ago
  44. 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
  45. 0520727 i2c: mvtwsi: Swab the register address if its size is > 1 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. c4fe899 Merge commit '4720b83d2c711062cfb55f03591b8f12c897d7cb' of https://github.com/tienfong/uboot_mainline by Tom Rini · 3 years ago
  52. adc079f arm: socfpga: arria10: Enable double peripheral RBF configuration by Tien Fong Chee · 3 years, 1 month ago
  53. 8ca1708 arm: socfpga: arria10: Reset MPFE NoC after program periph / combined RBF by Tien Fong Chee · 3 years, 1 month ago
  54. b26072a arm: socfpga: arria10: Setting image magic value to romcode initswstate reg by Tien Fong Chee · 3 years, 1 month ago
  55. a54dce7 mtd: spi-nor-ids: Add support for W25Q01JV by Ram Narayanan · 3 years ago
  56. bd07a49 Merge tag 'clk-2022.01-rc3' of https://source.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · 3 years ago
  57. 8767e79 clk: define LOG_CATEGORY for generic and ccf clocks by Patrick Delaunay · 3 years ago
  58. 283dadf clk: cosmetic: reorder include files by Patrick Delaunay · 3 years ago
  59. dcc67fa clk: fix clk_get_rate() documentation by Giulio Benetti · 3 years, 10 months ago
  60. bdc836d Merge tag 'rpi-next-2022.01' of https://source.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 3 years ago
  61. ae0ca6a Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 3 years ago
  62. 0f65c04 arm: a37xx: pci: Do not allow setting ROM BAR on PCI Bridge by Pali Rohár · 3 years, 1 month ago
  63. 3166722 pci: pci_mvebu: Do not allow setting ROM BAR on PCI Bridge by Pali Rohár · 3 years, 1 month ago
  64. 6f66291 pci: pci_mvebu, pci_aardvark: Fix size of configuration cache by Marek Behún · 3 years, 1 month ago
  65. 48694be Merge tag 'u-boot-stm32-20211213' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years ago
  66. 752323b ARM: stm32: Enable KSZ90x1 PHY driver on DHCOR by Marek Vasut · 3 years ago
  67. eb088ba ARM: dts: stm32: Add custom PHY reset bindings on AV96 by Marek Vasut · 3 years ago
  68. 4bd7a5a ARM: stm32: Fix SoM and board coding strap GPIO handling on DHSOM by Marek Vasut · 3 years ago
  69. 010f492 ARM: stm32: Increase PHY auto-negotiation timeout to 20s on DHSOM by Marek Vasut · 3 years ago
  70. bc6e88a ARM: stm32: Add update_sf script to install U-Boot into SF on DHSOM by Marek Vasut · 3 years ago
  71. e43ec1f ARM: stm32: Increase USB power-good delay on DHSOM by Marek Vasut · 3 years ago
  72. a5edd93 Merge https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 3 years ago
  73. 09f15c9 configs: beacon-rzg2m: Config to address new aliases by Adam Ford · 3 years ago
  74. 70f3a2e ARM: rmobile: Fix rzg2_beacon_defconfig to address new aliases by Adam Ford · 3 years ago
  75. bad413c arm: dts: Create common rz-g2-beacon-u-boot file by Adam Ford · 3 years ago
  76. af9021f arm: dts: beacon-rzg2: Resync device trees with Linux 5.16-rc3 by Adam Ford · 3 years ago
  77. a4ba7ff net: ravb: Support multiple clocks by Adam Ford · 3 years ago
  78. 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
  79. c468839 efi: Add a media/block driver for EFI block devices by Simon Glass · 3 years ago
  80. 507ab96 efi: Add uclass for devices provided by UEFI firmware by Simon Glass · 3 years ago
  81. 15c4d67 efi: Rename UCLASS_EFI and IF_TYPE_EFI by Simon Glass · 3 years ago
  82. 38155ea efi_loader: correctly handle no tpm device error by Masahisa Kojima · 3 years ago
  83. fd19a7e efi_loader: check tcg2 protocol installation outside the TCG protocol by Masahisa Kojima · 3 years ago
  84. 0fd4379 efi_loader: efi_tcg2_register returns appropriate error by Masahisa Kojima · 3 years ago
  85. 2ca2961 doc: usage: Fix command in fdt overlay apply sequence by Alexander Dahl · 3 years ago
  86. 4b5a0a3 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 3 years ago
  87. e79ee61 sunxi: Remove misleading USB-OTG charger message by Andre Przywara · 3 years, 1 month ago
  88. 42284ec sunxi: dts: Fix typoed eMMC check by Andre Przywara · 3 years ago
  89. 97e2f84 Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 3 years ago
  90. bdf5e6a Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 3 years ago
  91. 9b9c4d5 riscv: Enable SPI flash env for SiFive Unmatched. by Thomas Skibo · 3 years ago
  92. f50fad6 riscv: Support booting SiFive Unmatched from SPI. by Thomas Skibo · 3 years ago
  93. 4d237d1 doc: board: Update Microchip MPFS Icicle Kit doc by Padmarao Begari · 3 years ago
  94. 52547d1 riscv: Update Microchip MPFS Icicle Kit support by Padmarao Begari · 3 years ago
  95. b56e2fd riscv: dts: Split Microchip device tree by Padmarao Begari · 3 years ago
  96. 7ddb4ec i2c: Add Microchip PolarFire SoC I2C driver by Padmarao Begari · 3 years ago
  97. 63459cd net: macb: Remove Microchip compatible string by Padmarao Begari · 3 years ago
  98. 919a0e7 board: ae350: Support autoboot from RAM by Leo Yu-Chi Liang · 3 years, 1 month ago
  99. 30b28c4 net: dwc_eth_qos: Enable clock in probe by Marek Vasut · 3 years ago
  100. 9da5a55 net: eth-phy: Handle gpio_request_by_name() return value by Marek Vasut · 3 years ago