public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Andrew Lunn <andrew@lunn.ch>
To: Sergei Gavrikov <w3sg@SoftHome.net>
Cc: ecos-discuss@ecos.sourceware.org
Subject: Re: [ECOS] Question: Banked FLASH
Date: Sat, 09 Jun 2007 08:47:00 -0000	[thread overview]
Message-ID: <20070608140925.GD14051@lunn.ch> (raw)
In-Reply-To: <1181310684.7166.14.camel@sg-ubuntu>

On Fri, Jun 08, 2007 at 04:51:23PM +0300, Sergei Gavrikov wrote:
> Hello,
> 
> Does exist a way (like FLASH_P2V macro) to manage flash banking using
> _generic_PIO_? I have 1 part of the solid 2M Intel 28fxxx flash, but I
> cannot use A20 line in a address mode. That line is a generic PIO line.
> Should I copy a generic 28fxxx driver code in my hal/devs/flash and
> tweak that source or there is more elegant way in eCos flash devices
> world?

There is no existing solution to this that i know of.

The flash_v2 branch has some interesting possibilities. It supports
multiple flash drivers in a flexible way. It also supports a form of
virtual addresses. So with the V2 branch you could have the 28fxxx
driver at the physical address of the flash, and it would drive which
ever bank is currently mapped in. On top of that you have a virtual
driver which implements the full 2M address range but at a different
address. It would set the GPIO line as appropriate and then pass
requests onto the physical driver, mapping the addresses as
appropriate.

If you do decide to implement this, it would be great to have it
contributed back. It should be possible to make the virtual driver
generic with a hardware specific package which implements the bank
manipulation function. I can help with the design and testing. It is
something i thought about doing a while ago, but never got around to.

          Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

  reply	other threads:[~2007-06-08 14:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-09  2:08 Sergei Gavrikov
2007-06-09  8:47 ` Andrew Lunn [this message]
2007-06-10 11:01   ` Sergei Gavrikov
2007-06-12 14:24   ` Sergei Gavrikov

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=20070608140925.GD14051@lunn.ch \
    --to=andrew@lunn.ch \
    --cc=ecos-discuss@ecos.sourceware.org \
    --cc=w3sg@SoftHome.net \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).