From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Mon, 22 Nov 2004 10:43:33 +0100 Subject: [U-Boot-Users] Paged memory? In-Reply-To: Your message of "Mon, 22 Nov 2004 08:22:29 GMT." <41A1A1C5.3040301@castlecaretech.plus.com> Message-ID: <20041122094338.265BDC1430@atlas.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de In message <41A1A1C5.3040301@castlecaretech.plus.com> you wrote: > > We are developing a custom board using the Blackfin processor and would > like to use U-boot if possible. > We have 8 Meg of flash that is split into 8 * 1 Meg pages, the pages > being controlled by some programmable io pins. > Is this sort of memory architecture supported by u-boot? Yes - you will have to take care of this in your flash driver, and either accept the fact that the memory commands ("md" and friends) can operate only on the current page [maybe you add a custoim command for page select], or extend the memory commands to auto-select pages. I don't know enough about the BF processor - maybe you can also configure the memory controller to present you a virtual view of flat memory? Best regards, Wolfgang Denk -- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de Of all possible committee reactions to any given agenda item, the reaction that will occur is the one which will liberate the greatest amount of hot air. -- Thomas L. Martin