From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [217.111.56.2] (helo=farside.sncag.com) by canuck.infradead.org with esmtps (Exim 4.42 #1 (Red Hat Linux)) id 1CYoPC-00012n-Q5 for linux-mtd@lists.infradead.org; Mon, 29 Nov 2004 11:29:40 -0500 To: Josh Boyer In-Reply-To: <1101742712.23997.2.camel@weaponx.rchland.ibm.com> (Josh Boyer's message of "Mon, 29 Nov 2004 09:38:32 -0600") References: <200411291024906.SM01112@ACarlisle> <1101742712.23997.2.camel@weaponx.rchland.ibm.com> From: Rainer Weikusat Date: Mon, 29 Nov 2004 17:29:31 +0100 Message-ID: <87hdn8fwk4.fsf@farside.sncag.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andrew Carlisle , linux-mtd@lists.infradead.org Subject: Re: Multiple banks of flash? List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Josh Boyer writes: > On Mon, 2004-11-29 at 09:15, Andrew Carlisle wrote: >> I have two banks of flash that are physically located at different >> locations. I have successfully mapped one bank. I can also map the other >> bank, but the problem is that I can't map both the banks simultaneously. >> >> I went into physmap.c and modified init_physmap() so that it basically does >> the same thing twice, two probes, two partition searches, but it doesn't >> seem to work mapping two banks which are located at different address mapped >> in at the same time. >> >> I am using the Monta Vista 2.6 version of the kernel. > > Joern Engel wrote a mphysmap driver some time ago. It works fairly > well. You might be able to find it if you google for it. Not sure why > it wasn't included in MTD CVS. Various people have written something like this at different times :->.