All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Accessing IRAM & DRAM through different segments in MIPS
Date: Wed, 09 Jan 2008 18:45:22 +0900	[thread overview]
Message-ID: <478497B2.6010804@necel.com> (raw)
In-Reply-To: <47847FCB.2040603@txc.stpn.soft.net>

Viswanath Bandi wrote:
> Thanks Shinya & Donald for the suggestions.
> 
> Following is our cache configuration.
> 
> Cache Size (KB): 8KBytes
> Associativity (Lines Per Set): 4-Ways
> Way Size (KB): 2KBytes
> Number  of Sets:128 Sets
> Cache Line Size: 16-bytes per line
> 
> One more thing I found out is that the cache works when configured in
> write-through mode (with or without write allocate). The only mode which
> is giving problem is "write-back, write allocate".

Ok. I'd like to make sure that

 * Which version of U-Boot do you use?

 * How do you configure CFGs below?
   - CFG_ICACHE_SIZE
   - CFG_DCACHE_SIZE
   - CFG_CACHELINE_SIZE

And if possible, please post the diff regarding `cpu/mips' like this,

   $ diff -uprN u-boot-X.Y.Z{.orig,-yours}/cpu/mips > my.patch

Thanks in advance,

  Shinya

      reply	other threads:[~2008-01-09  9:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-05 10:55 [U-Boot-Users] Accessing IRAM & DRAM through different segments in MIPS Viswanath Bandi
2008-01-06  4:55 ` Shinya Kuribayashi
2008-01-08  2:30 ` Hoi-Ho Chan
2008-01-09  8:03   ` Viswanath Bandi
2008-01-09  9:45     ` Shinya Kuribayashi [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=478497B2.6010804@necel.com \
    --to=shinya.kuribayashi@necel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.