1. b353615 configs: transformer_t30: support booting from USB by Svyatoslav Ryhel · 12 months ago
  2. c59c9a3 ARM: dts: tf600t: separate from common transformers tree by Svyatoslav Ryhel · 12 months ago
  3. 6e758da ARM: dts: p1801-t: separate from common transformers tree by Svyatoslav Ryhel · 12 months ago
  4. e1bbc5a mmc: tegra: get default-tap and default-trim from device tree by Svyatoslav Ryhel · 12 months ago
  5. cef7c06 ARM: tegra210: set default-tap and default-trim values in sdhci nodes by Svyatoslav Ryhel · 12 months ago
  6. 51d6cdb Merge tag 'qcom-pull-20231103' of https://source.denx.de/u-boot/custodians/u-boot-snapdragon by Tom Rini · 11 months ago
  7. 5631423 Merge tag 'u-boot-dfu-20231103' of https://source.denx.de/u-boot/custodians/u-boot-dfu by Tom Rini · 11 months ago
  8. 48eb294 MAINTAINERS: update Qualcomm maintainer by Caleb Connolly · 11 months ago
  9. 1e044a9 Merge tag 'dm-pull-2nov23' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 11 months ago
  10. ae94c3d u_boot_pylib: Ensure subprocess is closed down by Simon Glass · 11 months ago
  11. a44cb1f buildman: Support upstream branch name containing / by Simon Glass · 11 months ago
  12. be6a249 sandbox: eliminate unused functions from binaries by Heinrich Schuchardt · 11 months ago
  13. a4ed4c8 binman: openssl: x509: ti_secure_rom: Add support for bootcore_opts by Neha Malcom Francis · 11 months ago
  14. ad8dbab buildman: Include symbols in the read-only data section by Simon Glass · 11 months ago
  15. 1f46e8a cros_ec: spi: disable annoying key echo on console by Milan P. Stanić · 11 months ago
  16. ce0e9e3 binman: Move stage header into a CBFS attribute by Simon Glass · 11 months ago
  17. fe35c2f binman: Rename TYPE_STAGE to TYPE_LEGACY_STAGE by Simon Glass · 11 months ago
  18. ab32601 binman: Replace FILENAME_ALIGN 16 with ATTRIBUTE_ALIGN 4 by Simon Glass · 11 months ago
  19. e9199a7 binman: Ensure attributes always come last in the metadata by Simon Glass · 11 months ago
  20. bd13255 binman: Don't add compression attribute for uncompressed files by Simon Glass · 11 months ago
  21. 9796226 Merge branch 'master_common_h_cleanup' of https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 11 months ago
  22. 823f5c3 binman: Reset missing bintools after testing by Simon Glass · 11 months ago
  23. a13af89 patman: Add a 'keep_change_id' setting by Maxim Cournoyer · 11 months ago
  24. 07fe79c Merge tag 'i2cfixes-for-v2024-01-rc2' of https://source.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · 11 months ago
  25. b0c391c Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 11 months ago
  26. 7d82461 board: rzg2l: Drop <common.h> by Paul Barker · 11 months ago
  27. 32c048b clk: rzg2l: Drop <common.h> by Paul Barker · 11 months ago
  28. 6b49155 gpio: rzg2l: Drop <common.h> by Paul Barker · 11 months ago
  29. d933d43 mmc: renesas-sdhi: Drop <common.h> by Paul Barker · 11 months ago
  30. a1b3787 pinctrl: rzg2l: Drop <common.h> by Paul Barker · 11 months ago
  31. 56d65db serial: sh: Drop <common.h> by Paul Barker · 11 months ago
  32. 93565cc arm: mach-rmobile: Drop <common.h> by Paul Barker · 11 months ago
  33. 0a5d5fe arm: armv8: mmu: Prepare for common.h removal by Paul Barker · 11 months ago
  34. 9d22d4a configs: visionfive2: Enable JH7110 RNG driver by Chanho Park · 11 months ago
  35. 30b0f58 riscv: dts: jh7110: Add rng device tree node by Chanho Park · 11 months ago
  36. ebaee70 rng: Add StarFive JH7110 RNG driver by Chanho Park · 11 months ago
  37. 88af85c clk: starfive: jh7110: Add security clocks by Chanho Park · 11 months ago
  38. 83b443d riscv: import read/write_relaxed functions by Chanho Park · 11 months ago
  39. ceec977 rng: Provide a RNG based on the RISC-V Zkr ISA extension by Heinrich Schuchardt · 11 months ago
  40. 9757cae riscv: allow resume after exception by Heinrich Schuchardt · 11 months ago
  41. b8a902b board: starfive: spl: Support jtag for VisionFive2 board by Chanho Park · 11 months ago
  42. 37c2faf riscv: cpu: jh7110: Add gpio helper macros by Chanho Park · 11 months ago
  43. bade208 riscv: Weakly define invalidate_icache_range() by Samuel Holland · 11 months ago
  44. 3b00fab riscv: Align the trap handler to 64 bytes by Samuel Holland · 11 months ago
  45. a6a77e4 riscv: Sort target configs alphabetically by Samuel Holland · 11 months ago
  46. 891a181 board: sifive: unmatched: move kernel load address to 0x80200000 by Yong-Xuan Wang · 11 months ago
  47. a966634 CI: use OpenSBI 1.3.1 for testing by Heinrich Schuchardt · 11 months ago
  48. 658caf0 Merge tag 'clk-2024.01-rc2' of https://source.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · 11 months ago
  49. c4b52fd clk: also handle ENOENT in *_optional functions by Yang Xiwen · 1 year, 1 month ago
  50. 0755db4 clk: use private clk struct in CLK_CCF's enable/disable functions by Maksim Kiselev · 1 year, 1 month ago
  51. b6a56f5 clk: fix count parameter type for clk_release_all by Eugen Hristev · 1 year, 3 months ago
  52. aed6480 drivers: clk: Adjust temp var data type to properly match that of struct clk_ops by Nathan Barrett-Morrison · 1 year, 4 months ago
  53. 46ff7dd Merge branch '2023-11-01-bootstd-fixes' by Tom Rini · 11 months ago
  54. a831d11 bootstd: cros: Correct condition for read method by Simon Glass · 11 months ago
  55. 19248dc bootstd: Handle a few special cases in cmdline_set_arg() by Simon Glass · 11 months ago
  56. f2bfa0c bootstd: Make efi_mgr bootmeth work for non-sandbox setups by Mark Kettenis · 1 year, 1 month ago
  57. 073bf4a bootstd: BOOTDEV_SPI_FLASH requires BOOTSTD by Heinrich Schuchardt · 1 year, 1 month ago
  58. a803f87 Merge https://source.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 11 months ago
  59. b5f4039 cmd: mmc: Add mmc reg read command for reading card registers by Marek Vasut · 11 months ago
  60. 21c84bb mmc: sdhci: Rework SDHCI_QUIRK_BROKEN_R1B by Sean Anderson · 11 months ago
  61. c27c810 mmc: pci: Drop the superfluous cast by Bin Meng · 12 months ago
  62. 9b8ebd3 mmc: spl: select SPL_BLK for SPL_DM_MMC by Oleksandr Suvorov · 1 year, 1 month ago
  63. 62fc66b Merge branch '2023-10-31-platform-updates' by Tom Rini · 11 months ago
  64. edf90d4 corstone1000: enable PSCI reset by Emekcan Aras · 11 months ago
  65. 2dff8df corstone1000: enable distro booting command by Abdellatif El Khlifi · 11 months ago
  66. 805aa48 corstone1000: add compressed kernel support by Abdellatif El Khlifi · 11 months ago
  67. f50af7e board: developerbox: update flash rawwrite binary size by Masahisa Kojima · 11 months ago
  68. 1c9f956 board: developerbox: update old NOR flash layout build instruction by Masahisa Kojima · 11 months ago
  69. a248c1a board: developerbox: remove obsolete NOR flash layout definition by Masahisa Kojima · 11 months ago
  70. 57f9b25 clk: ti: k3-pll: Add calibration support for non fractional mode by Vishal Mahaveer · 11 months ago
  71. 0045356 configs: nuvoton: npcm8xx: Disable CONFIG_SPI_FLASH_USE_4K_SECTORS by Jim Liu · 11 months ago
  72. 1b7026f board: nuvuton: arbel: Fix incorrect ram size by Jim Liu · 11 months ago
  73. 1af3e71 configs: npcm: Support more uart baud rate by Jim Liu · 11 months ago
  74. 5572d23 pinctrl: npcm8xx: Add name for gpio function by Jim Liu · 11 months ago
  75. 60d904a dfu: mmc: Add support for exposing whole mmc device by Marek Vasut · 11 months ago
  76. 355aab9 fastboot: fix CRC32 chunk size checking by Wojciech Nizinski · 12 months ago
  77. 5b6ee51 bootcount: Add driver model I2C driver by Philip Richard Oberfichtner · 11 months ago
  78. b483552 i2c: Implement i2c_get_chip_by_phandle() by Philip Richard Oberfichtner · 11 months ago
  79. 31f4ee4 bootcount: Remove legacy I2C driver by Philip Richard Oberfichtner · 11 months ago
  80. cbba1b7 Merge branch '2023-10-30-assorted-general-updates' by Tom Rini · 11 months ago
  81. 5ed1c55 misc: i2c_eeprom: consider pagesize when writing to eeprom by Michel Alex · 11 months ago
  82. 9f33914 get_maintainer.pl: update from Linux kernel v6.5 by Tom Rini · 11 months ago
  83. 18370f1 Kconfig: Remove all default n/no options by Michal Simek · 11 months ago
  84. 54024c8 tools: mkimage: fix sfspl_image_extract_subimage() by Heinrich Schuchardt · 11 months ago
  85. 482a0f1 arm_ffa: fix: remove deadcode in ffa_print_error_log() by Abdellatif El Khlifi · 11 months ago
  86. 8af8378 common: Reword CONSOLE_RECORD_.*SIZE help texts by Tom Rini · 11 months ago
  87. 7dd06b1 addrmap: Fix off by one in addrmap_set_entry() by Dan Carpenter · 1 year, 2 months ago
  88. 35e8007 i2c: designware_i2c: adjust timing calculation by Heinrich Schuchardt · 11 months ago
  89. af7a4ff i2c: nuvoton: remove standard mode only by Jim Liu · 12 months ago
  90. c594b43 Merge branch 'master_tmio_fixes' of https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 11 months ago
  91. d9650a4 Merge branch '2023-10-28-assorted-platform-updates' by Tom Rini · 11 months ago
  92. fef1ecf iot2050: Allow for more than 1 USB storage device by Jan Kiszka · 11 months ago
  93. e9bf0ce mpc85xx: relocate code in non-SPL build by Martin Fäcknitz · 11 months ago
  94. 9727e3a board: synquacer: Update the flash image layout by Ilias Apalodimas · 11 months ago
  95. b254975 driver: misc: k3_avs: Add support for thermal shutdown by Udit Kumar · 11 months ago
  96. 86a5741 vexpress64: Add MMC card to the BOOT_TARGET_DEVICES of FVP by Wei Chen · 11 months ago
  97. ffdb85b misc: vexpress_config: Use member .priv_auto to set the private data by Wei Chen · 11 months ago
  98. 7093b89 config: qemu: relax print and console buffer size by Heinrich Schuchardt · 11 months ago
  99. 33e8020 board: siemens: iot2050: Fix M.2 detection by Jan Kiszka · 11 months ago
  100. 9bd2e70 board: toradex: verdin-imx8mp: enable usb device and fastboot support by Marcel Ziswiler · 1 year, 1 month ago