public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jerry Van Baren <gerald.vanbaren@smiths-aerospace.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Running U-boot in cache area.
Date: Mon, 22 Jan 2007 08:58:29 -0500	[thread overview]
Message-ID: <45B4C305.3010501@smiths-aerospace.com> (raw)
In-Reply-To: <576906.40588.qm@web7911.mail.in.yahoo.com>

sathesh babu wrote:
> Hi,
>   I am tring to run U-boot on MIPS 24KE processor.
>     I have done MIPS 24KE cache initilization and configured it for 
> write through  mode in the start.S file.
>  
> If I specify SDRAM start address  as uncached area ( start 
> with 0xa0000000), u-boot boots up and able to get the u-boot prompt.
>  
> It I try SDRAM start address as cached area ( Start with 0x80000000), 
> the u-boot comes up to relocation function and hangs.
>  
> Could you please tell me what could be the problem.
> Did i mss any thing?.
>  
> I see the same behaviour with write back mode also.
>  
> Should i call any cache invalidation ( doing this as part of cache 
> initilization in the start.S) or flush functions before calling 
> relocation().
>  
> I am  enabling primary cache only and no secondary cache.
>  
> Thanks in advance.
>  
> Regards.
> Sathesh

This may be the FAQ.  Enabling caches typically enables bursting and 
disabling caches typically disables bursting (I'm not familiar with your 
MIPS - YMMV).  This class of RAM problems tend to show up only when 
bursting.
<http://www.denx.de/wiki/view/DULG/UBootCrashAfterRelocation>

gvb

      parent reply	other threads:[~2007-01-22 13:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-21 20:30 [U-Boot-Users] Running U-boot in cache area sathesh babu
2007-01-21 21:54 ` Haavard Skinnemoen
2007-01-22 13:58 ` Jerry Van Baren [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=45B4C305.3010501@smiths-aerospace.com \
    --to=gerald.vanbaren@smiths-aerospace.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