aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-07-18kbuild: Don't mandate gcc as the host compilerHEADmasterMark Kettenis1-2/+2
2025-07-18python: requirements.txt: Update a few modules for security issuesTom Rini2-5/+5
2025-07-18misc: Remove DS4510 driverTom Rini4-440/+0
2025-07-18drivers: misc: Remove pca9551_led driverTom Rini3-184/+0
2025-07-18sandbox: Add dummy sync()Tom Rini1-0/+4
2025-07-18input: Tighten dependency requirements for TEGRA_KEYBOARDTom Rini1-0/+1
2025-07-18misc: Tighten requirements on IHS_FPGA driverTom Rini1-1/+1
2025-07-17Merge tag 'u-boot-imx-master-20250717' of https://gitlab.denx.de/u-boot/custo...Tom Rini29-830/+296
2025-07-17Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini15-5/+810
2025-07-17Merge tag 'mmc-2025-07-16' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini4-151/+14
2025-07-17mmc: Remove unused kona_sdhci driverTom Rini3-143/+0
2025-07-17mmc: Tighten some mmc driver dependenciesTom Rini1-6/+10
2025-07-17mmc: Take cleanup path to free memory on error exitAndrew Goodbody1-2/+4
2025-07-17venice: display DRAM MR registers and decoding if debug enabledTim Harvey1-1/+59
2025-07-17venice: lpddr4_timing_imx8mm: update ddr phy config for mscale_v3.10Tim Harvey1-143/+0
2025-07-17venice: lpddr4_timing_imx8mm: add 4gb single die supportTim Harvey7-21/+102
2025-07-17venice: lpddr4_timing_imx8mm: add DDRC_ADDRMAP7 configTim Harvey1-0/+3
2025-07-17armv8: ls1043a: make some erratas dependent from USBHolger Brunck1-3/+3
2025-07-17soc: imx8ulp: Add celsius unit for temperatureDavid Zang1-1/+1
2025-07-17nxp: Move FSL_SEC_MON related options to arch/Kconfig.nxpTom Rini2-22/+22
2025-07-17arm: imx: Remove unused mxcmmc driverTom Rini4-538/+0
2025-07-17brppt2: Use the correct MMC driverTom Rini1-1/+1
2025-07-17phycore-imx8mp: Enable standard bootLeonard Anderweit2-75/+20
2025-07-17imx95_evk: Add i.MX95 B0 supportAlice Guo5-12/+15
2025-07-17spl: imx: Add support for new PQC containerYe Li3-1/+19
2025-07-17tools: imx8image: Add 2 new commands CMD_CNTR_VERSION and CMD_DUMMY_DDRAlice Guo2-13/+50
2025-07-17arm: imx: Update ELE get_info structure for i.MX94Ye Li1-0/+2
2025-07-17configs: th1520_lpi4a: Enable network supportYao Zi1-1/+6
2025-07-17riscv: dts: th1520: Describe GMACs and enable them on Lichee Pi 4AYao Zi2-0/+161
2025-07-17drivers: net: Add T-Head DWMAC glue layerYao Zi4-0/+298
2025-07-17riscv: cpu: th1520: Limit upper RAM boundary to 4 GiBYao Zi1-0/+16
2025-07-17clk: thead: th1520-ap: Correctly handle flags for dividersYao Zi1-1/+3
2025-07-17spi: coreqspi: add xfer function for PolarFire SoCEoin Dickson1-2/+111
2025-07-17gpio: add PolarFire SoC GPIO and Core GPIO driverEoin Dickson3-0/+204
2025-07-17configs: microchip_mpfs_icicle: disable DEBUG_UARTConor Dooley1-0/+1
2025-07-17board: mpfs_icicle: fix board_fit_config_name_match()Conor Dooley1-1/+10
2025-07-16board: vexpress_ca9x4: Enable D-cache and MMUMark Kettenis1-0/+8
2025-07-16boot: Ensure method_flags is initialised before useAndrew Goodbody1-3/+2
2025-07-16arm: dts: am335x-evm: remove duplicate chosen nodeRasmus Villemoes1-4/+0
2025-07-16Merge tag 'u-boot-dfu-20250716' of https://source.denx.de/u-boot/custodians/u...Tom Rini3-5/+4
2025-07-16dfu: Fix dfu_config_interfaces() for single interface DFU syntaxSam Protsenko1-1/+1
2025-07-16common/avb_verify.c: Make use of LBAF for printing lbaint_tTom Rini1-2/+2
2025-07-16boot/android_ab.c: Make use of LBAF for printing lbaint_tTom Rini1-2/+1
2025-07-15MAINTAINERS: Update email of Stefan RoeseStefan Roese3-9/+9
2025-07-15Merge patch series "drivers/net/airoha_eth: fixes"Tom Rini1-17/+65
2025-07-15drivers/net/airoha_eth: enable hw padding of short tx packetsMikhail Kshevetskiy1-2/+11
2025-07-15drivers/net/airoha_eth: fix stalling in package receivingMikhail Kshevetskiy1-9/+26
2025-07-15drivers/net/airoha_eth: fix packet transmission errorsMikhail Kshevetskiy1-6/+27
2025-07-15drivers/net/airoha_eth: add missing terminator for compatible devices listMikhail Kshevetskiy1-0/+1
2025-07-15Merge patch series "fs: exfat: Fix some Smatch issues"Tom Rini1-27/+27