summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-06spi: sunxi: fix CDR2 calculationMichael Walle1-7/+4
2024-08-06sunxi: h616: add Tanix TX1 supportAndre Przywara3-0/+32
2024-08-05Prepare v2024.10-rc2Tom Rini2-3/+3
2024-08-06sunxi: dts: arm/arm64: update devicetree files from Linux-v6.10Andre Przywara84-128/+897
2024-08-06tools: imagetool: Remove unnecessary check from toc0_verify_cert_item()Seung-Woo Kim1-1/+1
2024-08-05configs: Resync with savedefconfigTom Rini52-75/+50
2024-08-05Merge patch series "Bug-fixes for a few boards"Tom Rini6-28/+58
2024-08-05rockchip: Avoid #ifdefs in RK3399 SPLSimon Glass1-19/+21
2024-08-05rockchip: Ensure memory size is available in RK3399 SPLSimon Glass1-8/+14
2024-08-05fdt: Correct condition for bloblist existingSimon Glass1-2/+10
2024-08-05binman: Keep the efi_capsule input fileSimon Glass1-1/+0
2024-08-05binman: Return failure when a usage() message is generatedSimon Glass1-1/+1
2024-08-05binman: Deal with mkeficapsule being missingSimon Glass1-0/+4
2024-08-05binman: Collect the version number for mkeficapsuleSimon Glass1-1/+2
2024-08-05mkeficapsule: Add a --version argumentSimon Glass2-1/+11
2024-08-05soc: zynqmp: Add support for zu1eg_lr deviceMichal Simek1-0/+8
2024-08-05ARM: zynq: Add support for 7z010_lr and 7z020_lrMichal Simek2-0/+8
2024-08-05arm64: zynqmp: Remove PM firmware checkingMichal Simek1-13/+0
2024-08-05arm64: zynqmp: Fix pwm-fan polarityVishal Patel1-1/+1
2024-08-05arm64: zynqmp: dts: Add rts delay property for rs485 mode on KD240Manikanta Guntupalli1-0/+1
2024-08-05arm64: xilinx: Describe TPM reset for Kria CCsMichal Simek1-3/+6
2024-08-05arm64: versal: Remove undocumented cadence,qspi compatibleMichal Simek2-2/+2
2024-08-05arm64: versal-net: Align node names with dt-schemaMichal Simek3-4/+4
2024-08-05arm64: zynqmp: Add resets property for UART nodesManikanta Guntupalli1-0/+2
2024-08-05amd: Enable the NFS command for Versal Gen 2Prasad Kummari1-0/+1
2024-08-05xilinx: Enable the NFS command for zynqmp_kriaPrasad Kummari1-0/+1
2024-08-05arm64: config: Add versal2 mini emmc defconfigVenkatesh Yadav Abbarapu1-0/+69
2024-08-05arm64: Add versal2 mini ospi supportVenkatesh Yadav Abbarapu1-0/+84
2024-08-05arm64: Add versal2 mini qspi supportVenkatesh Yadav Abbarapu1-0/+79
2024-08-05arm64: versal2: Add support for mini configurationVenkatesh Yadav Abbarapu3-0/+108
2024-08-05xilinx: versal-net: Handle spi seq number based on boot deviceVenkatesh Yadav Abbarapu1-0/+45
2024-08-05env_spi: support overriding spi dev from board codeVenkatesh Yadav Abbarapu2-1/+13
2024-08-05mtd: spi-nor: ids: Add IS25LP01GG flash supportPrasad Kummari1-0/+2
2024-08-05arm64: versal2: Remove UARTLITE from defconfigMichal Simek1-1/+0
2024-08-05config: Enable the config CONFIG_MMC_SPEED_MODE_SETVenkatesh Yadav Abbarapu5-1/+5
2024-08-05clk: zynqmp: Add set_rate support for display clocksVenkatesh Yadav Abbarapu1-0/+1
2024-08-02Merge tag 'u-boot-imx-master-20240802' of https://gitlab.denx.de/u-boot/custo...Tom Rini24-511/+266
2024-08-02config: Adjust Phytec imx8mm module config to support NVME diskLukasz Majewski1-1/+9
2024-08-02configs: imx93: enable the 'cpu' commandHou Zhiqiang1-0/+1
2024-08-02configs: imx8m: enable the 'cpu' commandHou Zhiqiang3-0/+9
2024-08-02MAINTAINERS: add entry for cpu commandHou Zhiqiang1-0/+7
2024-08-02doc: cmd: add documentation for cpu commandHou Zhiqiang2-0/+102
2024-08-02cmd: cpu: add release subcommandHou Zhiqiang1-2/+42
2024-08-02cpu: imx: implement release_core callbackHou Zhiqiang1-0/+24
2024-08-02cpu: imx: Add i.MX 8M series SoCsHou Zhiqiang1-0/+6
2024-08-02cpu: imx: removed the tail '\n' of the CPU descriptionHou Zhiqiang1-2/+0
2024-08-02cpu: imx: fix the CPU type field widthHou Zhiqiang1-1/+1
2024-08-02cpu: imx: fix the CPU frequency in cpu_imx_get_info()Hou Zhiqiang1-2/+2
2024-08-02test: cpu: add test for release CPU core.Hou Zhiqiang1-0/+2
2024-08-02cpu: sandbox: implement release_core callbackHou Zhiqiang1-0/+6