commit | 9a5a90ad9b3234c4739427cbe11219c51f0e9bd1 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Fri Oct 18 00:22:31 2019 +0200 |
committer | Marek Vasut <marex@denx.de> | Wed Feb 05 03:01:57 2020 +0100 |
tree | 46b9196f5316689236fd04480c0422077445765d | |
parent | cf89ef8d10f240554541c20b2e1bdcdd58d1d7e6 [diff] |
ddr: altera: Add DDR2 support to Gen5 driver Add DDR2 support to Gen5 DRAM driver. As the DDR2 macro names generated by Quartus are named differently than the DDR3 ones, use anon unions to store them in the same structures, without growing their size. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Ley Foon Tan <ley.foon.tan@intel.com> Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>