aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-sunxi
AgeCommit message (Expand)AuthorFilesLines
2024-07-16Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini4-3/+10
2024-07-15sunxi: spl: h616: fix booting from high MMC offsetAndre Przywara1-1/+4
2024-07-15sunxi: SPL SPI: add support for the V3s SoCMichael Walle2-2/+3
2024-07-15arm: mach: sunxi: Remove duplicate newlinesMarek Vasut5-6/+0
2024-07-15power: pmic: sunxi: add AXP717 SPL supportAndre Przywara1-0/+3
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini8-8/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini8-0/+8
2024-05-06arm: sunxi: Remove <common.h> and add needed includesTom Rini8-8/+0
2024-04-22sunxi: sun9i: make more clock functions SPL onlyAndre Przywara1-49/+48
2024-04-22sunxi: sun8i_a83t: make more clock functions SPL onlyAndre Przywara1-3/+2
2024-04-22sunxi: sun50i_h6: make more clock functions SPL onlyAndre Przywara1-29/+28
2024-04-22sunxi: sun6i: make more clock functions SPL onlyAndre Przywara1-2/+1
2024-04-22sunxi: sun4i: make more clock functions SPL onlyAndre Przywara1-3/+2
2024-04-22sunxi: compile clock.c for SPL onlyAndre Przywara2-3/+1
2024-04-22sunxi: move #ifdef guards around tzpc_init() to header fileAndre Przywara1-2/+0
2024-04-22sunxi: SPL SPI: Add SPI boot support for the Allwinner R528/T113 SoCsMaksim Kiselev2-22/+58
2024-03-05sunxi: restore modified memoryAndrey Skvortsov1-2/+14
2024-03-05sunxi: reorganize mctl_mem_matches_* functionsAndrey Skvortsov2-19/+14
2024-03-03sunxi: sun4i: add missing sdelay() to clock_init_safe()Ludwig Kormann1-0/+2
2024-01-29sunxi: binman: Move BL31 and SCP firmware addresses to KconfigSamuel Holland1-0/+17
2024-01-29sunxi: simplify U-Boot proper only buildsAndre Przywara1-8/+8
2024-01-29sunxi: remove common.h inclusionAndre Przywara24-24/+3
2023-12-21global: Restrict use of '#include <linux/kconfig.h>'Tom Rini3-3/+0
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini6-89/+323
2023-11-16spl: Only support bl_len when we have toSean Anderson1-1/+1
2023-11-16spl: Remove filename from spl_load_infoSean Anderson1-1/+0
2023-11-16spl: Remove NULL assignments in spl_load_infoSean Anderson1-2/+0
2023-11-12sunxi: H616: add LPDDR4 DRAM supportMikhail Kalashnikov4-39/+292
2023-11-12sunxi: H616: DRAM: refactor mctl_phy_configure_odt()Andre Przywara1-53/+31
2023-11-12power: pmic: sunxi: add AXP313 SPL driverAndre Przywara1-0/+3
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon1-1/+1
2023-10-30Kconfig: Remove all default n/no optionsMichal Simek1-1/+0
2023-10-24Merge tag 'u-boot-imx-20231024' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-2/+2
2023-10-22sunxi: psci: implement PSCI on R528Sam Edwards1-0/+4
2023-10-22sunxi: refactor serial base addresses to avoid asm/arch/cpu.hAndre Przywara2-0/+2
2023-10-22sunxi: add Allwinner R528/T113 SoC supportAndre Przywara4-0/+23
2023-10-22sunxi: clock: support D1/R528 PLL6 clockAndre Przywara1-7/+17
2023-10-22sunxi: clock: D1/R528: Enable PLL LDO during PLL1 setupAndre Przywara1-5/+7
2023-10-22sunxi: introduce NCAT2 generation modelAndre Przywara4-11/+31
2023-10-22pinctrl: sunxi: remove GPIO_EXTRA_HEADERAndre Przywara3-1/+3
2023-10-22pinctrl: sunxi: move pinctrl codeAndre Przywara2-79/+0
2023-10-22sunxi: remove CONFIG_MACPWRAndre Przywara1-7/+0
2023-10-22sunxi: remove CONFIG_SATAPWRAndre Przywara1-8/+0
2023-10-17spl: mmc: Introduce proper layering for spl_mmc_get_uboot_raw_sector()Marek Vasut1-2/+2
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini1-1/+1
2023-08-15common: return type board_get_usable_ram_topHeinrich Schuchardt1-1/+1
2023-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini1-2/+2
2023-07-21sunxi: H616: add LPDDR3 DRAM supportMikhail Kalashnikov4-55/+242
2023-07-21sunxi: H616: add DRAM type selectionMikhail Kalashnikov2-3/+10
2023-07-21sunxi: H616: dram: split struct dram_paraAndre Przywara1-87/+95