aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-socfpga/spl_a10.c
AgeCommit message (Expand)Author
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini
2024-05-06arm: socfpga: Remove <common.h> and add needed includesTom Rini
2024-04-15arm: socfpga: arria10: add option to reprogram the FPGA every rebootMichał Barnaś
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-04-04spl: mmc: extend spl_mmc_boot_mode() to take mmc argumentAndre Przywara
2021-12-17arm: socfpga: arria10: Enable double peripheral RBF configurationTien Fong Chee
2021-12-17arm: socfpga: arria10: Reset MPFE NoC after program periph / combined RBFTien Fong Chee
2021-12-17arm: socfpga: arria10: Setting image magic value to romcode initswstate regTien Fong Chee
2021-09-04mmc: Rename MMC_SUPPORT to MMCSimon Glass
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-04-22spl: mmc: Rename spl_boot_mode() to spl_mmc_boot_mode()Harald Seiler
2020-03-31arm: socfpga: arria10: Add save_boot_params()Ley Foon Tan
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2020-01-07arm: socfpga: Convert system manager from struct to definesLey Foon Tan
2020-01-07arm: socfpga: Convert reset manager from struct to definesLey Foon Tan
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2019-05-24ARM: socfpga: Clear PL310 early in SPLMarek Vasut
2019-05-10spl: socfpga: Implement fpga bitstream loading with socfpga loadfsTien Fong Chee
2019-03-09ARM: socfpga: Disable D cache in SPLMarek Vasut
2019-02-01spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4Tien Fong Chee
2019-02-01spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FATTien Fong Chee
2018-08-24ARM: socfpga: Reorder Arria10 SPLMarek Vasut
2018-08-13ARM: socfpga: Zap all the UART handling complexityMarek Vasut
2018-08-13ARM: socfpga: Register the FPGA on A10 in SPL againMarek Vasut
2018-07-13Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
2018-07-12arm: socfpga: Restructure the SPL fileLey Foon Tan