aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | coreboot: Switch to a monospaced fontSimon Glass2024-10-183-3/+15
| * | video: Allow querying the font sizeSimon Glass2024-10-183-10/+22
* | | mtd: spi-nor: Move SR3 WPS bit definition in the correct locationMarek Vasut2024-10-181-3/+3
* | | mbedtls: fix defects in coverity scanRaymond Mao2024-10-182-5/+4
* | | cmd: upl: correct printf codeHeinrich Schuchardt2024-10-181-1/+1
* | | lmb: notify when adjacent regions are addedCaleb Connolly2024-10-181-1/+1
|/ /
* | Merge tag 'u-boot-imx-master-20241018a' of https://gitlab.denx.de/u-boot/cust...Tom Rini2024-10-1814-504/+78
|\ \
| * | cpu: imx8_cpu: Avoid revision to corrupt device treePeng Fan2024-10-181-15/+17
| * | pico-imx7d: Increase ODT resistor valueRay Chang2024-10-181-5/+5
| * | clk: imx8: Add dummy clkPeng Fan2024-10-182-0/+8
| * | ARM: dts: imx6-dhcom: Remove fdt_high and initrd_high env variablesMarek Vasut2024-10-181-2/+1
| * | arm64: dts: imx: Switch to using upstream DT on DH i.MX8MP DHCOM PDK2/PDK3Marek Vasut2024-10-185-481/+8
| * | dts: Add ability to build fallback DTBOs from arch/$(ARCH)/dtsMarek Vasut2024-10-184-1/+39
* | | Merge tag 'u-boot-at91-fixes-2025.01-a' of https://source.denx.de/u-boot/cust...Tom Rini2024-10-183-2/+4
|\ \ \
| * | | ARM: at91: clock: Add missing include of asm/io.hAlexander Dahl2024-10-181-0/+1
| * | | .mailmap: update e-mail address for Eugen HristevEugen Hristev2024-10-162-2/+3
* | | | Azure: Update to latest containersTom Rini2024-10-181-3/+3
| |_|/ |/| |
* | | 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