[U-Boot-Users] [PATCH] CFI support for Versatile & Integrator/CP boards
Stefan Roese
sr at denx.de
Mon Feb 27 13:29:26 CET 2006
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
More information about the U-Boot
mailing list