aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-socfpga/misc_gen5.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass1-0/+1
2020-01-07arm: socfpga: Convert system manager from struct to definesLey Foon Tan1-10/+16
2020-01-07arm: socfpga: Convert reset manager from struct to definesLey Foon Tan1-6/+6
2019-11-25ARM: socfpga: Add ArriaV ST/SX IDMarek Vasut1-0/+2
2019-11-25ARM: socfpga: Purge pending transactions upon enabling bridges on Gen5Marek Vasut1-0/+3
2019-11-25ARM: socfpga: Actually put bridges into reset on Gen5 in bridge disableMarek Vasut1-1/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-04-29ARM: socfpga: Remove socfpga_sdram_apply_static_cfg()Marek Vasut1-31/+0
2019-04-29ARM: socfpga: Add support for selecting bridges in bridge commandMarek Vasut1-1/+11
2019-04-17arm: socfpga: implement proper peripheral resetSimon Goldschmidt1-10/+0
2019-02-18arm: socfpga: gen5: remove hacked ETH RST handlingSimon Goldschmidt1-43/+1
2018-12-20arm: socfpga: stratix10: Add Stratix10 FPGA into FPGA device tableAng, Chee Hong1-1/+21
2018-11-29arm: socfpga: fix SPL booting from fpga OnChip RAMSimon Goldschmidt1-1/+8
2018-08-13arm: socfpga: gen5: combine some init code for SPL and U-BootSimon Goldschmidt1-12/+17
2018-07-12arm: socfpga: misc: Move bridge command to misc commonLey Foon Tan1-23/+3
2018-05-18ARM: socfpga: Repair A10 EMAC reset handlingMarek Vasut1-63/+4
2018-05-18ARM: socfpga: Zap CONFIG_SOCFPGA_VIRTUAL_TARGETMarek Vasut1-4/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2018-01-09arm: socfpga: Guard commands with CONFIG_SPL_BUILD testsTom Rini1-5/+8
2017-09-23ARM: socfpga: fix duplicate const specifier warningMasahiro Yamada1-1/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-2/+2
2017-05-18arm: socfpga: Restructure misc driverLey Foon Tan1-0/+359