aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mmc: fsl_esdhc: Migrate ESDHCI_QUIRK_BROKEN_TIMEOUT_VALUE to KconfigCHECK/fix-ESDHCI_QUIRK_BROKEN_TIMEOUT_VALUETom Rini5 hours6-16/+7
* Merge patch series "Remove "saveenv" functionality from am57xx evms"nextTom Rini32 hours2-6/+2
|\
| * configs: am57xx: Remove saved environmentsAnurag Dutta32 hours1-3/+1
| * configs: am57xx_hs: Remove saved environmentsAnurag Dutta32 hours1-3/+1
|/
* Merge tag 'u-boot-socfpga-next-20250225' of https://source.denx.de/u-boot/cus...Tom Rini33 hours37-134/+2885
|\
| * configs: agilex5: Enable watchdog autostartAlif Zakuan Yuslaimi33 hours1-1/+0
| * configs: socfpga: soc64: agilex5: Enable QSPI boot with UBI / UBIFSAlif Zakuan Yuslaimi33 hours2-0/+7
| * arm: socfpga: soc64: Add support for board_boot_order()Tien Fong Chee33 hours1-0/+103
| * configs: socfpga: soc64: agilex5: Enable XGMACTien Fong Chee33 hours1-0/+1
| * configs: socfpga: soc64: agilex5: Use common ARMv8 linker scriptAlif Zakuan Yuslaimi33 hours1-1/+0
| * arm: armv8: Improve SPL data save and restore implementationAlif Zakuan Yuslaimi33 hours4-4/+32
| * arm: socfpga: agilex5: Add SPL for Agilex5 SoCFPGATien Fong Chee33 hours2-0/+92
| * ddr: altera: Add DDR driver for Agilex5 seriesTingting Meng33 hours15-42/+1770
| * arm: socfpga: smc: Add memory coherency support to mailbox commandAlif Zakuan Yuslaimi33 hours1-2/+10
| * configs: agilex5: Add configuration for malloc poolTien Fong Chee33 hours1-0/+4
| * arm: socfpga: Export board ID as U-Boot environmentAlif Zakuan Yuslaimi33 hours3-0/+18
| * arm: socfpga: agilex5: Update CPU infoAlif Zakuan Yuslaimi33 hours1-1/+3
| * arm: socfpga: agilex5: Add SMMU initializationTien Fong Chee33 hours2-0/+50
| * arm: socfpga: agilex5: Enable cache flush for system memory cache in CCUTien Fong Chee33 hours2-0/+65
| * arch: arm: Enable PSCI reset driver for Agilex5Alif Zakuan Yuslaimi33 hours1-0/+1
| * arm: dts: agilex5: Enable XGMACTien Fong Chee33 hours1-0/+34
| * arm: dts: agilex5: Add firewall configure settingsTien Fong Chee33 hours1-0/+166
| * arm: dts: agilex5: Add HPS cache coherency unit configuration settingsTien Fong Chee33 hours1-0/+210
| * arm: socfpga: Add handoff data support for SoCFPGA Agilex5 deviceTien Fong Chee33 hours3-3/+12
| * arm: socfpga: Disable GIC for Agilex5Alif Zakuan Yuslaimi33 hours2-2/+4
| * arm: socfpga: agilex5: Add warm reset mask for Agilex5Alif Zakuan Yuslaimi33 hours1-1/+8
| * drivers: clk: agilex5: Set PLL to asynchronous modeAlif Zakuan Yuslaimi33 hours1-9/+0
| * drivers: clk: agilex5: Replace status polling with wait_for_bit_le32()Alif Zakuan Yuslaimi33 hours1-5/+17
| * drivers: clk: agilex5: Configure intosc as boot_clk sourceAlif Zakuan Yuslaimi33 hours1-6/+16
| * arm: socfpga: misc: Exclude Agilex5 from clock manager base address retrievalAlif Zakuan Yuslaimi33 hours1-10/+11
| * arm: socfpga: agilex5: Add new driver model for system manager in Agilex5Tien Fong Chee33 hours9-50/+250
| * arch: arm: dts: agilex5: Enable I2C3Alif Zakuan Yuslaimi33 hours1-0/+4
* | Merge tag 'v2025.04-rc3' into nextWIP/24Feb2025-nextTom Rini2 days122-1707/+1704
|\|
| * Prepare v2025.04-rc3v2025.04-rc3Tom Rini2 days2-2/+2
| * mmc: Fix size calculation for sector addressed MMC version 4Marek Vasut2 days1-1/+1
| * fs/squashfs: fix potential integer overflowsWIP/24Feb2025Joao Marcos Costa2 days1-3/+15
| * Merge branch 'picasso' of https://source.denx.de/u-boot/custodians/u-boot-tegraWIP/22Feb2025Tom Rini4 days13-0/+858
| |\
| | * board: acer: picasso: add Acer Iconia Tab A500 supportSvyatoslav Ryhel10 days13-0/+858
| * | Merge tag 'efi-2025-04-rc3' of https://source.denx.de/u-boot/custodians/u-boo...WIP/20Feb2025Tom Rini6 days10-62/+115
| |\ \
| | * | efi_loader: make efi_add_memory_map_pg() staticHeinrich Schuchardt7 days2-15/+1
| | * | lmb: move lmb_map_update_notify() to EFIHeinrich Schuchardt7 days3-28/+45
| | * | lmb: avoid superfluous value check in lmb_map_update_notify()Heinrich Schuchardt7 days2-16/+19
| | * | efi_driver: create a parent device for all EFI block devicesHeinrich Schuchardt7 days2-1/+29
| | * | efi_loader: remove comparisons to string literals from runtimeIlias Apalodimas7 days2-2/+4
| | * | efi_loader: Fix potential deref-after-nullMaks Mishin7 days1-1/+2
| | * | lib: uuid: support more efi protocols in uuid_guid_get_str()Vincent Stehlé7 days1-0/+16
| * | | Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini6 days4-6/+8
| |\ \ \
| | * | | configs: starfive: use LwIP network stack and enable wget commandE Shattow7 days1-1/+2
| | * | | board: starfive: Update the maintainer file for VisionFive 2 boardHal Feng7 days1-5/+4
| | * | | configs: microchip_mpfs_icicle: set DEFAULT_FDT_FILEHeinrich Schuchardt7 days2-0/+2
| | |/ /