aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-socfpga
AgeCommit message (Expand)AuthorFilesLines
2019-04-29ARM: socfpga: Factor out handoff register configurationMarek Vasut2-2/+24
2019-04-25arm: socfpga: mailbox: Fix off-by-one error on command length checkingLey Foon Tan1-2/+2
2019-04-25arm: socfpga: gen5: reduce SPL pre-reloc mallocSimon Goldschmidt1-0/+3
2019-04-25arm: socfpga: imply/default common config optionsSimon Goldschmidt1-0/+20
2019-04-17ddr: altera: Stratix10: Add ECC memory scrubbingLey Foon Tan1-0/+9
2019-04-17arm: socfpga: stratix10: Add cpu_has_been_warmreset()Ley Foon Tan2-0/+12
2019-04-17ddr: altera: stratix10: Move SDRAM size check to SDRAM driverLey Foon Tan1-11/+0
2019-04-17arm: socfpga: implement proper peripheral resetSimon Goldschmidt2-18/+1
2019-04-17arm: socfpga: move gen5 SDR driver to DMSimon Goldschmidt2-24/+9
2019-03-09ARM: socfpga: Disable D cache in SPLMarek Vasut1-0/+2
2019-03-09ARM: socfpga: fix data and tag latency values for pl310 cache controllerDinh Nguyen1-2/+2
2019-02-25ARM: socfpga: Clear PL310 early in SPLMarek Vasut1-0/+58
2019-02-25ARM: socfpga: Configure PL310 latenciesMarek Vasut1-0/+3
2019-02-18arm: socfpga: gen5: remove hacked ETH RST handlingSimon Goldschmidt3-110/+1
2019-02-01spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4Tien Fong Chee3-3/+3
2019-02-01spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FATTien Fong Chee3-3/+3
2018-12-20arm: socfpga: stratix10: Enable Stratix10 FPGA ReconfigurationAng, Chee Hong1-0/+1
2018-12-20arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device tableAng, Chee Hong5-28/+69
2018-12-20arm: socfpga: stratix10: Add macros for mailbox's argumentsAng, Chee Hong1-0/+6
2018-12-20arm: socfpga: stratix10: Add generic FPGA reconfig mailbox API for S10Ang, Chee Hong2-1/+50
2018-11-29arm: socfpga: fix SPL booting from fpga OnChip RAMSimon Goldschmidt4-4/+25
2018-11-29arm: socfpga: make config structs constSimon Goldschmidt1-2/+2
2018-10-03arm: socfpga: stratix10: add sgmii in phymode setupOoi, Joyce1-2/+3
2018-10-03arm: socfpga: Remove unused function socfpga_emac_manage_reset()Ley Foon Tan2-37/+0
2018-09-15socfpga: stratix10: fix sdram_calculate_sizeDalon Westergreen1-1/+1
2018-08-24ARM: socfpga: Convert Arria10 to timer frameworkMarek Vasut1-1/+0
2018-08-24ARM: socfpga: Reorder Arria10 SPLMarek Vasut6-44/+36
2018-08-24arm: socfpga: stratix10: Fix mailbox urgent command with urgent registerLey Foon Tan1-8/+7
2018-08-24arm: socfpga: stratix10: Enable EMAC to FPGA bridge based on handoffLey Foon Tan1-1/+1
2018-08-15arm: socfpga: Fix SYSMGR_FPGAINTF_EMACx bit maskLey Foon Tan1-3/+3
2018-08-13ARM: socfpga: clk: Convert to clock frameworkMarek Vasut2-218/+40
2018-08-13ARM: socfpga: clk: Drop unused variables on Arria10Marek Vasut1-17/+2
2018-08-13ARM: socfpga: clk: Make L4SP and MMC clock calculation Gen5 onlyMarek Vasut1-0/+2
2018-08-13ARM: socfpga: clk: Obtain handoff base clock via DMMarek Vasut2-12/+27
2018-08-13ARM: socfpga: Remove adhoc ethernet reset and configurationMarek Vasut2-49/+5
2018-08-13ARM: socfpga: Zap unused reset codeMarek Vasut2-126/+0
2018-08-13ARM: socfpga: Zap all the UART handling complexityMarek Vasut5-149/+0
2018-08-13ARM: socfpga: Enable DM I2C framework on A10Marek Vasut1-0/+1
2018-08-13ARM: socfpga: Enable DM reset framework on A10Marek Vasut1-0/+2
2018-08-13ARM: socfpga: Register the FPGA on A10 in SPL againMarek Vasut1-0/+6
2018-08-13arm: socfpga: gen5: combine some init code for SPL and U-BootSimon Goldschmidt3-39/+22
2018-08-13arm: socfpga: cyclone5: handle debug uartSimon Goldschmidt1-0/+6
2018-08-13arm: socfpga: spl_gen5: clean up malloc_base assignmentSimon Goldschmidt1-3/+0
2018-08-13arm: socfpga: fix SPL on gen5 after moving to DM serialSimon Goldschmidt1-0/+7
2018-07-30Kconfig: Sort bool, default, select and imply optionsMichal Simek1-2/+2
2018-07-25ARM: socfpga: Init missing security policies on A10Marek Vasut1-0/+13
2018-07-25ARM: socfpga: Assure correct CPACR configurationMarek Vasut1-1/+3
2018-07-19lib: fdtdec: Rename routine fdtdec_setup_memory_size()Siva Durga Prasad Paladugu1-1/+1
2018-07-13Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini17-78/+1461
2018-07-12arm: socfpga: Fixes: include <debug_uart.h>Ley Foon Tan1-0/+1