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

Andrew Lunn wrote:
> 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

Andrew,

I am a bit confused about a joining 'flash_v2' branch with the latest
anon CVS tree. When I do

cvs -z3 up -j flash_v2 io/flash
...

I get the reports about collisions, and if I use 'flash_v2' 

cvs -z3 up -r flash_v2 io/flash
...

it seems for me that I fullfil some downgrades against anon CVS sources.
Should that occur? Where am I wrong? It's possible I have to specify
some DATE mark with 'tag. Please, tip me how to merge 'flash_v2' branch
with latest sources properly? Thank you.

Kind regards,

-- Sergei


> 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

      parent reply	other threads:[~2007-06-12  6:54 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
2007-06-10 11:01   ` Sergei Gavrikov
2007-06-12 14:24   ` Sergei Gavrikov [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=1181631310.7415.18.camel@sg-ubuntu \
    --to=w3sg@softhome.net \
    --cc=andrew@lunn.ch \
    --cc=ecos-discuss@ecos.sourceware.org \
    /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).