aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-socfpga
AgeCommit message (Expand)Author
2024-07-15arm: mach: socfpga: Remove duplicate newlinesMarek Vasut
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-07arm: socfpga: Add missing <linux/types.h>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ś
2024-03-18arch: arm: Agilex5 enablementJit Loon Lim
2024-01-29treewide: Remove clk_freeSean Anderson
2024-01-22arm: socfpga: stratix10: SPI clock supportDinesh Maniyam
2024-01-11mach-socfpga: do not overlap defines with lwipMaxim Uvarov
2023-10-06spl: Enable CONFIG_SPL_SYS_MALLOC_F where neededSimon Glass
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-01-11Use `grep -E` or plain `grep` instead of `egrep`Ville Skyttä
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini
2022-11-10global: Migrate CONFIG_HPS* symbols to the CFG namespaceTom Rini
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-07-01socfpga: arria10: Allow dcache_enable before relocationPaweł Anikiel
2022-07-01socfpga: arria10: Replace delays with busy waiting in cm_full_cfgPaweł Anikiel
2022-07-01config: Add Chameleonv3 configPaweł Anikiel
2022-06-17arch: arm: socfpga: timer_s10: Override udelay for secure sectionDinesh Maniyam
2022-05-23arm: socfpga: Add the terasic de10-standard boardHumberto Naves
2022-04-12iopoll: Extend read_poll_timeout macro to support variable parametersAriel D'Alessandro
2022-04-08spi: cadence_qspi: Migrate CONFIG_CQSPI_REF_CLK to KconfigTom Rini
2022-04-05Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2022-04-04spl: mmc: extend spl_mmc_boot_mode() to take mmc argumentAndre Przywara
2022-04-01keymile: Move sourcing of common KconfigTom Rini
2022-03-02armv8: Fix and simplify branch_if_master/branch_if_slaveAndre 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-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini
2021-09-08lib: Drop SHA512_ALGO in lieu of SHA512Alexandru Gagniuc
2021-09-04mmc: Rename MMC_SUPPORT to MMCSimon Glass
2021-08-25arm: socfpga: Enable Intel N5X device buildSiew Chin Lim
2021-08-25arm: socfpga: Add SPL for Intel N5X deviceSiew Chin Lim
2021-08-25ddr: altera: Add SDRAM driver for Intel N5X deviceTien Fong Chee
2021-08-25arm: socfpga: Changed misc_s10.c to misc_soc64.cSiew Chin Lim
2021-08-25arm: socfpga: Add clock manager for Intel N5X deviceSiew Chin Lim
2021-08-25arm: socfpga: Move cm_get_mpu_clk_hz function declaration to clock_manager.hSiew Chin Lim
2021-08-25arm: socfpga: Get clock manager base address for Intel N5X deviceSiew Chin Lim
2021-08-24arm: socfpga: Add handoff data support for Intel N5X deviceTien Fong Chee
2021-08-24arm: socfpga: Add base address for Intel N5X deviceSiew Chin Lim
2021-08-24arm: socfpga: Changed base_addr_s10.h to base_addr_soc64.hSiew Chin Lim
2021-08-24arm: socfpga: Move linux_qspi_enable from bootcommand to board_prep_linux fun...Siew Chin Lim
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass