aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-socfpga/spl_gen5.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-04spl: mmc: extend spl_mmc_boot_mode() to take mmc argumentAndre Przywara1-1/+1
2021-09-04mmc: Rename MMC_SUPPORT to MMCSimon Glass1-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 log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-04-22spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()Harald Seiler1-1/+1
2020-02-03ARM: socfpga: Drop last use of socfpga_reset_managerMarek Vasut1-4/+1
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2020-01-07arm: socfpga: Convert system manager from struct to definesLey Foon Tan1-7/+5
2020-01-07arm: socfpga: Convert reset manager from struct to definesLey Foon Tan1-7/+7
2019-11-25ARM: socfpga: Unreset NAND in SPL on Gen5Marek Vasut1-0/+7
2019-08-15arm: socfpga: gen5: don't zero bss in board_init_f()Simon Goldschmidt1-2/+0
2019-05-24ARM: socfpga: Pull PL310 clearing into common codeMarek Vasut1-57/+0
2019-05-14arm: socfpga: remove re-added ad-hoc reset codeSimon Goldschmidt1-2/+1
2019-04-29ARM: socfpga: Disable bridges in SPL unless booting from FPGAMarek Vasut1-5/+3
2019-04-17arm: socfpga: implement proper peripheral resetSimon Goldschmidt1-8/+1
2019-04-17arm: socfpga: move gen5 SDR driver to DMSimon Goldschmidt1-20/+9
2019-02-25ARM: socfpga: Clear PL310 early in SPLMarek Vasut1-0/+58
2019-02-01spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4Tien Fong Chee1-1/+1
2019-02-01spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FATTien Fong Chee1-1/+1
2018-11-29arm: socfpga: fix SPL booting from fpga OnChip RAMSimon Goldschmidt1-3/+7
2018-08-13arm: socfpga: gen5: combine some init code for SPL and U-BootSimon Goldschmidt1-27/+1
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-12arm: socfpga: Restructure the SPL fileLey Foon Tan1-0/+183