[U-Boot] Regarding M29W128GL Support in u-boot

Hi Friends.
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?
Thanks & Warm Regards, Ramesh Khokhani Senior Software Engineer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Disclaimer~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Information contained and transmitted by this e-mail is confidential and proprietary to iGATE and its affiliates and is intended for use only by the recipient. If you are not the intended recipient, you are hereby notified that any dissemination, distribution, copying or use of this e-mail is strictly prohibited and you are requested to delete this e-mail immediately and notify the originator or mailadmin@igate.com mailto:mailadmin@igate.com. iGATE does not enter into any agreement with any party by e-mail. Any views expressed by an individual do not necessarily reflect the view of iGATE. iGATE is not responsible for the consequences of any actions taken on the basis of information provided, through this email. The contents of an attachment to this e-mail may contain software viruses, which could damage your own computer system. While iGATE has taken every reasonable precaution to minimise this risk, we cannot accept liability for any damage which you sustain as a result of software viruses. You should carry out your own virus checks before opening an attachment. To know more about iGATE please visit www.igate.com http://www.igate.com. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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
participants (2)
-
Ramesh K Khokhani
-
Stefan Roese