summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/sunxi
Commit message (Expand)AuthorAgeFilesLines
* ARM: sunxi: Move u-boot-sunxi-with-spl.bin rule to MakefileTuomas Tynkkynen2018-03-131-6/+0
* sunxi: psci: Move entry address setting to separate functionChen-Yu Tsai2017-06-121-7/+18
* sunxi: Add PSCI support for R40Chen-Yu Tsai2017-04-201-3/+32
* ARM: rename CONFIG_TIMER_CLK_FREQ to COUNTER_FREQUENCYAndre Przywara2017-04-051-1/+1
* ARM: Rework and correct barrier definitionsTom Rini2016-08-051-6/+6
* ARM: PSCI: Switch to per-CPU target PC storage in secure data sectionChen-Yu Tsai2016-07-151-3/+2
* ARM: Move __secure definition to common asm/secure.hChen-Yu Tsai2016-07-151-1/+1
* ARM: PSCI: Remove unused psci_text_end symbolChen-Yu Tsai2016-07-151-5/+0
* sunxi: Move remaining PSCI assembly code to CChen-Yu Tsai2016-07-153-54/+6
* ARM: PSCI: Split out common stack setup code from psci_arch_initChen-Yu Tsai2016-07-151-15/+1
* sunxi: Add PSCI implementation in CChen-Yu Tsai2016-06-205-504/+341
* sunxi: Add base address for GICChen-Yu Tsai2016-06-202-4/+4
* sunxi: Make CPUCFG_BASE macro names the same across familiesChen-Yu Tsai2016-06-202-12/+12
* sunxi: Move cpu independent code to mach directoryAlexander Graf2016-04-0121-4960/+1
* sunxi: usb_phy: Add support for A83T USB PHYsChen-Yu Tsai2016-03-311-2/+46
* sunxi: Print soc-id from sram controller for sun8i boardsHans de Goede2016-03-311-5/+19
* sunxi: Add conditional magic sram poke for A33Hans de Goede2016-03-311-4/+16
* sunxi: A83T: fix 32bit overflow warningvishnupatekar2016-03-231-1/+1
* sunxi: Fix gmac not working due to cpu_eth_init no longer being calledHans de Goede2016-03-231-27/+1
* sunxi: Add support for USB vbus pin for USB3Hans de Goede2016-03-231-0/+1
* sunxi: Fix clock_twi_onoff for sun9iHans de Goede2016-03-231-2/+2
* sunxi: Fix clock_twi_onoff for sun8i-a83Hans de Goede2016-03-232-31/+35
* sunxi: Fix clock_twi_onoff for sun6iHans de Goede2016-03-231-3/+8
* sunxi: A23: Fix some revisions needing a different magic sram pokeHans de Goede2016-03-231-3/+19
* sunxi: H3: Add support for the host usb-physJelle van der Waa2016-02-231-7/+28
* sunxi: Add support for LPDDR3 for A83TVishnu Patekar2016-01-261-5/+49
* sunxi: Groundwork to support new dram type for A83TVishnu Patekar2016-01-261-1/+10
* sunxi: Redundant code cleanup from a83t dram initVishnu Patekar2016-01-261-5/+0
* sunxi: Support PSCI ops on Allwinner H3Chen-Yu Tsai2016-01-261-2/+2
* sunxi: Support H3 CCU security switchesChen-Yu Tsai2016-01-262-0/+18
* sunxi: Support Secure Memory Touch Arbiter (SMTA) in sun8i H3Chen-Yu Tsai2016-01-263-3/+13
* sunxi: Add support for the I2C controller which is part of the PRCMJelle van der Waa2016-01-212-0/+22
* sunxi: Fix H3 DRAM DQ read delay configurationJens Kuske2015-12-101-6/+6
* sun4i: clock: Cleanup some whitespace errorsOlliver Schinagl2015-12-101-3/+3
* sunxi: twi: Enable clocks on sun7iOlliver Schinagl2015-12-102-6/+0
* sunxi: Add support for Allwinner A83T DRAMvishnupatekar2015-12-102-0/+425
* sunxi: clk: add basic clocks for A83Tvishnupatekar2015-12-102-0/+140
* sunxi: power: enabled support for axp818vishnupatekar2015-12-102-3/+5
* sunxi: Add support for UART0 in PB pin group on A83Tvishnupatekar2015-12-101-0/+4
* sunxi: Add Machine Support for A83T SOCvishnupatekar2015-12-101-0/+2
* sunxi: clock: Set AHB1 clock frequency to 200MHz on Allwinner H3Siarhei Siamashka2015-11-221-2/+4
* sunxi: Add H3 DRAM initialization supportJens Kuske2015-11-222-0/+470
* sunxi: Add basic H3 supportJens Kuske2015-11-222-0/+6
* spl: mmc: add support for BOOT_DEVICE_MMC2Nikita Kiryanov2015-11-181-9/+1
* spl: change return values of spl_*_load_image()Nikita Kiryanov2015-11-181-1/+3
* sunxi: board: Only try to use the MMC related functions if enabledMaxime Ripard2015-10-201-1/+5
* sunxi: power: Unify axp pmic function namesHans de Goede2015-10-202-11/+2
* sunxi: Switch to using malloc_simple for the splHans de Goede2015-10-201-0/+1
* sunxi: retrieve FEL-provided values to environment variablesBernhard Nortmann2015-09-291-1/+2
* sunxi: Simplify spl board_init_f functionHans de Goede2015-09-291-5/+0