aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-socfpga
Commit message (Expand)AuthorAgeFilesLines
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-2044-47/+27
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-1944-27/+47
* arm: socfpga: Add missing <linux/types.h>Tom Rini2024-05-071-0/+2
* global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini2024-05-067-7/+0
* arm: socfpga: Remove <common.h> and add needed includesTom Rini2024-05-0642-41/+26
* arm: socfpga: arria10: add option to reprogram the FPGA every rebootMichał Barnaś2024-04-152-2/+14
* arch: arm: Agilex5 enablementJit Loon Lim2024-03-1811-17/+301
* treewide: Remove clk_freeSean Anderson2024-01-293-10/+1
* arm: socfpga: stratix10: SPI clock supportDinesh Maniyam2024-01-221-1/+16
* mach-socfpga: do not overlap defines with lwipMaxim Uvarov2024-01-112-6/+9
* spl: Enable CONFIG_SPL_SYS_MALLOC_F where neededSimon Glass2023-10-061-0/+3
* common: Drop linux/printk.h from common headerWIP/23Sep2023Simon Glass2023-09-241-0/+1
* Use `grep -E` or plain `grep` instead of `egrep`Ville Skyttä2023-01-112-9/+9
* global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-055-6/+6
* global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini2022-12-051-1/+1
* global: Migrate CONFIG_HPS* symbols to the CFG namespaceTom Rini2022-11-104-132/+132
* Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2022-10-311-1/+1
* treewide: Drop bootm_headers_t typedefSimon Glass2022-09-291-1/+1
* cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-181-4/+4
* socfpga: arria10: Allow dcache_enable before relocationPaweł Anikiel2022-07-011-0/+26
* socfpga: arria10: Replace delays with busy waiting in cm_full_cfgPaweł Anikiel2022-07-011-9/+22
* config: Add Chameleonv3 configPaweł Anikiel2022-07-011-0/+7
* arch: arm: socfpga: timer_s10: Override udelay for secure sectionDinesh Maniyam2022-06-171-1/+33
* arm: socfpga: Add the terasic de10-standard boardHumberto Naves2022-05-231-0/+7
* iopoll: Extend read_poll_timeout macro to support variable parametersAriel D'Alessandro2022-04-121-9/+11
* spi: cadence_qspi: Migrate CONFIG_CQSPI_REF_CLK to KconfigTom Rini2022-04-081-0/+1
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2022-04-052-2/+2
|\
| * spl: mmc: extend spl_mmc_boot_mode() to take mmc argumentAndre Przywara2022-04-042-2/+2
* | keymile: Move sourcing of common KconfigTom Rini2022-04-011-2/+0
* | armv8: Fix and simplify branch_if_master/branch_if_slaveAndre Przywara2022-03-021-1/+1
|/
* arm: socfpga: arria10: Enable double peripheral RBF configurationTien Fong Chee2021-12-173-0/+52
* arm: socfpga: arria10: Reset MPFE NoC after program periph / combined RBFTien Fong Chee2021-12-175-6/+195
* arm: socfpga: arria10: Setting image magic value to romcode initswstate regTien Fong Chee2021-12-172-2/+11
* WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-301-8/+8
* Merge tag 'v2021.10-rc4' into nextTom Rini2021-09-161-1/+1
|\
| * lib: Drop SHA512_ALGO in lieu of SHA512Alexandru Gagniuc2021-09-081-1/+1
* | mmc: Rename MMC_SUPPORT to MMCSimon Glass2021-09-043-3/+3
|/
* arm: socfpga: Enable Intel N5X device buildSiew Chin Lim2021-08-252-6/+43
* arm: socfpga: Add SPL for Intel N5X deviceSiew Chin Lim2021-08-251-0/+94
* ddr: altera: Add SDRAM driver for Intel N5X deviceTien Fong Chee2021-08-252-1/+15
* arm: socfpga: Changed misc_s10.c to misc_soc64.cSiew Chin Lim2021-08-252-8/+8
* arm: socfpga: Add clock manager for Intel N5X deviceSiew Chin Lim2021-08-253-0/+94
* arm: socfpga: Move cm_get_mpu_clk_hz function declaration to clock_manager.hSiew Chin Lim2021-08-255-5/+1
* arm: socfpga: Get clock manager base address for Intel N5X deviceSiew Chin Lim2021-08-251-0/+3
* arm: socfpga: Add handoff data support for Intel N5X deviceTien Fong Chee2021-08-243-48/+140
* arm: socfpga: Add base address for Intel N5X deviceSiew Chin Lim2021-08-241-1/+2
* arm: socfpga: Changed base_addr_s10.h to base_addr_soc64.hSiew Chin Lim2021-08-241-4/+4
* arm: socfpga: Move linux_qspi_enable from bootcommand to board_prep_linux fun...Siew Chin Lim2021-08-241-8/+9
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-022-3/+3
* common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla2021-06-111-1/+2