summaryrefslogtreecommitdiff
path: root/arch/arm/mach-sunxi
AgeCommit message (Expand)AuthorFilesLines
2020-06-01sunxi: Silence warning about non-static inline functionSamuel Holland1-9/+9
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop linux/delay.h from common headerSimon Glass10-0/+10
2020-05-19common: Drop log.h from common headerSimon Glass5-0/+5
2020-05-19common: Drop init.h from common headerSimon Glass9-1/+10
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-03-18sunxi: SPL SPI: Add SPI boot support for the Allwinner H6 SoCAndre Przywara2-10/+33
2020-03-18sunxi: SPL SPI: Add SPI boot support for the Allwinner R40 SoCAndre Przywara2-2/+6
2020-03-18sunxi: SPL SPI: Introduce is_sun6i_gen_spi()Andre Przywara1-8/+14
2020-03-18sunxi: SPL SPI: Split off SPI0 base addressAndre Przywara1-41/+53
2020-01-26sunxi: Automate loading from 128KB MMC offsetAndre Przywara1-0/+20
2020-01-26sunxi: SPL: Factor out sunxi_get_boot_source()Andre Przywara1-5/+13
2020-01-24phy: sun4i-usb: Add Allwinner R40 supportAndre Przywara1-0/+1
2020-01-24common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-12-03common: Move get_ticks() function out of common.hSimon Glass3-0/+3
2019-10-25sunxi: set PIO voltage to hardware-detected value on startup on H6Icenowy Zheng1-0/+9
2019-10-25sunxi: Fix pll1 clock calculationStefan Mavrodiev1-1/+1
2019-10-25sunxi: H6: DRAM: Add support for half DQJernej Skrabec1-25/+53
2019-10-24arm: sunxi: Enable SPI/SPI-FLASH support for A64Jagan Teki1-0/+3
2019-07-16sunxi: H6: Enable USB for existing boardsAndre Przywara1-0/+1
2019-07-16sunxi: H6: Add DDR3 DRAM delay valuesJernej Skrabec1-6/+17
2019-07-16sunxi: H6: Add DDR3-1333 timingsAndre Przywara3-0/+153
2019-07-16sunxi: H6: Add DDR3 support to DRAM controller driverAndre Przywara1-28/+54
2019-07-16sunxi: H6: move LPDDR3 timing definition into separate fileAndre Przywara5-148/+146
2019-07-16sunxi: H6: DRAM: follow recommended PHY init algorithmAndre Przywara1-1/+3
2019-07-16sunxi: H6: DRAM: avoid memcpy() on MMIO registersAndre Przywara1-2/+4
2019-05-20Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini1-2/+7
2019-05-20arm: sunxi: h6: fix reset using r_wdogClément Péron1-2/+7
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner1-1/+1
2019-04-17arm: sunxi: Enable DM_MMC and DM_SCSIJagan Teki1-13/+0
2019-04-10sunxi: Allow booting from 128KB SD/eMMC offsetAndre Przywara1-0/+2
2019-04-10arm: sunxi: Enable DRAM ODT by default on H3/H5Paul Kocialkowski1-0/+1
2019-04-10arm: sunxi: Set the default DRAM ZQ value to 3881979 on H3/H5Paul Kocialkowski1-3/+2
2019-04-10arm: sunxi: Allow per-platform DRAM ZQ configuration on sun8iPaul Kocialkowski1-1/+3
2019-04-10sunxi: dram_sun8i: Fix A33 memory initializationMichael Trimarchi1-1/+1
2019-04-08arm: sunxi: Enable DM_MMC on required SoCsJagan Teki1-0/+12
2019-01-30arm: sunxi: Enable DM_MMCJagan Teki1-1/+0
2018-12-07sunxi: pmic_bus: Decrease boot time by not writing duplicate dataOlliver Schinagl1-0/+6
2018-11-22sunxi: Fix memory 2-rank initialization for a33 cpuMichael Trimarchi1-1/+1
2018-11-22sunxi-mmc: use new mode on both controllers on A64Vasily Khoruzhick1-0/+1
2018-11-22sunxi-mmc: introduce new MMC_SUNXI_HAS_MODE_SWITCH optionVasily Khoruzhick1-0/+1
2018-11-13sunxi: use 6MHz PLL_VIDEO step for DE2 for higher resolution LCDIcenowy Zheng1-0/+4
2018-11-13sun50i: A64: add support for R_I2C controllerVasily Khoruzhick1-0/+1
2018-10-29sunxi: add Kconfig option for the maximum accessible DRAMIcenowy Zheng1-0/+6
2018-10-29sunxi: map DRAM part with 3G sizeIcenowy Zheng1-1/+1
2018-10-29sunxi: disable Pine A64 model detection code on other boardsIcenowy Zheng1-0/+10
2018-10-24sunxi: Fix typos of spelling AllwinnerPriit Laes2-2/+2
2018-10-10sunxi: fix DRAM gate/reset sequence of H6Icenowy Zheng1-1/+5