summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-17Merge patch series "Cleanup dma device in spl and move dma channel[0]"Tom Rini
2024-10-17dma: ti: k3-udma: Move DMA channel[0] allocation to probe and add udma_remove()Santhosh Kumar K
2024-10-17dma: ti: k3-udma: Move udma_probe() below all APIsSanthosh Kumar K
2024-10-17configs: k3: Enable device removal in SPLPrasanth Babu Mantena
2024-10-17mach-k3: common.c: Remove dma device in spl exitPrasanth Babu Mantena
2024-10-17arm: dts: k3-j722s-binman: Add support for HS-SEUdit Kumar
2024-10-17arm: mach-k3: j784s4: Add clk and power support for wkup_uartBhavya Kapoor
2024-10-17cmd: irq: Move do_irqinfo() prototype to a header fileAndy Shevchenko
2024-10-17arm: mach-k3: am62: fixup thermal cooling device cpusParth Pancholi
2024-10-17lib: fdtdec: Parse the gzip/lzo headers only when dependencies have metLad Prabhakar
2024-10-17Extend usage for OF_OVERLAY_LIST beyond SPLJan Kiszka
2024-10-17Makefile: Drop SPL_FIT_SOURCE supportMarek Vasut
2024-10-17Merge tag 'u-boot-stm32-20241017' of https://source.denx.de/u-boot/custodians...Tom Rini
2024-10-17Merge tag 'u-boot-dfu-20241017' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2024-10-16Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini
2024-10-17MAINTAINERS: add TCPM sectionSebastian Reichel
2024-10-17rockchip: rock5b-rk3588: Enable USB-C PD supportSebastian Reichel
2024-10-17rockchip: rk3588-rock-5b: Add USB-C controller to u-boot.dtsiSebastian Reichel
2024-10-17board: rock5b-rk3588: enable USB-C in operating systemSebastian Reichel
2024-10-17usb: tcpm: fusb302: add driverSebastian Reichel
2024-10-17usb: tcpm: add core frameworkSebastian Reichel
2024-10-16Merge patch series "some serial rx buffer patches"Tom Rini
2024-10-16serial: embed the rx buffer in struct serial_dev_privRasmus Villemoes
2024-10-16serial: add build-time sanity check of CONFIG_SERIAL_RX_BUFFER_SIZERasmus Villemoes
2024-10-16serial: do not overwrite not-consumed characters in rx bufferRasmus Villemoes
2024-10-16serial: fix circular rx buffer edge caseRasmus Villemoes
2024-10-16stm32mp: cosmetic: remove empty comment block in configs filePatrick Delaunay
2024-10-16ARM: stm32: Add script to install U-Boot from SD/eMMC to SPI NOR on DH STM32M...Marek Vasut
2024-10-16stm32mp: fix name of optee reserved memory nodePatrick Delaunay
2024-10-16doc: clarify scmi device tree for stm32mp15 boardsPatrick Delaunay
2024-10-16ARM: stm32mp: enable data cache after LMB configuration for STM32MP1Patrick Delaunay
2024-10-16stm32mp: compute ram_top based on the optee base address only for STM32MP1Patrick Delaunay
2024-10-16ARM: dts: stm32: Generate u-boot.itb using binman on DH STM32 DHSOMMarek Vasut
2024-10-16ARM: dts: stm32: Switch to using upstream DT on DH STM32 DHSOMMarek Vasut
2024-10-16ARM: dts: stm32: Duplicate cpu0-opp-table node into stm32mp15-u-boot.dtsiMarek Vasut
2024-10-16ARM: stm32: Update MAINTAINERS file globs for STM32MP DHSOMMarek Vasut
2024-10-16Merge patch series "Introduce the lwIP network stack"Tom Rini
2024-10-16MAINTAINERS: net: lwip: add myself as a maintainerJerome Forissier
2024-10-16CI: add qemu_arm64_lwip to the test matrixJerome Forissier
2024-10-16net: lwip: add TFTP_BLOCKSIZEJerome Forissier
2024-10-16net: lwip: tftp: add support of blksize option to clientJerome Forissier
2024-10-16configs: add qemu_arm64_lwip_defconfigJerome Forissier
2024-10-16test: boot: fix bootflow_cmd_label for when DSA_SANDBOX is disabledJerome Forissier
2024-10-16cmd: bdinfo: enable -e when CONFIG_CMD_NET_LWIP=yJerome Forissier
2024-10-16test: boot: fix bootdev_test_any for when DSA_SANDBOX is disabledJerome Forissier
2024-10-16net: lwip: add wget commandJerome Forissier
2024-10-16sandbox: add dummy driver ETH_SANDBOX_LWIPJerome Forissier
2024-10-16net: split cmd/net.c into cmd/net.c and cmd/net-common.cJerome Forissier
2024-10-16net: lwip: add dns commandJerome Forissier
2024-10-16net: lwip: add ping commandJerome Forissier