Re: [U-Boot] [PATCH v3 0/4] arm: changes in cache handling

2011-08-15 Thread V, Aneesh
Hi Albert, On Sat, Aug 13, 2011 at 3:39 PM, Albert ARIBAUD wrote: > Le 11/08/2011 16:35, Aneesh V a écrit : >> >> - Avoid enabling caches for all ARM boards >> - Enable caches for omap3/4 >> - Stronger barrier for armv7 cache-maintenance operations. >> >> V2: >> * Rebased to latest HEAD of u-boot

Re: [U-Boot] [PATCH v3 0/4] arm: changes in cache handling

2011-08-13 Thread Albert ARIBAUD
Le 11/08/2011 16:35, Aneesh V a écrit : > - Avoid enabling caches for all ARM boards > - Enable caches for omap3/4 > - Stronger barrier for armv7 cache-maintenance operations. > > V2: > * Rebased to latest HEAD of u-boot/master > * Improved the README > * Added a patch for removing the flush in inv

[U-Boot] [PATCH v3 0/4] arm: changes in cache handling

2011-08-11 Thread Aneesh V
- Avoid enabling caches for all ARM boards - Enable caches for omap3/4 - Stronger barrier for armv7 cache-maintenance operations. V2: * Rebased to latest HEAD of u-boot/master * Improved the README * Added a patch for removing the flush in invalidate and for printing a warning in such cases. V3