From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 10 Jan 2013 08:52:54 +0100 Subject: [U-Boot] Regarding M29W128GL Support in u-boot In-Reply-To: <02BE3AF15ED7E746BB6EBFDD1431024707C37B88@IGTEBLRMB12.igatecorp.com> References: <02BE3AF15ED7E746BB6EBFDD1431024707C37B88@IGTEBLRMB12.igatecorp.com> Message-ID: <50EE7356.8020004@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 01/09/2013 04:42 PM, Ramesh K Khokhani wrote: > We have M5329EVB with JTAG. That board has LHF00L31 (2MB) Flash. > And we have source code of u-boot, linux Kernel and rootfs with > required patch (so called LTIB) which is available in freescale > website. > > Now we have our custom board with same processor MCF5329 and > M29W128GL NOR Flash. Can anybody help me how to configure u-boot > (from LTIB) so i can run u-boot from this M29W128GL NOR flash. > Means can i know is it supported in u-boot? If yes or no then > can i know how and any patch you have? The M29W flash chips are supported in current mainline U-Boot by the common CFI driver (drivers/mtd/cfi_flash.c). To configure this driver for your board I suggest you take a look at one of the boards using this driver (its used by many platforms). Search for CONFIG_FLASH_CFI_DRIVER. Thanks, Stefan