commit | 79a779b564bc8d1c5ac818e9a753171e521c56b8 | [log] [tgz] |
---|---|---|
author | York Sun <yorksun@freescale.com> | Fri Aug 01 15:51:00 2014 -0700 |
committer | York Sun <yorksun@freescale.com> | Thu Sep 25 08:36:18 2014 -0700 |
tree | f607e330c200428f1e37a1fd3aba8873efdbb634 | |
parent | 962b2deeca74dd34e80f2cf9f2bae58ade64904a [diff] |
driver/ddr: Restruct driver to allow standalone memory space U-boot has been initializing DDR for the main memory. The presumption is the memory stays as a big continuous block, either linear or interleaved. This change is to support putting some DDR controllers to separated space without counting into main memory. The standalone memory controller could use different number of DIMM slots. Signed-off-by: York Sun <yorksun@freescale.com>