summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-30lmb: Move enum lmb_flags to a u32Ilias Apalodimas
2024-12-30lmb: Remove lmb_align_down()Ilias Apalodimas
2024-12-30Merge patch series "lmb: Improve style"Tom Rini
2024-12-30lmb: Improve kernel-doc commentsSam Protsenko
2024-12-30lmb: Improve coding styleSam Protsenko
2024-12-30lmb: Make const flag_str[] in lmb_print_region_flags() more constSam Protsenko
2024-12-30lmb: Fix flags data type in lmb_add_region_flags()Sam Protsenko
2024-12-30Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-sh int...Tom Rini
2024-12-30mtd: spi-nor: Fix the spi_nor_read() when config SPI_STACKED_PARALLEL is enabledVenkatesh Yadav Abbarapu
2024-12-29net: rswitch: Implement C22 to C45 accessMarek Vasut
2024-12-29net: rswitch: Add PHY C22 access supportMarek Vasut
2024-12-29net: rswitch: Fold MPSM C45 setting into rswitch_mii_access_c45()Marek Vasut
2024-12-29net: rswitch: Simplify code using clrsetbits_le32()Marek Vasut
2024-12-29net: rswitch: Fix up macro indentMarek Vasut
2024-12-29net: rswitch: Replace enum rswitch_reg with plain macrosMarek Vasut
2024-12-29arm64: renesas: Enable CR52 remoteproc on R-Car R8A779G0 V4HMarek Vasut
2024-12-29arm64: dts: renesas: Add R8A779G0 V4H remoteproc DT nodeMarek Vasut
2024-12-29remoteproc: renesas: Add Renesas R-Car Gen4 remote processor driverMarek Vasut
2024-12-29arm64: dts: renesas: Drop OF_UPSTREAM conversion remnantMarek Vasut
2024-12-29arm64: renesas: Align configuration headersMarek Vasut
2024-12-29arm64: renesas: Add Renesas R-Car V4H SPL implementationMarek Vasut
2024-12-29arm64: renesas: Make bottom 128 MiB of DRAM available in EL3Marek Vasut
2024-12-29arm64: renesas: Split R-Car Gen3 and Gen4 common board codeMarek Vasut
2024-12-29arm64: renesas: Deduplicate R-Car Gen4 board filesMarek Vasut
2024-12-29arm64: renesas: Make stub PSCI implementation available on 64bit R-Car SoCsMarek Vasut
2024-12-29arm64: dts: renesas: Add R8A779G0 V4H DBSC5 and RT-VRAM DT nodesMarek Vasut
2024-12-29ram: renesas: Add Renesas R-Car Gen4 DBSC5 driverMarek Vasut
2024-12-29pinctrl: renesas: Convert to IS_ENABLED() macroMarek Vasut
2024-12-28Merge patch series "net: tcp: improve tcp support in legacy stack"Tom Rini
2024-12-28net/net: fix include orderingMikhail Kshevetskiy
2024-12-28net/tcp: define a fallback value for rcv_wnd sizeMikhail Kshevetskiy
2024-12-28net/tcp: simplify tcp header filling codeMikhail Kshevetskiy
2024-12-28test/cmd/wget: replace bogus response with an actual response from the HTTP s...Mikhail Kshevetskiy
2024-12-28test/cmd/wget: fix the testMikhail Kshevetskiy
2024-12-28net/tcp: improve tcp framework, use better state machineMikhail Kshevetskiy
2024-12-28net/tcp: rename ack_edge and seq_init to more common rcv_nxt and irsMikhail Kshevetskiy
2024-12-28net/tcp: add connection info to tcp_stream structureMikhail Kshevetskiy
2024-12-28net/tcp: put connection specific data into a tcp_stream structureMikhail Kshevetskiy
2024-12-28net/tcp: fix selective acknowledgeMikhail Kshevetskiy
2024-12-28net/tcp: fix TCP options processingMikhail Kshevetskiy
2024-12-27Merge patch series "vbe: Series part E"Tom Rini
2024-12-27hash: Plumb crc8 into the hash functionsSimon Glass
2024-12-27boot: Imply CRC8 with VBESimon Glass
2024-12-27lib: Allow crc8 in TPL and VPLSimon Glass
2024-12-27boot: Allow use of FIT in TPL and VPLSimon Glass
2024-12-27spl: lib: Allow for decompression in any SPL buildSimon Glass
2024-12-27spl: Add some more debugging to load_simple_fit()Simon Glass
2024-12-27spl: Drop a duplicate variable in boot_from_devices()Simon Glass
2024-12-27spl: Drop use of uintptr_tSimon Glass
2024-12-27spl: Support a relocated stack in any XPL phaseSimon Glass