1. c818a71 bootstd: android: Add U-Boot version to cmdline by Mattijs Korpershoek · 2 months ago
  2. a51a2f0 dfu: define a callback function for the dfu_alt_info environment variable by Rasmus Villemoes · 2 months ago
  3. 093502e Merge tag 'v2024.10-rc6' into next by Tom Rini · 8 weeks ago
  4. 60435ac Prepare v2024.10-rc6 by Tom Rini · 8 weeks ago
  5. 70e99c4 Merge tag 'u-boot-dfu-20240930' of https://source.denx.de/u-boot/custodians/u-boot-dfu by Tom Rini · 8 weeks ago
  6. c0497f0 usb: gadget: cdns3: Fix missing cache operations for non-zero Endpoints by Siddharth Vadapalli · 8 weeks ago
  7. e9408b3 Merge tag 'u-boot-rockchip-20240930' of https://source.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 8 weeks ago
  8. 431810c regulator: rk8xx: Use buck variable consistently by Jonas Karlman · 10 weeks ago
  9. 2942516 regulator: rk8xx: Fix buck get and set enabled state on RK806 by Jonas Karlman · 10 weeks ago
  10. 069fdc0 Merge tag 'dm-next-26sep24' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 8 weeks ago
  11. 28934a4 Merge tag 'u-boot-stm32-20240926' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 8 weeks ago
  12. 9c25ef2 binman: Make a start on an iMX8 test by Simon Glass · 3 months ago
  13. 3eb30a4 binman: Allow image_pos to be None when writing symbols by Simon Glass · 3 months ago
  14. 5611284 binman: Unwind the end-at-4gb special-case a little by Simon Glass · 3 months ago
  15. 4b0f414 binman: Provide a way to set the symbol base address by Simon Glass · 3 months ago
  16. 4b4049e binman: Add minor improvements to symbol-writing by Simon Glass · 3 months ago
  17. 65cf1ca binman: Adjust naming for reading symbols by Simon Glass · 3 months ago
  18. d2a9d6e binman: fit: Refine handling of devicetrees for OF_UPSTREAM by Simon Glass · 3 months ago
  19. 912464c binman: fit: Set the image_pos attributes only once by Simon Glass · 3 months ago
  20. bf1a358 binman: fit: Avoid assuming that a FIT member is a section by Simon Glass · 3 months ago
  21. 1bba894 binman: Update fdt-list-dir to use the provided directory by Simon Glass · 3 months ago
  22. d842d70 binman: Avoid setting the image_pos attribute directly by Simon Glass · 3 months ago
  23. bad4a45 binman: Tidy up comments and pylint warnings in fit by Simon Glass · 3 months ago
  24. eb64f5d binman: Tidy up comments for Entry.GetEntryArgsOrProps() by Simon Glass · 3 months ago
  25. b42aa6c binman: Correct the comment for fdtgrep by Simon Glass · 3 months ago
  26. b553e8a binman: Fix up test coverage for mkeficapsule by Simon Glass · 3 months ago
  27. 600ede9 buildman: Allow skipping the dtc build by Simon Glass · 3 months ago
  28. 2c50834 buildman: Retry the build for current source by Simon Glass · 5 months ago
  29. 891c5ef arm: imx: Enable always-on regulators using board specific workaround on DHCOM SoM by Marek Vasut · 9 weeks ago
  30. bb2c387 ARM: stm32: Fix secure_waitbits() mask check by Marek Vasut · 5 months ago
  31. d0e071a ARM: stm32: Fix TAMP_SMCR BKP..PROT fields on STM32MP15xx by Marek Vasut · 5 months ago
  32. a7c6f6b power: regulator: Consistently return -ENOSYS when ops is unimplemented by Jonas Karlman · 4 months ago
  33. c3c84ad power: regulator: Do not call set_suspend_value with -ENODATA by Jonas Karlman · 4 months ago
  34. 239722c Merge tag 'u-boot-imx-next-20240925' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next by Tom Rini · 8 weeks ago
  35. 593070f net: fec_mxc: Skip recv packet process when fec is halted by Ye Li · 9 weeks ago
  36. 0c615f3 net: fec_mxc: Fix clk_ref rate on iMX93 by Peng Fan · 9 weeks ago
  37. 2b93821 arm64: dts: imx8m: Always name the generated fitImage u-boot.itb by Marek Vasut · 9 weeks ago
  38. 4e2e7a8 Merge patch series "Miscellaneous fixes" by Tom Rini · 9 weeks ago
  39. 189ea8c cmd: pxe: CMD_PXE implies CMD_TFTPBOOT by Jerome Forissier · 2 months ago
  40. f236ce1 common: update: UPDATE_COMMON implies CMD_TFTPBOOT by Jerome Forissier · 2 months ago
  41. 56fc9e5 test/py: test_efi_loader: add HTTP (wget) test for the EFI loader by Jerome Forissier · 2 months ago
  42. 1ec01eb test/py: test_efi_loader: add missing dependency on cmd_tftpboot by Jerome Forissier · 2 months ago
  43. 9f05099 test/py: net_boot: fix comment by Jerome Forissier · 2 months ago
  44. be3d47e net: fec_mxc_init(): do not ignore return status of fec_open() by Jerome Forissier · 2 months ago
  45. 612b2b1 net: wget: allow EFI boot by Jerome Forissier · 2 months ago
  46. 69c5b05 net: ftgmac100: depend on NET by Jerome Forissier · 2 months ago
  47. 116815f net: phy: ncsi: depend on NET by Jerome Forissier · 2 months ago
  48. ab9ca8d net: wget: removed unused function wget_success() by Jerome Forissier · 2 months ago
  49. edb410b net: fm: call dtsec_init_phy() only when it is defined by Jerome Forissier · 2 months ago
  50. 491a5d7 arm: omap2: add missing #include <netdev.h> by Jerome Forissier · 2 months ago
  51. ab4e253 at91: rename mem_init() to at91_mem_init() by Jerome Forissier · 2 months ago
  52. 523bc4d flash: prefix error codes with FL_ by Jerome Forissier · 2 months ago
  53. aa27695 buildman/toolchain.py: do not set CROSS_COMPILE for sandbox by Jerome Forissier · 2 months ago
  54. b179191 test/py/tests/test_bootstage.py: Combine stash/unstash tests by Tom Rini · 3 months ago
  55. a2a3490 spl: ram: hide SPL_RAM_SUPPORT by Jerome Forissier · 2 months ago
  56. 888f057 ram: k3-ddrss: Handle error properly in lpddr4_start by Udit Kumar · 3 months ago
  57. c8eaf2c Merge tag 'xilinx-for-v2025.01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 9 weeks ago
  58. b096740 mmc: Poll CD in case cyclic framework is enabled by Marek Vasut · 3 months ago
  59. 8e8ceba Merge tag 'doc-2024-10-rc6' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 9 weeks ago
  60. ffe0c9f doc: usage: cmd: ums: fix dependencies by Thomas Perrot · 9 weeks ago
  61. 2104f9a events: correct event_uninit() description by Heinrich Schuchardt · 9 weeks ago
  62. a99e8fe boot: correct struct expo_action description by Heinrich Schuchardt · 9 weeks ago
  63. 1f4091c sandbox: fix OS function descriptions by Heinrich Schuchardt · 9 weeks ago
  64. b5b9856 efi_loader: correct efi_set_variable_int() description by Heinrich Schuchardt · 9 weeks ago
  65. 6210ac0 doc: include/getopt.h: remove comments confusing Sphinx by Heinrich Schuchardt · 9 weeks ago
  66. fee2db6 cmd/efidebug: fix some function descriptions by Heinrich Schuchardt · 9 weeks ago
  67. b010250 efi_loader: fix some function descriptions by Heinrich Schuchardt · 9 weeks ago
  68. 5ec5c97 dts: beagleboneai64: Add boothph in chipid node by Udit Kumar · 10 weeks ago
  69. 717ca2d Merge patch series "lmb: rework logic to validate load address for network commands" by Tom Rini · 9 weeks ago
  70. 940bebc cmd: sf: prevent overwriting the reserved memory by Prasad Kummari · 2 months ago
  71. 7772809 wget: rework the logic to validate the load address by Sughosh Ganu · 10 weeks ago
  72. 04e10b5 tftp: rework the logic to validate the load address by Sughosh Ganu · 10 weeks ago
  73. ecd0259 Merge patch series "mux: mmio: support "reg-mux" compatible" by Tom Rini · 9 weeks ago
  74. 92c8990 phy: cadence: sierra: Don't spam console by Roger Quadros · 9 weeks ago
  75. 742b897 mux: mmio: Support "reg-mux" compatible by Roger Quadros · 9 weeks ago
  76. bbfd1d8 xilinx: zynqmp: Add bootmenu support by John Vicky Vykuntapu · 2 months ago
  77. f0e8ac1 arm64: zynqmp: Rename ina226-vccint-io-bram-ps nodes by Michal Simek · 2 months ago
  78. 57e4f91 arm64: zynqmp: Use generic spi@ name in zcu111-revA by Michal Simek · 2 months ago
  79. ff0752d arm64: zynqmp: Define phy-mode in zcu1275-revB by Michal Simek · 2 months ago
  80. 8689df9 arm64: zynqmp: Align mini-qspi DT with dt-schema by Michal Simek · 2 months ago
  81. 57e7fce arm64: zynqmp: fix i2c mux bus description for m-a2197 platforms by Michal Simek · 2 months ago
  82. a8c5ce4 arm64: zynqmp: Fix comment style around gpio line-names by Michal Simek · 2 months ago
  83. 45d5793 arm64: zynqmp: Fix gpio-line-name size for m-a2197 platforms by Michal Simek · 2 months ago
  84. 22d0df5 xilinx: Fix axi and mmc node names in mini configuration by Michal Simek · 2 months ago
  85. 5368d40 arm64: zynqmp: Align gpio hogs with dt-schema by Michal Simek · 2 months ago
  86. 81e3aa5 arm64: zynqmp: Fix status property for m-a2197 boards by Michal Simek · 2 months ago
  87. a4baa4cd arm64: zynqmp: Define only one revision in zcu106-rev1.0 by Michal Simek · 2 months ago
  88. 6a29dcb net: gem: Remove undocumented is-internal-pcspma dt flag by Michal Simek · 2 months ago
  89. c139962 board: xilinx: Remove conditional check for Microblaze by Padmarao Begari · 2 months ago
  90. cc0a283 mmc: zynq_sdhci: Remove device_is_compatible() function by Padmarao Begari · 2 months ago
  91. 351cff4 arm64: zynqmp: Remove overlays and add new dtb entries for ZynqMP by Prasad Kummari · 3 months ago
  92. cd91adc kbuild: cherry-pick kbuild fdtoverlay changes from linux by Prasad Kummari · 3 months ago
  93. 6cbf1f8 arm64: zynqmp: Add missing vc7_xin fixed clock to sc-vpk180-revA by Michal Simek · 3 months ago
  94. 4e1979f arm: zynqmp: Enable non-invasive CCI-400 PMU debug by Sean Anderson · 3 months ago
  95. 69949e6 zynqmp: Disable secure access for boot devices by Sean Anderson · 3 months ago
  96. cf39f7d xilinx: Enable SIMPLE_PM_BUS by Michal Simek · 3 months ago
  97. cd4aa88 arm64: zynqmp: Add u-boot command to boot into recovery image by Prasad Kummari · 3 months ago
  98. 2301cac xilinx: versal-net: fix no previous prototype for function warning. by Prasad Kummari · 3 months ago
  99. cb66f72 mtd: spi-nor: scale up timeout for full-chip erase by Venkatesh Yadav Abbarapu · 11 months ago
  100. 56dd50f Merge tag 'u-boot-imx-next-20240919' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next by Tom Rini · 9 weeks ago