Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-07 | ddr: altera: Restructure Stratix 10 SDRAM driver | Ley Foon Tan | |
Restructure Stratix 10 SDRAM driver. Move common code to separate file, in preparation to support SDRAM driver for Agilex. Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com> Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | |||
2019-05-06 | arm: socfpga: Move Stratix 10 SDRAM driver to DM | Ley Foon Tan | |
Convert Stratix 10 SDRAM driver to device model. Get rid of call to socfpga_per_reset() and use reset framework. SPL is changed from calling function in SDRAM driver directly to just probing UCLASS_RAM. Move sdram_s10.h from arch to driver/ddr/altera directory. Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com> |