aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: remove ERROR:, WARNING: prefixes in messagesHeinrich Schuchardt2024-10-181-10/+10
* efi_loader: add missing lf in error messageHeinrich Schuchardt2024-10-181-1/+1
* efi_loader: reduce noisiness if ESP is missingHeinrich Schuchardt2024-10-181-8/+14
* efi_loader: avoid #ifdef in efi_setup.cHeinrich Schuchardt2024-10-181-15/+10
* cmd: wget: CONFIG_CMD_WGET must depend on CONFIG_CMD_NETHeinrich Schuchardt2024-10-181-0/+1
* doc: blkmap: Fix typo in command exampleKen Kurematsu2024-10-181-1/+1
* doc: board: ti: am62x_sk: Add document for Ethernet boot on AM62x SoC.Chintan Vankar2024-10-181-0/+196
* Merge patch series "Cleanup dma device in spl and move dma channel[0]"Tom Rini2024-10-1714-161/+208
|\
| * dma: ti: k3-udma: Move DMA channel[0] allocation to probe and add udma_remove()Santhosh Kumar K2024-10-171-25/+38
| * dma: ti: k3-udma: Move udma_probe() below all APIsSanthosh Kumar K2024-10-171-135/+135
| * configs: k3: Enable device removal in SPLPrasanth Babu Mantena2024-10-1712-0/+12
| * mach-k3: common.c: Remove dma device in spl exitPrasanth Babu Mantena2024-10-171-1/+23
* | arm: dts: k3-j722s-binman: Add support for HS-SEUdit Kumar2024-10-171-0/+50
* | arm: mach-k3: j784s4: Add clk and power support for wkup_uartBhavya Kapoor2024-10-172-1/+18
* | cmd: irq: Move do_irqinfo() prototype to a header fileAndy Shevchenko2024-10-172-3/+4
* | arm: mach-k3: am62: fixup thermal cooling device cpusParth Pancholi2024-10-171-0/+36
* | lib: fdtdec: Parse the gzip/lzo headers only when dependencies have metLad Prabhakar2024-10-171-2/+2
* | Extend usage for OF_OVERLAY_LIST beyond SPLJan Kiszka2024-10-172-2/+3
* | Makefile: Drop SPL_FIT_SOURCE supportMarek Vasut2024-10-173-22/+3
* | Merge tag 'u-boot-stm32-20241017' of https://source.denx.de/u-boot/custodians...Tom Rini2024-10-1740-3069/+161
|\ \
| * | stm32mp: cosmetic: remove empty comment block in configs filePatrick Delaunay2024-10-162-6/+0
| * | ARM: stm32: Add script to install U-Boot from SD/eMMC to SPI NOR on DH STM32M...Marek Vasut2024-10-161-3/+13
| * | stm32mp: fix name of optee reserved memory nodePatrick Delaunay2024-10-161-2/+5
| * | doc: clarify scmi device tree for stm32mp15 boardsPatrick Delaunay2024-10-161-3/+22
| * | ARM: stm32mp: enable data cache after LMB configuration for STM32MP1Patrick Delaunay2024-10-162-0/+9
| * | stm32mp: compute ram_top based on the optee base address only for STM32MP1Patrick Delaunay2024-10-161-3/+9
| * | ARM: dts: stm32: Generate u-boot.itb using binman on DH STM32 DHSOMMarek Vasut2024-10-168-169/+70
| * | ARM: dts: stm32: Switch to using upstream DT on DH STM32 DHSOMMarek Vasut2024-10-1627-2885/+24
| * | ARM: dts: stm32: Duplicate cpu0-opp-table node into stm32mp15-u-boot.dtsiMarek Vasut2024-10-161-8/+22
| * | ARM: stm32: Update MAINTAINERS file globs for STM32MP DHSOMMarek Vasut2024-10-161-5/+2
* | | Merge tag 'u-boot-dfu-20241017' of https://source.denx.de/u-boot/custodians/u...Tom Rini2024-10-176-7/+33
|\ \ \
| * | | usb: dwc3: invalidate dcache on buffer used in interrupt handlingNeil Armstrong2024-10-153-0/+12
| * | | usb: dwc3: fix dcache flush range calculationNeil Armstrong2024-10-151-1/+4
| * | | usb: dwc3: allocate setup_buf with dma_alloc_coherent()Neil Armstrong2024-10-153-6/+8
| * | | usb: gadget: cdns3: Fix cdns3_ep_config() by setting ep.maxpacketSiddharth Vadapalli2024-10-111-0/+8
| * | | Make AVB_VERIFY depend on FASTBOOTJerome Forissier2024-10-111-0/+1
* | | | Merge https://source.denx.de/u-boot/custodians/u-boot-usbWIP/16Oct2024Tom Rini2024-10-1622-0/+5023
|\ \ \ \
| * | | | MAINTAINERS: add TCPM sectionSebastian Reichel2024-10-171-0/+9
| * | | | rockchip: rock5b-rk3588: Enable USB-C PD supportSebastian Reichel2024-10-171-0/+4
| * | | | rockchip: rk3588-rock-5b: Add USB-C controller to u-boot.dtsiSebastian Reichel2024-10-171-0/+28
| * | | | board: rock5b-rk3588: enable USB-C in operating systemSebastian Reichel2024-10-172-0/+22
| * | | | usb: tcpm: fusb302: add driverSebastian Reichel2024-10-174-0/+1509
| * | | | usb: tcpm: add core frameworkSebastian Reichel2024-10-1715-0/+3451
* | | | | Merge patch series "some serial rx buffer patches"Tom Rini2024-10-162-14/+17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | serial: embed the rx buffer in struct serial_dev_privRasmus Villemoes2024-10-162-6/+3
| * | | | serial: add build-time sanity check of CONFIG_SERIAL_RX_BUFFER_SIZERasmus Villemoes2024-10-161-0/+3
| * | | | serial: do not overwrite not-consumed characters in rx bufferRasmus Villemoes2024-10-161-3/+4
| * | | | serial: fix circular rx buffer edge caseRasmus Villemoes2024-10-162-6/+8
* | | | | Merge patch series "Introduce the lwIP network stack"Tom Rini2024-10-16171-1343/+3614
|\ \ \ \ \
| * | | | | MAINTAINERS: net: lwip: add myself as a maintainerJerome Forissier2024-10-161-0/+11