public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* Different erase block sizes in a JFFS2 partion.
@ 2006-09-28 21:55 Joakim Tjernlund
  2006-09-28 23:07 ` Josh Boyer
  0 siblings, 1 reply; 3+ messages in thread
From: Joakim Tjernlund @ 2006-09-28 21:55 UTC (permalink / raw)
  To: linux-mtd

Got multiple NOR chips with top and bottom boot blocks with diffrent EB size
then the rest of the blocks. 
I want to put a JFFS2 FS spanning over several chips which makes the FS
cross top/bottom boot blocks.
Since(last I looked) JFFS2 can't deal with diffrent EB sizes on the same
partition I need do something about it.
I want to use point()/unpoint() and a cached memory mapping for burst access
and I don't know how to do that yet and I would like some ideas.

One idea I have is to reserve the boot blocks with a new type of JFFS2
node(similar to JFFS2_FEATURE_ROCOMPAT) that spans the whole boot block.
JFFS2 should not try to move or delete nodes of this type. Not sure
if thats a good idea or if its hard to impl. yet.

Better ideas anyone?

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

end of thread, other threads:[~2006-09-29  6:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-28 21:55 Different erase block sizes in a JFFS2 partion Joakim Tjernlund
2006-09-28 23:07 ` Josh Boyer
2006-09-29  6:43   ` Joakim Tjernlund

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox