aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-08phy: cadence: Sierra: Move all clk_get_*() to a separate functionKishon Vijay Abraham I1-22/+35
2022-02-08phy: cadence: Sierra: Create PHY only for "phy" or "link" sub-nodesKishon Vijay Abraham I1-0/+4
2022-02-08phy: cadence: Sierra: Fix PHY power_on sequenceKishon Vijay Abraham I1-1/+6
2022-02-08phy: cadence: sierra: Fix for USB3 U1/U2 stateSanket Parmar1-13/+14
2022-02-08dts: am57xx*: Add ipu early boot DT changesKeerthy6-0/+36
2022-02-08arm: dts: dra7*/am57xx-idk-evm-u-boot: Add ipu early boot DT changesKeerthy5-0/+5
2022-02-08arm: dts: dra7: Add ipu and related nodesKeerthy1-1/+44
2022-02-08dts: dra7-ipu-common-early-boot.dtsi: Add all the ipu early boot related nodesKeerthy2-0/+114
2022-02-08remoteproc: ipu: Add driver to bring up ipuKeerthy4-0/+771
2022-02-08remoteproc: uclass: Add remoteproc resource handling helpersKeerthy2-1/+917
2022-02-08linux: bitmap.h: Add find_next_zero_area functionKeerthy1-0/+26
2022-02-08drivers: misc: Makefile: Enable fs_loader compilation at SPL LevelKeerthy8-8/+18
2022-02-08arm: mach-omap2: load/start remoteproc IPU1/IPU2Keerthy6-7/+235
2022-02-08reset: dra7: Add a reset driverKeerthy4-0/+105
2022-02-08configs: dra7xx_evm: Increase the size of SPL_MULTI_DTB_FITAmjad Ouled-Ameur1-1/+1
2022-02-08soc: soc_ti_k3: update j721e revision numberingBryan Brattlof1-13/+27
2022-02-08configs: j721s2_evm_a72_defconfig: Add A72 specific defconfigDavid Huang1-0/+207
2022-02-08configs: j721s2_evm_r5_defconfig: Add R5 SPL specific defconfigDavid Huang1-0/+171
2022-02-08arm: dts: k3-j721s2-ddr: Add DDR supportAswath Govindraju3-0/+8829
2022-02-08arm: dts: k3-j721s2: Add r5 specific dt supportAswath Govindraju2-1/+198
2022-02-08arm: dts: Add support for A72 specific J721S2 Common Processor BoardAswath Govindraju3-0/+580
2022-02-08arm: dts: Add initial support for J721S2 System on ModuleAswath Govindraju1-0/+173
2022-02-08arm: dts: Add initial support for J721S2 SoCAswath Govindraju3-0/+1406
2022-02-08dt-bindings: pinctrl: k3: Introduce pinmux definitions for J721S2Aswath Govindraju1-0/+3
2022-02-08dt-bindings: ti-serdes-mux: Add defines for J721S2 SoCAswath Govindraju1-0/+22
2022-02-08board: ti: j721s2: Add board support for J721S2David Huang4-0/+267
2022-02-08soc: ti: k3-socinfo: Add entry for J721S2 SoCDavid Huang1-0/+4
2022-02-08ram: k3-ddrss: Add support for J721S2 SoCDavid Huang1-1/+1
2022-02-08power: domain: ti: Add support for J721S2 SoCDavid Huang2-0/+6
2022-02-08clk: clk-k3: Add support for J721S2 SoCDavid Huang2-0/+6
2022-02-08drivers: dma: Add support for J721S2David Huang5-3/+208
2022-02-08arm: K3: Add basic support for J721S2 SoC definitionDavid Huang12-5/+1162
2022-02-08ram: k3-ddrss: Add support for configuring MSMC subsystem in case of Multiple...Aswath Govindraju1-0/+158
2022-02-08ram: k3-ddrss: Add support for multiple instances of DDR subsystemsAswath Govindraju1-51/+87
2022-02-08ram: k3-ddrss: lpddr4_structs_if.h: Add a pointer to ddr instanceAswath Govindraju1-0/+1
2022-02-08remoteproc: k3_system_controller: Support optional boot_notification channelNishanth Menon2-1/+22
2022-02-07Merge tag 'u-boot-imx-20220207' of https://gitlab.denx.de/u-boot/custodians/u...WIP/07Feb2022Tom Rini154-519/+16001
2022-02-07apalis/colibri_imx6: move setting bootcmd to defconfigOleksandr Suvorov4-8/+2
2022-02-07board: toradex: add verdin imx8m plus supportMarcel Ziswiler15-0/+3696
2022-02-05Merge tag 'efi-2022-04-rc2-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini12-92/+192
2022-02-05tools: mkeficapsule: dont use malloc.hHeinrich Schuchardt1-1/+0
2022-02-05efi: Drop unnecessary calls to blk_find_device()Simon Glass1-12/+2
2022-02-05efi: Use device_get_uclass_id() where appropriateSimon Glass1-5/+5
2022-02-05efi: Add debugging to efi_set_bootdev()Simon Glass1-11/+21
2022-02-05efi_loader: add handle for UARTHeinrich Schuchardt2-27/+26
2022-02-05efi_loader: fix text output for Uart() DP nodesHeinrich Schuchardt1-9/+19
2022-02-05efi_loader: use %zu to print efi_uintn_t in FMP driverHeinrich Schuchardt1-2/+2
2022-02-05efi_loader: use %zu not %zd to print efi_uintn_tHeinrich Schuchardt1-3/+3
2022-02-05efi_loader: fix device path to text protocolHeinrich Schuchardt1-4/+13
2022-02-05test: test UTF-16 truncation in snprintf()Heinrich Schuchardt1-0/+31