From: R.E.Wolff@BitWizard.nl (Rogier Wolff)
To: David.Woodhouse@mvhi.com (David Woodhouse)
Cc: jgg@ualberta.ca, mtd@infradead.org, linux-kernel@vger.rutgers.edu
Subject: Re: FFS2 and MTDs (flash)
Date: Mon, 5 Jul 1999 21:35:09 +0200 (MEST) [thread overview]
Message-ID: <199907051935.VAA01519@cave.BitWizard.nl> (raw)
In-Reply-To: <E111E4d-0002HU-00@devel2.axiom.internal> from David Woodhouse at "Jul 5, 99 08:06:38 pm"
David Woodhouse wrote:
>
> Think of CFI-compliant flash mapped into the host's address space. Why cache
> it in RAM when you can just point a page table at the original?
One of the things is that the ROMs and flash devices that you're
talking about are usually only 8 or 16 bits wide. That means that you
get worse access times than 32- or 64-bit wide RAM. If you just copy
the page from the device into main memory the only thing that YOU'll
notice is that it is a whole lot faster than a disk. Once you start
executing code out of it, the first thing you'll notice is that it's
slower than RAM.... ;-)
XIP is useful though for very cramped machines. Say one with 4M RAM
and 16M flash. You might even want the kernel to stay put in the
flash. Possibly have the choice of running the one important
application (e.g. the mp3 decompressor in the empeg-car) get copied
over to RAM before execution....
Roger.
--
** R.E.Wolff@BitWizard.nl ** http://www.BitWizard.nl/ ** +31-15-2137555 **
*-- BitWizard writes Linux device drivers for any device you may have! --*
------ Microsoft SELLS you Windows, Linux GIVES you the whole house ------
To unsubscribe, send "unsubscribe mtd" to majordomo@imladris.demon.co.uk
next prev parent reply other threads:[~1999-07-05 19:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
1999-07-05 19:06 FFS2 and MTDs (flash) David Woodhouse
1999-07-05 19:33 ` Jason Gunthorpe
1999-07-05 19:35 ` Rogier Wolff [this message]
-- strict thread matches above, loose matches on Subject: below --
1999-07-05 19:47 David Woodhouse
1999-07-05 18:26 Loop Devices over NFS don't work? David Woodhouse
1999-07-05 18:45 ` FFS2 and MTDs (flash) Jason Gunthorpe
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=199907051935.VAA01519@cave.BitWizard.nl \
--to=r.e.wolff@bitwizard.nl \
--cc=David.Woodhouse@mvhi.com \
--cc=jgg@ualberta.ca \
--cc=linux-kernel@vger.rutgers.edu \
--cc=mtd@infradead.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