From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Jin Date: Mon, 10 Jan 2005 09:56:12 -0800 Subject: [U-Boot-Users] ARM VersatilePB - Fixed flash support In-Reply-To: <20050109233644.6EDF7C108D@atlas.denx.de> References: <20050109233644.6EDF7C108D@atlas.denx.de> 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 Wolfgang, > > 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. > > Was there a final patch posted to the list? I can't find one. It's fixed in my patch posted on Dec. 20, 2004. And also I got confirmation from Philippe that the fix of CFG_HZ issue for ARM926EJS works. > Make sure to use reset_timer_masked() and get_timer_masked() instead > of get_timer(0) / get_timer(start). They are used in the patch. Regards, -Shawn.