From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tolunay Orkun Date: Wed, 02 May 2007 16:45:47 -0500 Subject: [U-Boot-Users] How to add new flash support in Uboot code In-Reply-To: <41483bfe0705010959n2f3c8dcfq87f3ecacecee54d3@mail.gmail.com> References: <41483bfe0705010959n2f3c8dcfq87f3ecacecee54d3@mail.gmail.com> Message-ID: <4639068B.2090906@orkun.us> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de harsh poshtiwala wrote: > Hi , > > We are to use 512 MB Spansion NOR flash (Uniform Sector) on ARM926-EJS > processor.. > > Part number S29GL512P > > http://www.spansion.com/products/S29GL512P.html > > I have checked uboot source code(1.1.6) it doesn't support this part. > > How can i make uboot functional for this part ? > > Do i need to modify any code in uboot ? if yes where should i make > those changes ? > > > I would appreciate your pointers on this > For CFI compatible chips please use the CFI driver. There is no need to add individual flash chips to the list. Tolunay