All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] Paged memory?
@ 2004-11-22  8:22 kyle rhodes
  2004-11-22  9:43 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: kyle rhodes @ 2004-11-22  8:22 UTC (permalink / raw)
  To: u-boot

Hi,

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?

Thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot-Users] Paged memory?
  2004-11-22  8:22 [U-Boot-Users] Paged memory? kyle rhodes
@ 2004-11-22  9:43 ` Wolfgang Denk
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2004-11-22  9:43 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-11-22  9:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-22  8:22 [U-Boot-Users] Paged memory? kyle rhodes
2004-11-22  9:43 ` Wolfgang Denk

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.