1. 775f765 Kconfig: clean up the efi configuration status by Ilias Apalodimas · 5 months ago
  2. 063b4ed efi_loader: return the correct error in efi_bootmgr_release_uridp() by Ilias Apalodimas · 5 months ago
  3. 4a1eecc efi_loader: rename efi_bootmgr_image_return_notify by Ilias Apalodimas · 5 months ago
  4. 292a4a4 efi_loader: shorten efi_bootmgr_release_uridp_resource() by Ilias Apalodimas · 5 months ago
  5. 78d898e Merge patch series "phycore-am62/4: Add more boot sources" by Tom Rini · 4 months ago
  6. ef7a3f1 configs: phycore_am62x_*_defconfig: Set PHYTEC as Manufacturer by Daniel Schultz · 5 months ago
  7. 1bd194f configs: phycore_am62x_a53_defconfig: Fix CONFIG_ENV_SIZE by Daniel Schultz · 5 months ago
  8. 4d197fa configs: Add phycore_am62x_r5_usbdfu_defconfig by Daniel Schultz · 5 months ago
  9. 529ddb6 configs: phycore_am62x_a53_defconfig: Merge am62x_a53_usbdfu.config by Daniel Schultz · 5 months ago
  10. 8b4a72f configs: phycore_am64x_a53_defconfig: Make BOOTCMD generic by Daniel Schultz · 5 months ago
  11. 9624465 configs: phycore_am62x_a53_defconfig: Make BOOTCMD generic by Daniel Schultz · 5 months ago
  12. 11b8fa0 board: phytec: phycore_am64x: Add Network/SPI Boot by Daniel Schultz · 5 months ago
  13. a48cbae board: phytec: phycore_am62x: Add Network/SPI Boot by Daniel Schultz · 5 months ago
  14. 92ff68b include: env: phytec: Add K3 boot logic for OSPI/QSPI flashes by Daniel Schultz · 5 months ago
  15. d87842c include: net: phytec: Add K3 network boot logic by Daniel Schultz · 5 months ago
  16. 8cafb21 include: env: phytec: Add raucinit to k3_mmc environment by Daniel Schultz · 5 months ago
  17. 80c4f6f include: env: phytec: k3_mmc: Rename variables by Daniel Schultz · 5 months ago
  18. d0bc2ac configs: phycore_am64x_a53_defconfig: Enable CONFIG_OF_BOARD_SETUP by Wadim Egorov · 5 months ago
  19. c6eba28 spl: spl_load: fix comparison between negative error code and unsigned size by Daniel Palmer · 5 months ago
  20. 2349cc0 test/py: spi: Set the expected error message by Love Kumar · 5 months ago
  21. 52ec7b7 treewide: drop redundant "type string" for SYS_SOC and friends by Rasmus Villemoes · 4 months ago
  22. 2def0df arm: Remove ethernut5 board by Tom Rini · 4 months ago
  23. 278e9ac net: guard call to tftp_start() with IS_ENABLED(CONFIG_CMD_TFTPBOOT) by Jerome Forissier · 5 months ago
  24. ca55cf8 Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-usb into next by Tom Rini · 4 months ago
  25. 48038bf Merge branch 'qcom-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-snapdragon into next by Tom Rini · 4 months ago
  26. e72e683 phy: test: Implement sandbox PHY .set_mode and DM test by Marek Vasut · 4 months ago
  27. a1f841a phy: rcar: Split init and set_mode operations by Marek Vasut · 4 months ago
  28. 35941d3 phy: Extend generic_setup_phy() with PHY mode and submode by Marek Vasut · 4 months ago
  29. d0f74bd buildman: Support building within a Python venv by Simon Glass · 5 months ago
  30. 41864bb board/qualcomm: add debug config fragments for some SoCs by Caleb Connolly · 5 months ago
  31. 224c90e doc: board/qualcomm: document rb3gen2 building/flashing by Caleb Connolly · 5 months ago
  32. adc310c configs: add qcm6490_defconfig by Caleb Connolly · 5 months ago
  33. 3176b5a qcom_defconfig: enable SC7280 clocks by Caleb Connolly · 5 months ago
  34. 2bb90ac iommu: qcom-smmu: add sc7280-smmu-500 compatible by Caleb Connolly · 5 months ago
  35. 39e0e9f dts: qcs6490-rb3gen2-u-boot: USB host mode by Caleb Connolly · 5 months ago
  36. 259dba8 dts: qcs6490-rb3gen2-u-boot: add override dtsi by Caleb Connolly · 5 months ago
  37. f50e7be clk/qcom: add initial clock driver for sc7280 by Caleb Connolly · 5 months ago
  38. 3e36ada regulator: qcom-rpmh-regulator: add support for PM8550 & related regulators by Neil Armstrong · 4 months ago
  39. fdbd2fa soc: qcom: rpmh-rsc: add back __tcs_set_trigger() for SM8550/SM8650 by Neil Armstrong · 4 months ago
  40. a01ed79 qcom_defconfig: bump CONFIG_NR_DRAM_BANKS by Caleb Connolly · 5 months ago
  41. a9cbf76 soc: qcom: cmd-db: map cmd-db region by Caleb Connolly · 5 months ago
  42. 75acc51 soc: qcom: cmd-db: use strncmp() instead of memcmp() by Caleb Connolly · 5 months ago
  43. 9f2d456 armv8: mmu: add a way to map additional regions by Caleb Connolly · 5 months ago
  44. a9337c6 mach-snapdragon: set loadaddr by Caleb Connolly · 5 months ago
  45. f05b69e mach-snapdragon: populate fallback FDT by Caleb Connolly · 5 months ago
  46. 8bf5cad mach-snapdragon: allocate fastboot buffer dynamically by Caleb Connolly · 5 months ago
  47. 3819a6d mach-snapdragon: set serial number by Caleb Connolly · 5 months ago
  48. d57a6da mach-snapdragon: use 1MiB for get_page_table_size() by Neil Armstrong · 5 months ago
  49. 2f99cea mach-snapdragon: parse memory ourselves by Caleb Connolly · 5 months ago
  50. 82efffc mach-snapdragon: refactor board_fdt_blob_setup() by Caleb Connolly · 5 months ago
  51. a5d9908 regulator: fixed: fix regulator-fixed-clock by John Keeping · 6 months ago
  52. 07c1252 power: regulator: tps6287x: Add driver for TPS6287x step down convertors by Keerthy · 8 months ago
  53. cbaf53f mmc: consider cd-gpios in Synopsys DesignWare driver by Heinrich Schuchardt · 6 months ago
  54. e24c8cc mmc: msm_sdhci: program core_vendor_spec by Caleb Connolly · 7 months ago
  55. efddda8 mmc: Change the frequency to MMC_HS_52 when selecting hs400 by Venkatesh Yadav Abbarapu · 9 months ago
  56. fe11aa0 mmc: sdhci-cadence: Add support for Cadence sdmmc v6 by Kuan Lim Lee · 1 year, 2 months ago
  57. 208fc7a Merge patch series "provide names for emmc hardware partitions" by Tom Rini · 4 months ago
  58. 1f239b6 venice: show emmc boot hardware partition by Tim Harvey · 8 months ago
  59. 150481e mmc: allow use of hardware partition names for mmc partconf by Tim Harvey · 8 months ago
  60. 8746aa0 mmc: use an enumerated type to represent PARTITION_CONFIG fields by Tim Harvey · 8 months ago
  61. 360aadd Merge patch series "Make LMB memory map global and persistent" by Tom Rini · 4 months ago
  62. f8ffc6f lmb: add logic to print lmb flag strings by Sughosh Ganu · 5 months ago
  63. 8242f14 stm32mp: compute ram_top based on the optee base address by Sughosh Ganu · 5 months ago
  64. 5fe9e0d stm32mp: allow calling optee_get_reserved_memory() from U-Boot by Sughosh Ganu · 5 months ago
  65. cef34ba zynq: lmb: do not add to lmb map before relocation by Sughosh Ganu · 5 months ago
  66. 727c434 sandbox: iommu: remove lmb allocation in the driver by Sughosh Ganu · 5 months ago
  67. 5c14645 sandbox: spl: enable lmb config for SPL by Sughosh Ganu · 5 months ago
  68. d4ab7cd spl: sandbox: initialise the ram banksize in spl by Sughosh Ganu · 5 months ago
  69. fa6333a spl: call spl_board_init() at the end of the spl init sequence by Sughosh Ganu · 5 months ago
  70. 9b19e20 sandbox: move the TCG event log to the start of ram memory by Sughosh Ganu · 5 months ago
  71. b58caad lmb: remove the unused board_lmb_reserve() function by Sughosh Ganu · 5 months ago
  72. 6534d26 lmb: do away with arch_lmb_reserve() by Sughosh Ganu · 5 months ago
  73. 17f695d ppc: lmb: move arch specific lmb reservations to arch_misc_init() by Sughosh Ganu · 5 months ago
  74. b6400de lmb: init: initialise the lmb data structures during board init by Sughosh Ganu · 5 months ago
  75. c2c50d5 lmb: bootm: remove superfluous lmb stub functions by Sughosh Ganu · 5 months ago
  76. 30ffdd6 lmb: remove lmb_init_and_reserve_range() function by Sughosh Ganu · 5 months ago
  77. c7ce26c lmb: remove the lmb_init_and_reserve() function by Sughosh Ganu · 5 months ago
  78. f4fb154 lmb: reserve common areas during board init by Sughosh Ganu · 5 months ago
  79. 8a9fc30 lmb: introduce a function to add memory to the lmb memory map by Sughosh Ganu · 5 months ago
  80. 6942bdb lmb: allow lmb module to be used in SPL by Sughosh Ganu · 5 months ago
  81. 8281fde lmb: config: add lmb config symbols for SPL by Sughosh Ganu · 5 months ago
  82. e32bdd9 lmb: remove config symbols used for lmb region count by Sughosh Ganu · 5 months ago
  83. 5e9553c lmb: allow for resizing lmb regions by Sughosh Ganu · 5 months ago
  84. ed17a33 lmb: make LMB memory map persistent and global by Sughosh Ganu · 5 months ago
  85. a368850 lmb: use the BIT macro for lmb flags by Sughosh Ganu · 5 months ago
  86. 3d679ae lmb: staticize __lmb_alloc_base() by Sughosh Ganu · 5 months ago
  87. f506ca0 lmb: remove the unused lmb_is_reserved() function by Sughosh Ganu · 5 months ago
  88. c4eced2 alist: add a helper to check if the list is full by Sughosh Ganu · 5 months ago
  89. 2c832ab Merge patch series "net: dwc_eth_qos: Add glue driver for Intel MAC" by Tom Rini · 4 months ago
  90. 49d8fe0 net: dwc_eth_qos: Add glue driver for Intel MAC by Philip Oberfichtner · 6 months ago
  91. 2689b14 net: dwc_eth_qos: Implement bind() for PCI devices by Philip Oberfichtner · 6 months ago
  92. beabef6 net: dwc_eth_qos: Adapt probe() for PCI devices by Philip Oberfichtner · 6 months ago
  93. 14b237a net: dwc_eth_qos: Fix header to be self-contained by Philip Oberfichtner · 6 months ago
  94. 3eb7f46 x86: provide mb() macro by Philip Oberfichtner · 6 months ago
  95. 11beb9f Merge tag 'u-boot-imx-next-20240902' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next by Tom Rini · 5 months ago
  96. b977af1 Merge tag 'u-boot-amlogic-next-20240902' of https://source.denx.de/u-boot/custodians/u-boot-amlogic into next by Tom Rini · 5 months ago
  97. 8c069df Merge tag 'v2024.10-rc4' into next by Tom Rini · 5 months ago
  98. 1312faa Prepare v2024.10-rc4 by Tom Rini · 5 months ago
  99. d134909 ARM: imx: Wrap i.MX config options in MACH_IMX by Marek Vasut · 5 months ago
  100. 7fd4bfa Merge tag 'dm-pull-1sep24' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 5 months ago