public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: York Sun <yorksun@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] board/ls1021aqds_d4: Add DDR4 support
Date: Thu, 11 Sep 2014 15:29:18 -0700	[thread overview]
Message-ID: <5412223E.2050704@freescale.com> (raw)
In-Reply-To: <CAP9ODKpOX4fg0WEMG5OkYJUQ5yjESuYO1PCWT1+ce0uHqjXfKg@mail.gmail.com>

On 09/11/2014 03:26 PM, Otavio Salvador wrote:
> On Thu, Sep 11, 2014 at 5:32 PM, York Sun <yorksun@freescale.com> 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 Micron DIMM 9ASF51272AZ-2G1A1 due to availability.
>>
>> Signed-off-by: York Sun <yorksun@freescale.com>
>> ---
>>  arch/arm/Kconfig                                   |    3 +++
>>  arch/arm/include/asm/arch-ls102xa/config.h         |    5 +++++
>>  board/freescale/ls1021aqds/Kconfig                 |    2 +-
>>  board/freescale/ls1021aqds/ddr.c                   |    9 ++++++++-
>>  board/freescale/ls1021aqds/ddr.h                   |   10 ++++++++++
>>  ...s_nor_defconfig => ls1021aqds_d4_nor_defconfig} |    1 +
>>  include/configs/ls1021aqds.h                       |    4 +++-
>>  7 files changed, 31 insertions(+), 3 deletions(-)
>>  copy configs/{ls1021aqds_nor_defconfig => ls1021aqds_d4_nor_defconfig} (50%)
>>
>> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
>> index 11143a8..49c4b5a 100644
>> --- a/arch/arm/Kconfig
>> +++ b/arch/arm/Kconfig
>> @@ -473,6 +473,9 @@ config TARGET_LS2085A_SIMU
>>  config TARGET_LS1021AQDS
>>         bool "Support ls1021aqds_nor"
>>
>> +config TARGET_LS1021AQDS_D4
>> +       bool "Support ls1021aqds_nor with DDR4"
> 
> Use _DDR4 for the target, easier to understand when reading later.

I accept this suggestion but will wait for the final name of the board. I used
_D4 following T1040QDS_D4 because that board was named so.

York

      reply	other threads:[~2014-09-11 22:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-11 20:32 [U-Boot] [PATCH 1/2] driver/ddr/fsl: Fix DDR4 driver York Sun
2014-09-11 20:32 ` [U-Boot] [PATCH 2/2] board/ls1021aqds_d4: Add DDR4 support York Sun
2014-09-11 22:26   ` Otavio Salvador
2014-09-11 22:29     ` York Sun [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5412223E.2050704@freescale.com \
    --to=yorksun@freescale.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox