aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-socfpga
AgeCommit message (Expand)AuthorFilesLines
2023-10-06spl: Enable CONFIG_SPL_SYS_MALLOC_F where neededSimon Glass1-0/+3
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-01-11Use `grep -E` or plain `grep` instead of `egrep`Ville Skyttä2-9/+9
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini5-6/+6
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-1/+1
2022-11-10global: Migrate CONFIG_HPS* symbols to the CFG namespaceTom Rini4-132/+132
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass1-1/+1
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass1-1/+1
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-4/+4
2022-07-01socfpga: arria10: Allow dcache_enable before relocationPaweł Anikiel1-0/+26
2022-07-01socfpga: arria10: Replace delays with busy waiting in cm_full_cfgPaweł Anikiel1-9/+22
2022-07-01config: Add Chameleonv3 configPaweł Anikiel1-0/+7
2022-06-17arch: arm: socfpga: timer_s10: Override udelay for secure sectionDinesh Maniyam1-1/+33
2022-05-23arm: socfpga: Add the terasic de10-standard boardHumberto Naves1-0/+7
2022-04-12iopoll: Extend read_poll_timeout macro to support variable parametersAriel D'Alessandro1-9/+11
2022-04-08spi: cadence_qspi: Migrate CONFIG_CQSPI_REF_CLK to KconfigTom Rini1-0/+1
2022-04-05Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2-2/+2
2022-04-04spl: mmc: extend spl_mmc_boot_mode() to take mmc argumentAndre Przywara2-2/+2
2022-04-01keymile: Move sourcing of common KconfigTom Rini1-2/+0
2022-03-02armv8: Fix and simplify branch_if_master/branch_if_slaveAndre Przywara1-1/+1
2021-12-17arm: socfpga: arria10: Enable double peripheral RBF configurationTien Fong Chee3-0/+52
2021-12-17arm: socfpga: arria10: Reset MPFE NoC after program periph / combined RBFTien Fong Chee5-6/+195
2021-12-17arm: socfpga: arria10: Setting image magic value to romcode initswstate regTien Fong Chee2-2/+11
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-8/+8
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini1-1/+1
2021-09-08lib: Drop SHA512_ALGO in lieu of SHA512Alexandru Gagniuc1-1/+1
2021-09-04mmc: Rename MMC_SUPPORT to MMCSimon Glass3-3/+3
2021-08-25arm: socfpga: Enable Intel N5X device buildSiew Chin Lim2-6/+43
2021-08-25arm: socfpga: Add SPL for Intel N5X deviceSiew Chin Lim1-0/+94
2021-08-25ddr: altera: Add SDRAM driver for Intel N5X deviceTien Fong Chee2-1/+15
2021-08-25arm: socfpga: Changed misc_s10.c to misc_soc64.cSiew Chin Lim2-8/+8
2021-08-25arm: socfpga: Add clock manager for Intel N5X deviceSiew Chin Lim3-0/+94
2021-08-25arm: socfpga: Move cm_get_mpu_clk_hz function declaration to clock_manager.hSiew Chin Lim5-5/+1
2021-08-25arm: socfpga: Get clock manager base address for Intel N5X deviceSiew Chin Lim1-0/+3
2021-08-24arm: socfpga: Add handoff data support for Intel N5X deviceTien Fong Chee3-48/+140
2021-08-24arm: socfpga: Add base address for Intel N5X deviceSiew Chin Lim1-1/+2
2021-08-24arm: socfpga: Changed base_addr_s10.h to base_addr_soc64.hSiew Chin Lim1-4/+4
2021-08-24arm: socfpga: Move linux_qspi_enable from bootcommand to board_prep_linux fun...Siew Chin Lim1-8/+9
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass2-3/+3
2021-06-11common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla1-1/+2
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún1-1/+1
2021-04-08arm: socfpga: smc: Add function to get usercodeSiew Chin Lim2-0/+18
2021-04-08arm: socfpga: Changed to store QSPI reference clock in kHzSiew Chin Lim4-11/+58
2021-04-08arm: socfpga: Move Stratix10 and Agilex clock manager common codeSiew Chin Lim7-19/+13
2021-04-08arm: socfpga: Restructure Stratix10 and Agilex handoff codeSiew Chin Lim6-82/+126
2021-04-08arm: socfpga: Rearrange sequence of macros in handoff_soc64.hSiew Chin Lim1-10/+12
2021-04-08arm: socfpga: Changed system_manager_s10.c to system_manager_soc64.cSiew Chin Lim2-2/+2
2021-04-08arm: socfpga: Changed wrap_pll_config_s10.c to wrap_pll_config_soc64.cSiew Chin Lim2-2/+2
2021-04-08arm: socfpga: Rename Stratix10 and Agilex handoff common macrosSiew Chin Lim5-57/+57
2021-04-08arm: socfpga: Move Stratix10 and Agilex SPL common codeSiew Chin Lim4-33/+27