All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Paged memory?
Date: Mon, 22 Nov 2004 10:43:33 +0100	[thread overview]
Message-ID: <20041122094338.265BDC1430@atlas.denx.de> (raw)
In-Reply-To: Your message of "Mon, 22 Nov 2004 08:22:29 GMT." <41A1A1C5.3040301@castlecaretech.plus.com>

In message <41A1A1C5.3040301@castlecaretech.plus.com> you wrote:
> 
> We are developing a custom board using the Blackfin processor and would 
> like to use U-boot if possible.
> We have 8 Meg of flash that is split into 8 * 1 Meg pages, the pages 
> being controlled by some programmable io pins.
> Is this sort of memory architecture supported by u-boot?

Yes - you will have to take care of this in your  flash  driver,  and
either  accept  the  fact that the memory commands ("md" and friends)
can operate only on the current page [maybe you add a custoim command
for page select], or extend the memory commands to auto-select pages.

I don't know enough about the BF  processor  -  maybe  you  can  also
configure the memory controller to present you a virtual view of flat
memory?

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Of all possible committee reactions to any  given  agenda  item,  the
reaction  that will occur is the one which will liberate the greatest
amount of hot air.                                -- Thomas L. Martin

      reply	other threads:[~2004-11-22  9:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-22  8:22 [U-Boot-Users] Paged memory? kyle rhodes
2004-11-22  9:43 ` Wolfgang Denk [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=20041122094338.265BDC1430@atlas.denx.de \
    --to=wd@denx.de \
    --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.