aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-sunxi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2024-07-164-3/+10
|\
| * sunxi: spl: h616: fix booting from high MMC offsetAndre Przywara2024-07-151-1/+4
| * sunxi: SPL SPI: add support for the V3s SoCMichael Walle2024-07-152-2/+3
| * power: pmic: sunxi: add AXP717 SPL supportAndre Przywara2024-07-151-0/+3
* | arm: mach: sunxi: Remove duplicate newlinesMarek Vasut2024-07-155-6/+0
|/
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-208-8/+0
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-198-0/+8
* arm: sunxi: Remove <common.h> and add needed includesTom Rini2024-05-068-8/+0
* sunxi: sun9i: make more clock functions SPL onlyAndre Przywara2024-04-221-49/+48
* sunxi: sun8i_a83t: make more clock functions SPL onlyAndre Przywara2024-04-221-3/+2
* sunxi: sun50i_h6: make more clock functions SPL onlyAndre Przywara2024-04-221-29/+28
* sunxi: sun6i: make more clock functions SPL onlyAndre Przywara2024-04-221-2/+1
* sunxi: sun4i: make more clock functions SPL onlyAndre Przywara2024-04-221-3/+2
* sunxi: compile clock.c for SPL onlyAndre Przywara2024-04-222-3/+1
* sunxi: move #ifdef guards around tzpc_init() to header fileAndre Przywara2024-04-221-2/+0
* sunxi: SPL SPI: Add SPI boot support for the Allwinner R528/T113 SoCsMaksim Kiselev2024-04-222-22/+58
* sunxi: restore modified memoryAndrey Skvortsov2024-03-051-2/+14
* sunxi: reorganize mctl_mem_matches_* functionsAndrey Skvortsov2024-03-052-19/+14
* sunxi: sun4i: add missing sdelay() to clock_init_safe()Ludwig Kormann2024-03-031-0/+2
* sunxi: binman: Move BL31 and SCP firmware addresses to KconfigSamuel Holland2024-01-291-0/+17
* sunxi: simplify U-Boot proper only buildsAndre Przywara2024-01-291-8/+8
* sunxi: remove common.h inclusionAndre Przywara2024-01-2924-24/+3
* global: Restrict use of '#include <linux/kconfig.h>'Tom Rini2023-12-213-3/+0
* Merge tag 'v2024.01-rc3' into nextTom Rini2023-11-206-89/+323
|\
| * sunxi: H616: add LPDDR4 DRAM supportMikhail Kalashnikov2023-11-124-39/+292
| * sunxi: H616: DRAM: refactor mctl_phy_configure_odt()Andre Przywara2023-11-121-53/+31
| * power: pmic: sunxi: add AXP313 SPL driverAndre Przywara2023-11-121-0/+3
| * tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon2023-11-101-1/+1
* | spl: Only support bl_len when we have toSean Anderson2023-11-161-1/+1
* | spl: Remove filename from spl_load_infoSean Anderson2023-11-161-1/+0
* | spl: Remove NULL assignments in spl_load_infoSean Anderson2023-11-161-2/+0
|/
* Kconfig: Remove all default n/no optionsMichal Simek2023-10-301-1/+0
* Merge tag 'u-boot-imx-20231024' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2023-10-241-2/+2
|\
| * spl: mmc: Introduce proper layering for spl_mmc_get_uboot_raw_sector()Marek Vasut2023-10-171-2/+2
* | sunxi: psci: implement PSCI on R528Sam Edwards2023-10-221-0/+4
* | sunxi: refactor serial base addresses to avoid asm/arch/cpu.hAndre Przywara2023-10-222-0/+2
* | sunxi: add Allwinner R528/T113 SoC supportAndre Przywara2023-10-224-0/+23
* | sunxi: clock: support D1/R528 PLL6 clockAndre Przywara2023-10-221-7/+17
* | sunxi: clock: D1/R528: Enable PLL LDO during PLL1 setupAndre Przywara2023-10-221-5/+7
* | sunxi: introduce NCAT2 generation modelAndre Przywara2023-10-224-11/+31
* | pinctrl: sunxi: remove GPIO_EXTRA_HEADERAndre Przywara2023-10-223-1/+3
* | pinctrl: sunxi: move pinctrl codeAndre Przywara2023-10-222-79/+0
* | sunxi: remove CONFIG_MACPWRAndre Przywara2023-10-221-7/+0
* | sunxi: remove CONFIG_SATAPWRAndre Przywara2023-10-221-8/+0
|/
* Merge tag 'v2023.10-rc3' into nextTom Rini2023-08-211-1/+1
|\
| * common: return type board_get_usable_ram_topHeinrich Schuchardt2023-08-151-1/+1
* | Kconfigs: Correct default of "0" on hex type entriesTom Rini2023-08-091-2/+2
|/
* sunxi: H616: add LPDDR3 DRAM supportMikhail Kalashnikov2023-07-214-55/+242
* sunxi: H616: add DRAM type selectionMikhail Kalashnikov2023-07-212-3/+10
* sunxi: H616: dram: split struct dram_paraAndre Przywara2023-07-211-87/+95