summaryrefslogtreecommitdiff
path: root/arch/arm/mach-socfpga
Commit message (Expand)AuthorAgeFilesLines
* ARM: socfpga: Disable D cache in SPLMarek Vasut2019-03-091-0/+2
* ARM: socfpga: fix data and tag latency values for pl310 cache controllerDinh Nguyen2019-03-091-2/+2
* ARM: socfpga: Clear PL310 early in SPLMarek Vasut2019-02-251-0/+58
* ARM: socfpga: Configure PL310 latenciesMarek Vasut2019-02-251-0/+3
* arm: socfpga: gen5: remove hacked ETH RST handlingSimon Goldschmidt2019-02-183-110/+1
* spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4Tien Fong Chee2019-02-013-3/+3
* spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FATTien Fong Chee2019-02-013-3/+3
* arm: socfpga: stratix10: Enable Stratix10 FPGA ReconfigurationAng, Chee Hong2018-12-201-0/+1
* arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device tableAng, Chee Hong2018-12-205-28/+69
* arm: socfpga: stratix10: Add macros for mailbox's argumentsAng, Chee Hong2018-12-201-0/+6
* arm: socfpga: stratix10: Add generic FPGA reconfig mailbox API for S10Ang, Chee Hong2018-12-202-1/+50
* arm: socfpga: fix SPL booting from fpga OnChip RAMSimon Goldschmidt2018-11-294-4/+25
* arm: socfpga: make config structs constSimon Goldschmidt2018-11-291-2/+2
* arm: socfpga: stratix10: add sgmii in phymode setupOoi, Joyce2018-10-031-2/+3
* arm: socfpga: Remove unused function socfpga_emac_manage_reset()Ley Foon Tan2018-10-032-37/+0
* socfpga: stratix10: fix sdram_calculate_sizeDalon Westergreen2018-09-151-1/+1
* ARM: socfpga: Convert Arria10 to timer frameworkMarek Vasut2018-08-241-1/+0
* ARM: socfpga: Reorder Arria10 SPLMarek Vasut2018-08-246-44/+36
* arm: socfpga: stratix10: Fix mailbox urgent command with urgent registerLey Foon Tan2018-08-241-8/+7
* arm: socfpga: stratix10: Enable EMAC to FPGA bridge based on handoffLey Foon Tan2018-08-241-1/+1
* arm: socfpga: Fix SYSMGR_FPGAINTF_EMACx bit maskLey Foon Tan2018-08-151-3/+3
* ARM: socfpga: clk: Convert to clock frameworkMarek Vasut2018-08-132-218/+40
* ARM: socfpga: clk: Drop unused variables on Arria10Marek Vasut2018-08-131-17/+2
* ARM: socfpga: clk: Make L4SP and MMC clock calculation Gen5 onlyMarek Vasut2018-08-131-0/+2
* ARM: socfpga: clk: Obtain handoff base clock via DMMarek Vasut2018-08-132-12/+27
* ARM: socfpga: Remove adhoc ethernet reset and configurationMarek Vasut2018-08-132-49/+5
* ARM: socfpga: Zap unused reset codeMarek Vasut2018-08-132-126/+0
* ARM: socfpga: Zap all the UART handling complexityMarek Vasut2018-08-135-149/+0
* ARM: socfpga: Enable DM I2C framework on A10Marek Vasut2018-08-131-0/+1
* ARM: socfpga: Enable DM reset framework on A10Marek Vasut2018-08-131-0/+2
* ARM: socfpga: Register the FPGA on A10 in SPL againMarek Vasut2018-08-131-0/+6
* arm: socfpga: gen5: combine some init code for SPL and U-BootSimon Goldschmidt2018-08-133-39/+22
* arm: socfpga: cyclone5: handle debug uartSimon Goldschmidt2018-08-131-0/+6
* arm: socfpga: spl_gen5: clean up malloc_base assignmentSimon Goldschmidt2018-08-131-3/+0
* arm: socfpga: fix SPL on gen5 after moving to DM serialSimon Goldschmidt2018-08-131-0/+7
* Kconfig: Sort bool, default, select and imply optionsMichal Simek2018-07-301-2/+2
* ARM: socfpga: Init missing security policies on A10Marek Vasut2018-07-251-0/+13
* ARM: socfpga: Assure correct CPACR configurationMarek Vasut2018-07-251-1/+3
* lib: fdtdec: Rename routine fdtdec_setup_memory_size()Siva Durga Prasad Paladugu2018-07-191-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2018-07-1317-78/+1461
|\
| * arm: socfpga: Fixes: include <debug_uart.h>Ley Foon Tan2018-07-121-0/+1
| * arm: socfpga: Fix: Compile MCR instruction on ARM 32-bit onlyLey Foon Tan2018-07-121-0/+2
| * ARM: socfpga: Assure correct ACTLR configurationMarek Vasut2018-07-121-1/+12
| * ARM: socfpga: Pull DRAM size from DTMarek Vasut2018-07-121-1/+3
| * arm: socfpga: Add do_bridge_reset for Arria 10Ley Foon Tan2018-07-121-0/+9
| * arm: socfpga: stratix10: Enable Stratix10 SoC buildLey Foon Tan2018-07-121-0/+13
| * ddr: altera: stratix10: Add DDR support for Stratix10 SoCLey Foon Tan2018-07-122-6/+188
| * arm: socfpga: stratix10: Add timer support for Stratix10 SoCLey Foon Tan2018-07-122-1/+29
| * arm: socfpga: stratix10: Add SPL driver for Stratix10 SoCLey Foon Tan2018-07-123-0/+323
| * arm: socfpga: Restructure the SPL fileLey Foon Tan2018-07-123-52/+120