summaryrefslogtreecommitdiff
path: root/drivers/ddr/altera/sdram_s10.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-1/+1
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-1/+1
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2020-01-07ddr: socfpga: Enable ARM64 Non-Secure SDRAM ECC AccessThor Thayer1-3/+3
2020-01-07arm: socfpga: stratix10: Enable SMMU accessThor Thayer1-0/+14
2020-01-07ddr: altera: Restructure Stratix 10 SDRAM driverLey Foon Tan1-295/+1
2020-01-07arm: socfpga: Move Stratix10 and Agilex system manager common codeLey Foon Tan1-1/+1
2020-01-07arm: socfpga: Move firewall code to firewall fileLey Foon Tan1-1/+1
2020-01-07arm: socfpga: Convert system manager from struct to definesLey Foon Tan1-4/+2
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-05-06arm: socfpga: Move Stratix 10 SDRAM driver to DMLey Foon Tan1-74/+169
2019-04-17ddr: altera: Stratix10: Add ECC memory scrubbingLey Foon Tan1-0/+81
2019-04-17ddr: altera: Stratix10: Add multi-banks DRAM size checkLey Foon Tan1-5/+41
2019-04-17ddr: altera: stratix10: Move SDRAM size check to SDRAM driverLey Foon Tan1-0/+15
2018-09-15socfpga: stratix10: fix sdram_calculate_sizeDalon Westergreen1-2/+2
2018-07-12ddr: altera: stratix10: Add DDR support for Stratix10 SoCLey Foon Tan1-0/+388