public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Grant Erickson <marathon96@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm/omap3: limit chip select iteration based on board config
Date: Wed, 4 Jan 2012 08:28:22 -0800	[thread overview]
Message-ID: <02A515F3-CCD2-4635-AD38-07DE542A46CE@gmail.com> (raw)
In-Reply-To: <4F047AC8.8020203@ti.com>

On Jan 4, 2012, at 8:14 AM, Tom Rini wrote:
> On 01/04/2012 09:10 AM, Grant Erickson wrote:
>> On Jan 3, 2012, at 6:31 AM, Tom Rini wrote:
>>> On 12/22/2011 12:28 PM, Grant Erickson wrote:
>>>> Only attempt to configure and add DRAM at chip select 1 if the board has configured more than one bank of DRAM.
>>>> 
>>>> This prevents boards that have CONFIG_NR_DRAM_BANKS set to 1 from getting an incorrect DRAM size.
>>>> 
>>>> Signed-off-by: Grant Erickson <marathon96@gmail.com>
>>>> Cc: Tom Rini <trini@ti.com>
>>> 
>>> OK, what problem (and on what board) are you seeing?  Many boards only
>>> have CS0 populated with DRAM but when we try and configure CS1 the
>>> mem_ok() call fails and we don't try and use it, so we don't get a wrong
>>> amount of memory.  Thanks!
>> 
>> Tom:
>> 
>> This is on an OMAP3EVM-derived board with 64 MiB of fixed Micron MDDR DRAM.
>> 
>> The board is bootstrapped in second stage boot using X-Loader 1.46 (it'll move to U-Boot SPL really soon now). The original X-Loader 1.46 + U-Boot 2010.09 went successfully as follows:
> 
> X-Loader is misbehaving (and misconfiguring) here.  Actual OMAP3EVM also had this problem until the SPL switch.

Tom:

That makes sense; however, I have deployed boards in the field for which an in-place X-Loader update isn't trivial and for which interoperability is key. In light of that, are you willing to accept the patch?

	* For CONFIG_NR_DRAM_BANKS set to 1, we get interop with old second stage boot such as X-Loader.

	* For CONFIG_NR_DRAM_BANKS set to 2 (most boards) the behavior is exactly as it is without the patch.

What do you think?

Thanks,

Grant

  reply	other threads:[~2012-01-04 16:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-22 19:28 [U-Boot] [PATCH] arm/omap3: limit chip select iteration based on board config Grant Erickson
2012-01-03 14:31 ` Tom Rini
     [not found] ` <4f0475fc.a24de70a.57f2.540d@mx.google.com>
2012-01-04 16:10   ` Grant Erickson
2012-01-04 16:14     ` Tom Rini
2012-01-04 16:28       ` Grant Erickson [this message]
2012-01-05  8:44         ` Wolfgang Denk

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=02A515F3-CCD2-4635-AD38-07DE542A46CE@gmail.com \
    --to=marathon96@gmail.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