Re: [U-Boot] [PATCH 2/2] board/ls1021aqds_d4: Add DDR4 support

2014-09-11 Thread York Sun
On 09/11/2014 03:26 PM, Otavio Salvador wrote: > On Thu, Sep 11, 2014 at 5:32 PM, York Sun wrote: >> LS1021AQDS has a variant with DDR4 slot. This patch adds a new target for >> this variant and enables DDR4 support. RAW timing parameters are not added >> for DDR4. The board timing parameters are

Re: [U-Boot] [PATCH 2/2] board/ls1021aqds_d4: Add DDR4 support

2014-09-11 Thread Otavio Salvador
On Thu, Sep 11, 2014 at 5:32 PM, York Sun wrote: > LS1021AQDS has a variant with DDR4 slot. This patch adds a new target for > this variant and enables DDR4 support. RAW timing parameters are not added > for DDR4. The board timing parameters are only tuned for single-rank 1600 > and 1800MT/s with

[U-Boot] [PATCH 2/2] board/ls1021aqds_d4: Add DDR4 support

2014-09-11 Thread York Sun
LS1021AQDS has a variant with DDR4 slot. This patch adds a new target for this variant and enables DDR4 support. RAW timing parameters are not added for DDR4. The board timing parameters are only tuned for single-rank 1600 and 1800MT/s with Micron DIMM 9ASF51272AZ-2G1A1 due to availability. Signed