aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-05power: Rename CONFIG_POWER_TPS65217 with CONFIG_PMIC_TPS65217Lukasz Majewski27-16/+42
2022-04-05Merge branch '2022-04-04-platform-updates'Tom Rini32-54/+621
2022-04-05Merge tag 'xilinx-for-v2022.07-rc1-v2' of https://source.denx.de/u-boot/custo...WIP/05Apr2022Tom Rini31-82/+493
2022-04-05net: zynq_gem: Add SGMII dynamic config supportT Karthik Reddy1-0/+46
2022-04-05firmware: firmware-zynqmp: Add zynqmp_pm_set_gem_config apiT Karthik Reddy2-0/+20
2022-04-05gpio: slg7xl45106: Update gpio desc flags from DTT Karthik Reddy1-0/+2
2022-04-05net: zynq_gem: Move ethernet info print statementT Karthik Reddy1-4/+4
2022-04-05net: phy: Avoid phy gpio reset sequence if DM_ETH_PHY is enabledT Karthik Reddy1-19/+26
2022-04-05net: zynq_gem: Use shared MDIO bus support for zynqmpMichal Simek1-9/+23
2022-04-05dt-bindings: xilinx: Add missing ids for PDMichal Simek2-0/+22
2022-04-05arm64: zynqmp: Record ID code for XCZU1EG deviceMichal Simek1-0/+5
2022-04-05net: phy: Fix rgmii-id phy reset timeout issueT Karthik Reddy3-4/+4
2022-04-05clk: zynqmp: Add support for for DP audio/video clocksMichal Simek1-0/+7
2022-04-05Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini56-563/+2325
2022-04-05xilinx: Increase max size of image from 60 to 100MBMichal Simek2-2/+2
2022-04-05sunxi: defconfig: enable eMMC boot partition supportAndre Przywara5-0/+5
2022-04-05sunxi: eMMC: Improve automatic boot source detectionAndre Przywara1-0/+83
2022-04-04ram: k3-am654: Make VTT regulator optionalChristian Gmeiner1-3/+2
2022-04-04ram: k3-am654: Write all configuration valuesDominic Rath1-0/+10
2022-04-04configs: am64x_evm_r5: Add CONFIG_NR_DRAM_BANKS as done in a53 defconfigDave Gerlach1-0/+1
2022-04-04arm: dts: k3-am64-ddr: Add ss_cfg reg entryDave Gerlach1-2/+3
2022-04-04board: ti: am64x: Account for DDR size fixups if ECC is enabledDave Gerlach1-2/+53
2022-04-04ram: k3-ddrss: Introduce ECC Functionality for full memory spaceDave Gerlach2-0/+149
2022-04-04ram: k3-ddrss: Rename ddrss_ss_regs to ddrss_ctl_regsDave Gerlach1-2/+3
2022-04-04dt-bindings: memory-controller: Add information about ECC bindingsDave Gerlach1-0/+8
2022-04-04board: ti: am64x: Use fdt functions for ram and bank initDave Gerlach1-7/+12
2022-04-04arm: dts: k3-am642-r5-evm: Mark memory with u-boot, dm-splDave Gerlach1-0/+1
2022-04-04ARM: dts: k3-am642: Correct timer frequencyVignesh Raghavendra2-2/+2
2022-04-04configs: am64x_evm_a53_defconfig: Switch to per-cpu timer as tick providerVignesh Raghavendra1-3/+0
2022-04-04configs: am64x_evm_r5_defconfig: Add support for ESMHari Nagalla1-0/+1
2022-04-04arch: arm: mach-k3: am642_init: Probe ESM nodesHari Nagalla1-4/+36
2022-04-04arm: dts: k3-am64: Add support for ESM device nodesHari Nagalla3-0/+39
2022-04-04misc: k3_esm: Add functionality to set and route error events within K3SoCHari Nagalla1-3/+50
2022-04-04board: axy17lte: get board usable - add bootcmd and docsDzmitry Sankouski5-12/+16
2022-04-04spl: mmc: extend spl_mmc_boot_mode() to take mmc argumentAndre Przywara14-18/+16
2022-04-04sunxi: clock: H6: Adjust PLL LDO before clock setupJernej Skrabec1-0/+7
2022-04-04sunxi: clock: H6/H616: Add resistor calibrationJernej Skrabec1-2/+7
2022-04-04sunxi: prcm: Add a few registersJernej Skrabec4-6/+23
2022-04-04sunxi: H3: fix non working console on uart2Angelo Dureghello2-0/+5
2022-04-04Add ethernet0 alias in Nanopi NEO's device treeBaltazár Radics1-0/+4
2022-04-04i2c: sun8i_rsb: Add support for DM clocks and resetsSamuel Holland1-0/+12
2022-04-04i2c: sun8i_rsb: Initialize chips in .child_pre_probeSamuel Holland1-1/+2
2022-04-04i2c: sun6i_p2wi: Add support for DM clocks and resetsSamuel Holland1-0/+12
2022-04-04i2c: sun6i_p2wi: Initialize chips in .child_pre_probeSamuel Holland1-1/+2
2022-04-04sunxi: Support building a SPL as a TOC0 imageSamuel Holland3-1/+30
2022-04-04sunxi: Support SPL in both eGON and TOC0 imagesSamuel Holland3-13/+33
2022-04-04tools: mkimage: Add Allwinner TOC0 supportSamuel Holland6-3/+951
2022-04-04sunxi: specify architecture when generating SPL boot imageIcenowy Zheng1-1/+1
2022-04-04mkimage: sunxi_egon: add support for riscvIcenowy Zheng1-0/+23
2022-04-04mkimage: sunxi_egon: refactor for multi-architecture supportIcenowy Zheng1-7/+43