summaryrefslogtreecommitdiff
path: root/arch/arm/mach-socfpga
AgeCommit message (Expand)Author
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
2021-06-11common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún
2021-04-08arm: socfpga: smc: Add function to get usercodeSiew Chin Lim
2021-04-08arm: socfpga: Changed to store QSPI reference clock in kHzSiew Chin Lim
2021-04-08arm: socfpga: Move Stratix10 and Agilex clock manager common codeSiew Chin Lim
2021-04-08arm: socfpga: Restructure Stratix10 and Agilex handoff codeSiew Chin Lim
2021-04-08arm: socfpga: Rearrange sequence of macros in handoff_soc64.hSiew Chin Lim
2021-04-08arm: socfpga: Changed system_manager_s10.c to system_manager_soc64.cSiew Chin Lim
2021-04-08arm: socfpga: Changed wrap_pll_config_s10.c to wrap_pll_config_soc64.cSiew Chin Lim
2021-04-08arm: socfpga: Rename Stratix10 and Agilex handoff common macrosSiew Chin Lim
2021-04-08arm: socfpga: Move Stratix10 and Agilex SPL common codeSiew Chin Lim
2021-03-29Merge tag 'v2021.04-rc5' into nextTom Rini
2021-03-23arm: socfpga: Only do 'is OS booted from FIT' checking when VAB is enabledSiew Chin Lim