aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/socfpga
AgeCommit message (Expand)AuthorFilesLines
2015-04-18Kconfig: Move CONFIG_DESIGNWARE_ETH to KconfigSimon Glass1-1/+1
2015-03-24remove unnecessary version.h includesRob Herring2-2/+0
2015-01-05socfpga: Drop redundant save_boot_paramsTom Rini1-7/+0
2014-12-21arm: socfpga: Change watchdog timeoutStefan Roese1-1/+11
2014-12-06socfpga: correctly increment freeze_controller_base addressDinh Nguyen1-4/+2
2014-12-06arm: socfpga: Use only one clrbits_le32 call to deassert SPI reset bitsStefan Roese1-2/+2
2014-11-07arm: socfpga: Add socfpga_spim_enable() to reset_manager.cStefan Roese2-0/+15
2014-11-07arm: socfpga: Add DW master SPI clock to clock_manager.cStefan Roese1-0/+14
2014-10-27arm: socfpga: Zap spl.h and ad-hoc related symsMarek Vasut1-9/+0
2014-10-27arm: socfpga: Move code from misc_init_r() to arch_early_init_r()Marek Vasut1-1/+1
2014-10-06arm: socfpga: Add command to control HPS-FPGA bridgesMarek Vasut1-0/+75
2014-10-06arm: socfpga: Move cache_enable to CPU codeMarek Vasut1-0/+10
2014-10-06arm: socfpga: nic301: Add NIC-301 configuration codePavel Machek1-0/+26
2014-10-06arm: socfpga: pl310: Map SDRAM to 0x0Marek Vasut1-0/+14
2014-10-06arm: socfpga: sysmgr: Add FPGA bits into system managerMarek Vasut1-0/+39
2014-10-06arm: socfpga: reset: Add function to reset FPGA bridgesMarek Vasut1-0/+38
2014-10-06arm: socfpga: fpga: Add SoCFPGA FPGA programming interfacePavel Machek3-1/+116
2014-10-06arm: socfpga: misc: Align print_cpuinfo() outputPavel Machek1-1/+1
2014-10-06arm: socfpga: misc: Add SD controller initPavel Machek1-0/+13
2014-10-06arm: socfpga: misc: Add proper ethernet initializationPavel Machek1-15/+43
2014-10-06arm: socfpga: reset: Add EMAC reset functionsMarek Vasut1-0/+17
2014-10-06arm: socfpga: timer: Pull the timer reload value from config fileMarek Vasut1-0/+2
2014-10-06arm: socfpga: clock: Sync with reference codeMarek Vasut1-16/+26
2014-10-06arm: socfpga: clock: Clean up bit definitionsMarek Vasut2-149/+147
2014-10-06arm: socfpga: clock: Trim down code duplicationMarek Vasut1-58/+38
2014-10-06arm: socfpga: clock: Add code to read clock configurationPavel Machek1-1/+225
2014-10-06arm: socfpga: clock: Drop nonsense inlining from clock manager codeMarek Vasut1-6/+6
2014-10-06arm: socfpga: sysmgr: Clean up system managerMarek Vasut1-8/+10
2014-10-06arm: socfpga: Add watchdog disable for socfpgaPavel Machek2-0/+26
2014-08-30arm: Add missing .vectors section to linker scriptsBenoît Thébaudeau1-0/+1
2014-08-30socfpga: initialize designware ethernetPavel Machek1-0/+17
2014-08-29socfpga: Fix SOCFPGA build error for Altera dev kitChin Liang See3-1/+5
2014-08-29socfpga: fix clock manager register definitionPavel Machek1-56/+56
2014-07-05socfpga: Relocate arch common functions away from boardChin Liang See1-0/+24
2014-07-05socfpga: Adding Scan Manager driverChin Liang See3-1/+214
2014-05-15arm: move exception handling out of start.S filesAlbert ARIBAUD1-14/+1
2014-04-07socfpga: Adding Clock Manager driverChin Liang See3-1/+451
2014-02-26arm: make _end compiler-generatedAlbert ARIBAUD1-1/+5
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada1-1/+1
2013-12-03socfpga: Adding Freeze Controller driverChin Liang See3-1/+225
2013-11-04ARM: socfpga: convert to common timer codeRob Herring1-72/+0
2013-10-31armv7: convert makefiles to Kbuild styleMasahiro Yamada1-26/+3
2013-10-07socfpga: Adding System Manager driverChin Liang See3-1/+34
2013-09-06socfpga: Creating driver for Reset ManagerChin Liang See3-28/+40
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk7-86/+7
2013-04-12arm: Make all linker scripts compatible with per-symbol sectionsBenoît Thébaudeau1-1/+1
2013-03-15Replace __bss_end__ with __bss_endSimon Glass1-1/+1
2013-02-01arm: Move lastinc to arch_global_dataSimon Glass1-5/+6
2013-02-01arm: Move tbl to arch_global_dataSimon Glass1-4/+4
2012-11-04socfpga/spl: Remove malloc.hVikram Narayanan1-1/+0