From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 12 Jun 2007 07:33:11 +0200 Subject: [U-Boot-Users] STM flash support In-Reply-To: <8c6c6f450706111740j35253719i477bd6b23b45c5b7@mail.gmail.com> References: <8c6c6f450706111740j35253719i477bd6b23b45c5b7@mail.gmail.com> Message-ID: <200706120733.11715.sr@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 On Tuesday 12 June 2007, Ganesh Ragavan wrote: > We recently moved to STM flash memory for one of our boards. The flash we > are using is M29W128FH. I don't see any support for this flash in the > ~/include/flash.h file in the U-boot source tree. Could someone please let > me know how I could add support for this flash in U-boot ? Looks like the FLASH mentioned above is CFI compatible (as most newer NOR FLASH's are). So the common CFI FLASH driver should be able to deal with this FLASH without any problems. No changes needed to the source code. Just use the common CFi driver. Best regards, Stefan ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================