aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-sunxi
AgeCommit message (Expand)AuthorFilesLines
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
2023-07-21sunxi: H616: dram: const-ify DRAM function parametersAndre Przywara2-16/+16
2023-07-21sunxi: dram: make MBUS configuration functions staticAndre Przywara3-11/+12
2023-07-21sunxi: Kconfig: rework PHY_USB_SUN4I selectionAndre Przywara1-11/+0
2023-04-12sunxi: arm64: boot0.h: runtime check for RVBAR addressAndre Przywara1-0/+14
2023-04-12sunxi: boot0.h: allow RVBAR MMIO address customisationAndre Przywara1-0/+12
2023-04-12sunxi: Add TPR2 parameter for H616 DRAM driverJernej Skrabec3-24/+74
2023-04-12sunxi: Parameterize some of H616 DDR3 timingsJernej Skrabec1-4/+5
2023-04-12sunxi: Parameterize "unknown feature" in H616 DRAM driverJernej Skrabec2-11/+42
2023-04-12sunxi: Parameterize bit delay code in H616 DRAM driverJernej Skrabec2-49/+158
2023-04-12sunxi: Make bit delay function in H616 DRAM code voidJernej Skrabec1-3/+1
2023-04-12sunxi: Always configure ODT on H616 DRAMJernej Skrabec2-3/+2
2023-04-12sunxi: Convert H616 DRAM options to single settingJernej Skrabec2-129/+106
2023-04-12sunxi: parameterize H616 DRAM ODT valuesJernej Skrabec2-22/+52
2023-04-12sunxi: cosmetic: Fix H616 DRAM driver code styleJernej Skrabec1-37/+37
2023-04-12sunxi: Fix write to H616 DRAM CR registerJernej Skrabec1-1/+1
2023-01-23sunxi: eMMC: support TOC0 on boot partitionsAndre Przywara1-2/+9