From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Date: Mon, 11 Oct 2004 16:20:47 -0700 Subject: [U-Boot-Users] ARM VersatilePB - Fixed flash support In-Reply-To: <89A528FE6DB0FA44877BB2F05B84671801285A97@ZIPPY.Emea.Arm.com> References: <89A528FE6DB0FA44877BB2F05B84671801285A97@ZIPPY.Emea.Arm.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The current flash support for Integrator CP supports only one flash type 28F256L18T. However the flash on the CP board we recently bought is 28F640J3C. I ported flash.c to support this type of flash. If you'd like, I'll post the patch. One issue I've encoutered is flash write timeout of a big chunk of data (> 128KB). Write always times out no matter how big the value of CFG_FLASH_WRITE_TOUT is. The issue hasn't been solved yet. Any hints are appreciated. -Shawn.