summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-socfpga
Commit message (Expand)AuthorAgeFilesLines
* 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
| * arm: socfpga: stratix10: Add MMU support for Stratix10 SoCLey Foon Tan2018-07-122-0/+72
| * arm: socfpga: stratix10: Add mailbox support for Stratix10 SoCLey Foon Tan2018-07-123-0/+525
| * arm: socfpga: stratix10: Add misc support for Stratix10 SoCLey Foon Tan2018-07-122-0/+134
| * arm: socfpga: misc: Move bridge command to misc commonLey Foon Tan2018-07-123-23/+37
|/
* board/aries: RemoveTom Rini2018-07-021-7/+0
* SPDX: Fixup SPDX tags in a few new filesTom Rini2018-05-201-2/+1
* arm: socfpga: misc: Add CONFIG_SYS_L2_PL310 switchLey Foon Tan2018-05-181-0/+4
* arm: socfpga: stratix10: Add pinmux support for Stratix10 SoCLey Foon Tan2018-05-185-1/+329
* arm: socfpga: stratix10: Add reset manager driver for Stratix10 SoCLey Foon Tan2018-05-185-0/+272
* arm: socfpga: stratix10: Add clock manager driver for Stratix10 SoCLey Foon Tan2018-05-187-2/+691
* arm: socfpga: stratix10: Add watchdog and firewall base addressesLey Foon Tan2018-05-181-0/+11
* ARM: socfpga: Fix Documentation errors in scu_registersBen Kalo2018-05-181-2/+2
* ARM: socfpga: Adding SoCFPGA info for both SPL and U-BootTien Fong Chee2018-05-183-5/+10
* ARM: socfpga: Adding clock frequency info for U-BootTien Fong Chee2018-05-181-0/+7
* configs: Add DDR Kconfig support for Arria 10Tien Fong Chee2018-05-181-0/+1
* ARM: socfpga: Add DDR driver for Arria 10Tien Fong Chee2018-05-182-0/+4
* ARM: socfpga: Add DRAM bank size initialization functionTien Fong Chee2018-05-181-0/+7
* ARM: socfpga: Rename the gen5 sdram driver to more specific nameTien Fong Chee2018-05-182-429/+445
* ARM: socfpga: Repair A10 EMAC reset handlingMarek Vasut2018-05-184-66/+87
* ARM: socfpga: Sync A10 clock manager binding parserMarek Vasut2018-05-182-49/+111
* ARM: socfpga: Clean up Kconfig entriesMarek Vasut2018-05-181-30/+0
* ARM: socfpga: Zap CONFIG_SOCFPGA_VIRTUAL_TARGETMarek Vasut2018-05-185-30/+0
* Merge git://git.denx.de/u-boot-socfpgaTom Rini2018-05-101-2/+2
|\
| * ARM: socfpga: Add boot trampoline for Arria10Marek Vasut2018-05-081-2/+2
* | SPDX: Convert a few files that were missed beforeTom Rini2018-05-101-1/+1
|/
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0749-103/+51
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-279-18/+0
* arm: socfpga: stratix10: Add base address map for Statix10 SoCChin Liang See2018-04-171-0/+33
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-052-2/+2
* ARM: socfpga: Add new CycloneV SoC Devboards DBM-SoC1 boardMarek Vasut2018-02-261-0/+7
* spl: eMMC/SD: Provide one __weak spl_boot_mode() functionLukasz Majewski2018-02-071-11/+0
* ARM: socfpga: Convert callers of cm_write_with_phase for wait_for_bit_le32Tom Rini2018-01-261-5/+5
* Merge git://git.denx.de/u-boot-spiTom Rini2018-01-264-24/+40
|\
| * SOCFPGA: clock manager: implement dw_spi_get_clk functionEugeniy Paltsev2018-01-262-0/+18
| * wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas2018-01-243-24/+22