aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmd: Fix Kconfig coding styleWIP/31Jan2025Michal Simek2025-01-311-22/+22
* net: mediatek: fix coding style of AN8855 switch driverWeijie Gao2025-01-311-45/+44
* pinctrl: mediatek: update mt7981 pinctrl driver based on upstream kernelWeijie Gao2025-01-311-6/+45
* scsi: do not fill the LUN in the second CDB byteNeil Armstrong2025-01-311-6/+6
* board: phytec: common: k3: Expose product infos to LinuxDaniel Schultz2025-01-311-0/+12
* board: phytec: common: Add product information to FTDDaniel Schultz2025-01-312-43/+167
* configs/am62x_r5_usbdfu.config: More completely disable MMCTom Rini2025-01-311-2/+1
* toradex: tdx-cfg-block: fix switch to user partitionStefan Eichenberger2025-01-311-1/+1
* Merge tag 'u-boot-stm32-20250131' of https://source.denx.de/u-boot/custodians...Tom Rini2025-01-3126-1415/+28
|\
| * ARM: dts: stm32: Update ck_flexgen_08 frequency.Patrice Chotard2025-01-311-1/+1
| * stm32mp: Fix board_get_usable_ram_top()Patrice Chotard2025-01-311-1/+1
| * configs: stm32f469-disco: Set CYCLIC_MAX_CPU_TIME_US to 50000 for stm32f469-d...Patrice Chotard2025-01-311-0/+1
| * configs: stm32f769-disco: Set CYCLIC_MAX_CPU_TIME_US to 8000 for stm32f769-discoPatrice Chotard2025-01-312-0/+2
| * board: st: stm32mp1: Clean env_get_location()Patrice Chotard2025-01-311-2/+0
| * ARM: dts: stm32mp13: Add support of ck_usbo_48m in pre-reloc stagePatrick Delaunay2025-01-311-0/+5
| * configs: stm32mp25: enable CONFIG_SYS_64BIT_LBAPatrice Chotard2025-01-311-0/+1
| * configs: stm32mp15: enable CONFIG_SYS_64BIT_LBAPatrice Chotard2025-01-313-0/+3
| * configs: stm32mp13: enable CONFIG_SYS_64BIT_LBAPatrice Chotard2025-01-311-0/+1
| * arm: stm32mp: stm32prog: update multiplier is part-size is above SZ_1GPatrice Chotard2025-01-311-1/+4
| * arm: stm32mp: stm32prog: fix warning when CONFIG_SYS_64BIT_LBA is enablePatrice Chotard2025-01-311-2/+2
| * fastboot: Fix warning when CONFIG_SYS_64BIT_LBA is enablePatrice Chotard2025-01-311-4/+4
| * stm32: remove dt-binding headers that are available upstreamPatrick Delaunay2025-01-3112-1404/+3
* | net: phy: Add RGMII RX/TX delay handling to DP83822 PHYMarek Vasut2025-01-301-1/+47
* | Merge patch series "Add support for MediaTek MT7987 SoC"WIP/30Jan2025Tom Rini2025-01-3034-3/+4230
|\ \
| * | board: mediatek: add MT7987 reference boardsWeijie Gao2025-01-3013-0/+603
| * | arm: mediatek: add support for MediaTek MT7987 SoCWeijie Gao2025-01-3014-1/+1812
| * | mmc: mediatek: add support for MediaTek MT7987 SoCsWeijie Gao2025-01-301-2/+19
| * | pinctrl: mediatek: add pinctrl driver for MT7987 SoCWeijie Gao2025-01-303-0/+741
| * | clk: mediatek: add clock driver support for MediaTek MT7987 SoCWeijie Gao2025-01-303-0/+1055
* | | test/py: Add a report show test durationsSimon Glass2025-01-304-2/+124
* | | Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-shWIP/29Jan2025Tom Rini2025-01-2944-405/+125
|\ \ \
| * | | arm64: renesas: Deduplicate R-Car Gen3 and Gen4 SPLMarek Vasut2025-01-294-39/+27
| * | | arm64: renesas: Deduplicate board_early_init_f()Marek Vasut2025-01-294-15/+5
| * | | arm64: renesas: Drop unused code and clean up headers on ULCB boardsMarek Vasut2025-01-291-24/+2
| * | | arm64: renesas: Drop unused code and clean up headers on Salvator-X boardsMarek Vasut2025-01-291-34/+4
| * | | arm64: renesas: Drop unused code and clean up headers on R-Car D3 DraakMarek Vasut2025-01-291-29/+3
| * | | ARM: renesas: Rename common/common.c to common/rcar64-common.cMarek Vasut2025-01-295-4/+4
| * | | ARM: renesas: Simplify board MakefilesMarek Vasut2025-01-2915-108/+55
| * | | ARM: renesas: Drop R8A779A0 V3U Falcon SPL Makefile entryMarek Vasut2025-01-291-3/+1
| * | | ARM: renesas: Rename board/renesas/rcar-common to board/renesas/commonMarek Vasut2025-01-2922-29/+29
| * | | net: miiphybb: Fix short name lengthMarek Vasut2025-01-291-1/+1
| * | | net: ravb: Staticize bb_miiphy functionsMarek Vasut2025-01-291-7/+7
| * | | net: miiphybb: configs: Drop CONFIG_BITBANGMII_MULTIMarek Vasut2025-01-2917-129/+4
|/ / /
* | | Merge tag 'tpm-master-28012025' of https://source.denx.de/u-boot/custodians/u...Tom Rini2025-01-2915-87/+556
|\ \ \
| * | | tpm: get tpm event log from bloblistRaymond Mao2025-01-281-20/+39
| * | | tcg2: decouple eventlog size from efiRaymond Mao2025-01-285-19/+17
| * | | bloblist: add api to get blob with sizeRaymond Mao2025-01-283-2/+37
| * | | board: qemu-arm: select TPM_PCR_ALLOCATERaymond Mao2025-01-281-0/+1
| * | | tpm: PCR allocate during PCR extend to disable the unsupported algorithmsRaymond Mao2025-01-281-1/+4
| * | | tpm: add PCR allocate into the eventlog handlingRaymond Mao2025-01-281-35/+17