1. af66754 ARM: dts: renesas: Replace R8A77950 with R8A77951 by Marek Vasut · 9 months ago
  2. e789aeb ARM: dts: renesas: Stop using the -u-boot DTs for build by Marek Vasut · 9 months ago
  3. 3a12c76 Merge patch series "configs: ti: Enable basic settings for SystemReady ACS" by Tom Rini · 8 months ago
  4. 01dea33 configs: beagleboneai64: Enable RTC emulation by Jonathan Humphreys · 8 months ago
  5. 674fa1a configs: beagleboneai64: Enable basic EFI CMD support by Jonathan Humphreys · 8 months ago
  6. 4f23b54 configs: am62x: Enable RTC emulation by Jonathan Humphreys · 8 months ago
  7. 3559a61 configs: am62x: Enable basic EFI CMD support by Jonathan Humphreys · 8 months ago
  8. 0ad2e9d configs: am62x: cosmetic config cleanup by Jonathan Humphreys · 8 months ago
  9. a77fcf5 configs: am62px: Enable RTC emulation by Jonathan Humphreys · 8 months ago
  10. c64aa8a configs: am62px: Enable basic EFI CMD support by Jonathan Humphreys · 8 months ago
  11. 0a6d4fc configs: am62px: cosmetic config cleanup by Jonathan Humphreys · 8 months ago
  12. 6ce1e9d configs: beagleplay: Enable RTC emulation by Jonathan Humphreys · 8 months ago
  13. f1e9be8 configs: beagleplay: Enable basic EFI CMD support by Jonathan Humphreys · 8 months ago
  14. 5290fd3 configs: j721e: Enable RTC emulation by Jonathan Humphreys · 8 months ago
  15. 61649d4 configs: j721e: Enable basic EFI CMD support by Jonathan Humphreys · 8 months ago
  16. bc5d505 configs: am64x: Enable RTC emulation by Jonathan Humphreys · 8 months ago
  17. 6e22f01 configs: am64x: Enable basic EFI CMD support by Jonathan Humphreys · 8 months ago
  18. 915dad3 configs: am64x: cosmetic config cleanup by Jonathan Humphreys · 8 months ago
  19. 98185eb Merge patch series "zfs: Fix zfs support on aarch64" by Tom Rini · 8 months ago
  20. 67766f7 zfs: Fix zfs_read() to actually work by mwleeds@mailtundra.com · 8 months ago
  21. 185b1aa zfs: Fix return value of fs_devread() by mwleeds@mailtundra.com · 8 months ago
  22. f5eb122 zfs: Fix unaligned read of uint64 by mwleeds@mailtundra.com · 8 months ago
  23. 437d788 zfs: Add a comment to clarify nvlist memory layout by mwleeds@mailtundra.com · 8 months ago
  24. 14a9faa zfs: Fix malloc() success check by mwleeds@mailtundra.com · 8 months ago
  25. 2c9b5af net: wget: fix TCP sequence number wrap around issue by Yasuharu Shibata · 8 months ago
  26. 07a00ef net: wget: Support retransmission a dropped packet by Yasuharu Shibata · 8 months ago
  27. 944bbab Merge tag 'u-boot-imx-master-20240415' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 8 months ago
  28. 8c43f96 Merge https://source.denx.de/u-boot/custodians/u-boot-mmc by Tom Rini · 8 months ago
  29. e501d6e Merge tag 'u-boot-socfpga-next-20240415' of https://source.denx.de/u-boot/custodians/u-boot-socfpga by Tom Rini · 8 months ago
  30. e7d220d clk: imx93: fix anatop base by Peng Fan · 8 months ago
  31. 7ab56ec cpu: drop imx9_cpu by Peng Fan · 8 months ago
  32. eec6f38 serial: lpuart: use ipg clk for i.MX7ULP by Peng Fan · 8 months ago
  33. bcdc616 gpio: imx_rgpio2p: support one address by Peng Fan · 8 months ago
  34. 34a3b96 mmc: cv1800b_sdhci: Remove the unused argument by Jaehoon Chung · 8 months ago
  35. e52d3c0 mmc: hi6220_dw_mmc: add fifoth_val to private data and set it in .probe by Yang Xiwen · 10 months ago
  36. 84df6a7 mmc: dw_mmc: Don't return error if data busy timeout by Yang Xiwen · 10 months ago
  37. 0425947 mmc: hi6220-dwmmc: handle clocks and resets if CONFIG_CLK and CONFIG_DM_RESET enabled by Yang Xiwen · 10 months ago
  38. 67c77f9 mmc: Unconditionally call mmc_deinit() by Marek Vasut · 9 months ago
  39. 0e05fa3 mmc: renesas-sdhi: Do not access SCC during tuning in send_cmd callback by Marek Vasut · 9 months ago
  40. b6e8629 mmc: Add generic tuning flag by Marek Vasut · 9 months ago
  41. 259cc63 mmc: Convert hs400_tuning flag from u8 to bool by Marek Vasut · 9 months ago
  42. aaf5927 mmc: renesas-sdhi: Stop transmission in case tuning block transfer fails by Marek Vasut · 9 months ago
  43. c2275a3 mmc: tmio: Check INFO1 for completion during DMA transfer by Marek Vasut · 9 months ago
  44. dad81fb mmc: Drop unused mmc_send_tuning() cmd_error parameter by Marek Vasut · 9 months ago
  45. e64c9b4 mmc: arm_pl180_mmci: Rely on DM by Linus Walleij · 10 months ago
  46. f2ceb75 mmc: Add SPL_MMC_PWRSEQ to fix link issue when building SPL by Jonas Karlman · 10 months ago
  47. b8bcdeb mmc: Don't suggest to build modules in Kconfig. by Heinrich Schuchardt · 10 months ago
  48. 82479d4 mmc: Avoid buffer overrun in mmc_startup() by Heinrich Schuchardt · 11 months ago
  49. 80db98c drivers: misc: Fixes: Rename CONFIG_SPL_SOCFPGA_SEC_REG to CONFIG_SPL_SOCFPGA_DT_REG by Wan Yee Lau · 8 months ago
  50. 829183a chameleonv3: set in defconfig for FPGA to reprogram every reboot by Michał Barnaś · 9 months ago
  51. 8fdccae arm: socfpga: arria10: add option to reprogram the FPGA every reboot by Michał Barnaś · 9 months ago
  52. 3765b86 Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 8 months ago
  53. d4c6bb1 Merge tag 'u-boot-nand-20240414' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash by Tom Rini · 8 months ago
  54. eeee659 cmd: mtd: OTP access support by Arseniy Krasnov · 8 months ago
  55. 6fbb426 mtd: spinand: Add support for XTX SPINAND by Bruce Suen · 9 months ago
  56. 681c2fb mtd: nand: raw: atmel: Fix comment in timings preparation by Alexander Dahl · 9 months ago
  57. 7737453 mtd: nand: raw: Fix (most) Kconfig indentation by Alexander Dahl · 9 months ago
  58. 71fc06c mtd: nand: raw: Port another option flag from Linux by Alexander Dahl · 9 months ago
  59. aa12453 mtd: nand: raw: Use macro nand_to_mtd() where appropriate by Alexander Dahl · 9 months ago
  60. 55842b4 mtd: rawnand: Meson NAND controller support by Arseniy Krasnov · 10 months ago
  61. 90fec2b cmd: sf: Fix sf probe crash by Weizhao Ouyang · 11 months ago
  62. c79902e Merge tag 'efi-2024-07-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 8 months ago
  63. cb0e968 doc/sphinx: Bump idna to 3.7 by Tom Rini · 8 months ago
  64. 28c2362 Fix references to trace doc by Vincent Stehlé · 8 months ago
  65. 700c8ac efi_loader: sanitize efi_tcg2_final_events_table definition by Heinrich Schuchardt · 8 months ago
  66. c01ad8a efi_loader: using EFI_UNSUPPORTED for private authenticated variables by Weizhao Ouyang · 8 months ago
  67. 3b56ffd efi_loader: 'EFI using ACPI tables at' should be debug message by Heinrich Schuchardt · 8 months ago
  68. 211ff08 efi_loader: eliminate duplicate runtime section definitions by Heinrich Schuchardt · 8 months ago
  69. cc0ead7 efi_loader: move efi_var_collect to common functions by Ilias Apalodimas · 8 months ago
  70. 4470d9d doc: build: fix gen_compile_commands section level by Mattijs Korpershoek · 8 months ago
  71. 7fe617c doc: build: update docker image to latest by Mattijs Korpershoek · 8 months ago
  72. de4de6b Merge patch series "mcheck implementation for U-Boot" by Tom Rini · 8 months ago
  73. 5d7f16f mcheck: let mcheck_abortfunc_t print the pointer by Eugene Uriev · 8 months ago
  74. 2d54641 mcheck: add stats, add a comment with test results by Eugene Uriev · 8 months ago
  75. e84d69a mcheck: introduce mcheck_on_ramrelocation(.) by Eugene Uriev · 8 months ago
  76. 2601b61 mcheck: add pedantic mode support by Eugene Uriev · 8 months ago
  77. c61e313 mcheck: support memalign by Eugene Uriev · 8 months ago
  78. 172be69 mcheck: integrate mcheck into dlmalloc.c by Eugene Uriev · 8 months ago
  79. f5f24c8 mcheck: introduce essentials of mcheck by Eugene Uriev · 8 months ago
  80. 5a1d968 mcheck: Use memset/memcpy instead of MALLOC_ZERO/MALLOC_COPY for mcheck. by Eugene Uriev · 8 months ago
  81. 33bd33d mcheck: prepare +1 tier for mcheck-wrappers, in dl-*alloc commands by Eugene Uriev · 8 months ago
  82. 4ef2a11 net: designware: Pass all multicast frames in designware driver by Jim Liu · 8 months ago
  83. 1f031a0 net: designware: Invalidate RX buffer cache before freeing the DMA descriptor by Jim Liu · 8 months ago
  84. 7b1baf3 net: dwc_eth_qos: Fix compilation warning in eqos_free_pkt() by Patrice Chotard · 8 months ago
  85. 2353e50 Merge patch series "Introduce ICSSG Ethernet driver" by Tom Rini · 8 months ago
  86. 6b8c29e net: ti: icssg: Add support sending FDB command to update rx_flow_id by MD Danish Anwar · 8 months ago
  87. dd18b89 net: ti: icssg: Add ICSSG ethernet driver by MD Danish Anwar · 8 months ago
  88. 6712abb net: ti: icssg: Add icssg queues APIs and macros by MD Danish Anwar · 8 months ago
  89. 89d709b net: ti: icssg: Add Firmware config and classification APIs. by MD Danish Anwar · 8 months ago
  90. 92802f8 net: ti: icssg: Add Firmware Interface for ICSSG Ethernet driver. by MD Danish Anwar · 8 months ago
  91. 5d08523 Merge patch series "zlib: Address CVE-2016-9841" by Tom Rini · 8 months ago
  92. f555f19 zlib: Remove incorrect ZLIB_VERSION by Michal Simek · 8 months ago
  93. c83bdfb zlib: Port fix for CVE-2016-9841 to U-Boot by Michal Simek · 8 months ago
  94. e9a1956 zlib: Rename write variable to wnext (window write index) by Michal Simek · 8 months ago
  95. e2a7fb2 zlib: Rename this variable to here (current decoding table entry) by Michal Simek · 8 months ago
  96. 6b9ec01 Merge branch '2024-04-12-assorted-updates' by Tom Rini · 8 months ago
  97. b261bce ARM: uniphier: Move uniphier_mem_map_init() call into dram_init() by Kunihiko Hayashi · 8 months ago
  98. e431911 disk: simplify print_part_header() by Heinrich Schuchardt · 8 months ago
  99. c4ae221 test: remove unused import from pkg_resources by Heinrich Schuchardt · 8 months ago
  100. 94483d2 fdt: Fix fdt_pack_reg() on 64-bit platforms by Sam Protsenko · 8 months ago