aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix neighbor discovery ethernet address savingWIP/01Jan2025-nextSean Edmond2025-01-011-2/+2
* net: tftpput: reset timeout_count when an ACK is receivedJerome Forissier2025-01-011-0/+1
* net: phy: Add driver for Motorcomm YT8521S Gigabit ethernet phyFrank Sae2025-01-011-1/+89
* net: phy: Add driver for Motorcomm YT8531S Gigabit ethernet phyFrank Sae2025-01-011-2/+94
* net: correct the description of ip_to_string()Heinrich Schuchardt2025-01-011-1/+1
* Bitbanging MDIO driver for DM framework.Markus Gothe2025-01-013-0/+320
* Revert "net: phy: marvell 88e151x: Fix handling of bare RGMII interface type"Rufus Segar2025-01-011-2/+1
* net: tftpboot: clear timeout_count on every successful blockMikhail Kshevetskiy2025-01-011-0/+2
* Merge patch series "Add 'trace wipe'"Tom Rini2025-01-015-14/+81
|\
| * trace: document 'trace wipe'Jerome Forissier2024-12-311-0/+11
| * test: test_trace.py: test 'trace wipe'Jerome Forissier2024-12-311-0/+30
| * trace: add support for 'trace wipe'Jerome Forissier2024-12-313-14/+40
* | trace: proftool: dump-ftrace should write funcgraph times in ns not usJerome Forissier2024-12-311-2/+2
* | Merge patch series "Fix OSPI boot for J722S"Tom Rini2024-12-315-3/+23
|\ \
| * | arm: dts: k3-j722s*: Add overrides specific to OSPIVaishnav Achath2024-12-312-0/+17
| * | arm: mach-k3: j722_spl: Add FAST XSPI boot modeVaishnav Achath2024-12-312-0/+3
| * | arm: dts: k3-j722s-r5-evm: Fix DM2TIFS secproxy thread IDVaishnav Achath2024-12-311-2/+2
| * | mailbox: k3-sec-proxy: Add DM to DMSC communication thread for J722SVaishnav Achath2024-12-311-1/+1
* | | arm: dts: k3-j721e-beagleboneai: Move to OF_UPSTREAMUdit Kumar2024-12-314-997/+4
* | | drivers: firmware: ti_sci: Add DM_FLAG_PRE_RELOC to driverManorit Chawdhry2024-12-311-0/+1
* | | arm: dts: k3-am62p-sk-binman: add SE security variant buildsBryan Brattlof2024-12-311-0/+49
* | | Merge patch series "Cumulative fixes and updates for MediaTek ethernet driver"Tom Rini2024-12-315-39/+184
|\ \ \
| * | | net: mediatek: fix usability with wget commandWeijie Gao2024-12-311-2/+5
| * | | net: mediatek: don't enable GDMA cpu bridge unconditionally for NETSYSv3Weijie Gao2024-12-311-3/+9
| * | | net: mediatek: make sgmii/usxgmii optionalWeijie Gao2024-12-312-10/+41
| * | | net: mediatek: add support for 10GBASE-RWeijie Gao2024-12-311-2/+81
| * | | net: mediatek: fix gmac2 usability for mt7629Weijie Gao2024-12-312-0/+13
| * | | net: mediatek: fix sgmii selection for mt7622Weijie Gao2024-12-312-4/+14
| * | | net: mediatek: correct register name of ethsys syscfg1Weijie Gao2024-12-312-13/+13
| * | | net: mediatek: use correct register field for SGMII speed selectionWeijie Gao2024-12-312-7/+8
| * | | arm: dts: mt7629: fix sgmii clock selection for ethernetWeijie Gao2024-12-311-1/+3
| * | | clk: mediatek: mt7629: fix parent clock of some top clock muxesWeijie Gao2024-12-311-3/+3
* | | | Merge patch series "Select CONFIG_64BIT for sandbox64 and x86_64"Tom Rini2024-12-3110-12/+33
|\ \ \ \
| * | | | test: lib: Use CONFIG_64BIT to detect 64 bit compileAndrew Goodbody2024-12-311-4/+4
| * | | | x86: select CONFIG_64BIT for X86_64Andrew Goodbody2024-12-318-6/+26
| * | | | sandbox: select CONFIG_64BIT for sandboxAndrew Goodbody2024-12-311-0/+1
| * | | | sandbox: Correct guard around readq/writeqAndrew Goodbody2024-12-311-2/+2
* | | | | Merge patch series "Keep the access to dtb_dt_embedded() within fdtdec"Tom Rini2024-12-313-21/+33
|\ \ \ \ \
| * | | | | fdtdec: dtb_dt_embedded: replace ifdefs by IS_ENABLED()Evgeny Bachinin2024-12-311-9/+9
| * | | | | fdtdec: encapsulate dtb_dt_embedded() withinEvgeny Bachinin2024-12-313-21/+33
* | | | | | Merge tag 'v2025.01-rc6' into nextTom Rini2024-12-3110-87/+101
|\ \ \ \ \ \
| * | | | | | Prepare v2025.01-rc6v2025.01-rc6Tom Rini2024-12-302-2/+2
| * | | | | | mtd: spi-nor: Fix the spi_nor_read() when config SPI_STACKED_PARALLEL is enabledWIP/30Dec2024Venkatesh Yadav Abbarapu2024-12-301-31/+44
| * | | | | | Merge tag 'doc-2025-01-rc6' of https://source.denx.de/u-boot/custodians/u-boo...WIP/25Dec2024Tom Rini2024-12-267-54/+55
| |\ \ \ \ \ \
| | * | | | | | scripts: add volatge to spelling.txtHeinrich Schuchardt2024-12-241-0/+1
| | * | | | | | board: freescale: typo volatgeHeinrich Schuchardt2024-12-241-4/+4
| | * | | | | | crypto: typo volatgeHeinrich Schuchardt2024-12-241-1/+1
| | * | | | | | doc: fit: Format image tree source exampleJ. Neuschäfer2024-12-241-44/+44
| | * | | | | | cmd/rng: fix long help textHeinrich Schuchardt2024-12-242-4/+4
| | * | | | | | cmd: bootmenu typo 'read'Heinrich Schuchardt2024-12-241-1/+1
| |/ / / / / /