From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tolunay Orkun Date: Tue, 12 Jun 2007 17:01:57 -0500 Subject: [U-Boot-Users] STM flash support In-Reply-To: <8c6c6f450706111740j35253719i477bd6b23b45c5b7@mail.gmail.com> References: <8c6c6f450706111740j35253719i477bd6b23b45c5b7@mail.gmail.com> Message-ID: <466F17D5.6080303@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 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 ? > Please try cfi_flash.c driver. Your flash is a CFI flash (AFAIK) and does not need a #define macro when using cfi_flash.c driver. Tolunay