Re: [U-Boot] [PATCH v2 00/10] armv7: cache maintenance operations

2011-05-10 Thread Aneesh V
Albert, Wolfgang, Do you plan to take this series or do you expect some more changes? best regards, Aneesh On Thursday 05 May 2011 10:18 AM, Simon Glass wrote: > > On Tue, Mar 8, 2011 at 5:07 AM, Aneesh V > wrote: > > With D-cache and MMU enabled for ARM in

Re: [U-Boot] [PATCH v2 00/10] armv7: cache maintenance operations

2011-05-04 Thread Simon Glass
> > > On Tue, Mar 8, 2011 at 5:07 AM, Aneesh V wrote: > >> With D-cache and MMU enabled for ARM in u-boot it becomes imperative to >> support a minimal set of cache maintenance operations and necessary >> initializations before enabling MMU. >> >> This series of patches attempt to do the following

Re: [U-Boot] [PATCH v2 00/10] armv7: cache maintenance operations

2011-04-26 Thread Simon Glass
Hi, Can I inquire please what has happened with this patch series? Will it be applied? I have done some basic testing here on Tegra2 and it appears to work. Regards, Simon On Tue, Mar 8, 2011 at 5:07 AM, Aneesh V wrote: > With D-cache and MMU enabled for ARM in u-boot it becomes imperative to

[U-Boot] [PATCH v2 00/10] armv7: cache maintenance operations

2011-03-08 Thread Aneesh V
With D-cache and MMU enabled for ARM in u-boot it becomes imperative to support a minimal set of cache maintenance operations and necessary initializations before enabling MMU. This series of patches attempt to do the following for armv7: * Necessary initialization sequence before enabling MMU tha