From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 27 Feb 2006 13:29:26 +0100 Subject: [U-Boot-Users] [PATCH] CFI support for Versatile & Integrator/CP boards In-Reply-To: <89A528FE6DB0FA44877BB2F05B84671803490F81@ZIPPY.Emea.Arm.com> References: <89A528FE6DB0FA44877BB2F05B84671803490F81@ZIPPY.Emea.Arm.com> Message-ID: <200602271329.27169.sr@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 Hi Peter, On Monday, 31. October 2005 17:44, Peter Pearse wrote: > The attached gzipped patch was made against the U-Boot GIT head of Oct > 31 2005. > > It is my patch number 012. > The patch is independent of patches 009 & 010, but dependent on patch > 011. > > The patch updates the versatile and integrator/CP boards code to use CFI > flash, > rather than having a hardware dependent flash.c. > > CHANGELOG: > Versatile & Integrator/CP to use CFI flash.. > Patch by Peter Pearse, 31st Oct 2005 I am right now trying to integrate all outstanding CFI patches. Could you please resubmit this patch without all the incorrect "cosmetic changes" like: @@ -279,7 +279,7 @@ ushort flash_read_ushort (flash_info_t * #ifdef DEBUG debug ("ushort addr is at %p info->portwidth = %d\n", addr, - info->portwidth); + info->portwidth); for (x = 0; x < 2 * info->portwidth; x++) { debug ("addr[%x] = 0x%x\n", x, addr[x]); } And please with a proper CHANGELOG entry describing the CFI driver changes. Thanks. Best regards, Stefan