Re: [U-Boot] [PATCH 3/3 v2] ARM: ARM926EJS - Add cache operations

2011-08-28 Thread Marek Vasut
On Friday, August 19, 2011 04:16:44 PM Aneesh V wrote: > On Friday 19 August 2011 06:25 PM, Marek Vasut wrote: > > On Friday, August 19, 2011 12:43:30 PM Aneesh V wrote: > >> Hi Marek, > >> > >> On Friday 19 August 2011 03:16 PM, Marek Vasut wrote: > >>> On Friday, August 19, 2011 11:37:29 AM Anee

Re: [U-Boot] [PATCH 3/3 v2] ARM: ARM926EJS - Add cache operations

2011-08-21 Thread V, Aneesh
Hi Eric, On Mon, Aug 22, 2011 at 7:44 AM, Hong Xu wrote: > Hi Aneesh, > > On 08/19/2011 10:20 PM, Aneesh V wrote: >> >> Hi Hong, >> >> On Friday 19 August 2011 02:53 PM, Hong Xu wrote: >>> >>> Add a new file arch/arm/cpu/arm926ejs/cache.c and put cache operations >>> into this file. >>> >>> Signe

Re: [U-Boot] [PATCH 3/3 v2] ARM: ARM926EJS - Add cache operations

2011-08-21 Thread Hong Xu
Hi Aneesh, On 08/19/2011 10:20 PM, Aneesh V wrote: > Hi Hong, > > On Friday 19 August 2011 02:53 PM, Hong Xu wrote: >> Add a new file arch/arm/cpu/arm926ejs/cache.c and put cache operations >> into this file. >> >> Signed-off-by: Hong Xu >> Tested-by: Elen Song >> CC: Albert Aribaud >> --- >> Sinc

Re: [U-Boot] [PATCH 3/3 v2] ARM: ARM926EJS - Add cache operations

2011-08-21 Thread Hong Xu
Hi Lei, On 08/19/2011 06:31 PM, Lei Wen wrote: > Hi Hong, > > On Fri, Aug 19, 2011 at 5:23 PM, Hong Xu wrote: >> Add a new file arch/arm/cpu/arm926ejs/cache.c and put cache operations >> into this file. >> >> Signed-off-by: Hong Xu >> Tested-by: Elen Song >> CC: Albert Aribaud >> --- >> Since V1

Re: [U-Boot] [PATCH 3/3 v2] ARM: ARM926EJS - Add cache operations

2011-08-19 Thread Aneesh V
Hi Hong, On Friday 19 August 2011 02:53 PM, Hong Xu wrote: > Add a new file arch/arm/cpu/arm926ejs/cache.c and put cache operations > into this file. > > Signed-off-by: Hong Xu > Tested-by: Elen Song > CC: Albert Aribaud > --- > Since V1 > Modified copyright line > Fix for compiling wa

Re: [U-Boot] [PATCH 3/3 v2] ARM: ARM926EJS - Add cache operations

2011-08-19 Thread Aneesh V
On Friday 19 August 2011 06:25 PM, Marek Vasut wrote: > On Friday, August 19, 2011 12:43:30 PM Aneesh V wrote: >> Hi Marek, >> >> On Friday 19 August 2011 03:16 PM, Marek Vasut wrote: >>> On Friday, August 19, 2011 11:37:29 AM Aneesh V wrote: Hi Hong, On Friday 19 August 2011 02:53 P

Re: [U-Boot] [PATCH 3/3 v2] ARM: ARM926EJS - Add cache operations

2011-08-19 Thread Marek Vasut
On Friday, August 19, 2011 12:43:30 PM Aneesh V wrote: > Hi Marek, > > On Friday 19 August 2011 03:16 PM, Marek Vasut wrote: > > On Friday, August 19, 2011 11:37:29 AM Aneesh V wrote: > >> Hi Hong, > >> > >> On Friday 19 August 2011 02:53 PM, Hong Xu wrote: > >>> Add a new file arch/arm/cpu/arm92

Re: [U-Boot] [PATCH 3/3 v2] ARM: ARM926EJS - Add cache operations

2011-08-19 Thread Aneesh V
Hi Marek, On Friday 19 August 2011 03:16 PM, Marek Vasut wrote: > On Friday, August 19, 2011 11:37:29 AM Aneesh V wrote: >> Hi Hong, >> >> On Friday 19 August 2011 02:53 PM, Hong Xu wrote: >>> Add a new file arch/arm/cpu/arm926ejs/cache.c and put cache operations >>> into this file. >> >> How abou

Re: [U-Boot] [PATCH 3/3 v2] ARM: ARM926EJS - Add cache operations

2011-08-19 Thread Lei Wen
Hi Hong, On Fri, Aug 19, 2011 at 5:23 PM, Hong Xu wrote: > Add a new file arch/arm/cpu/arm926ejs/cache.c and put cache operations > into this file. > > Signed-off-by: Hong Xu > Tested-by: Elen Song > CC: Albert Aribaud > --- > Since V1 >    Modified copyright line >    Fix for compiling warnin

Re: [U-Boot] [PATCH 3/3 v2] ARM: ARM926EJS - Add cache operations

2011-08-19 Thread Hong Xu
Hi Wen, On 08/19/2011 06:17 PM, Lei Wen wrote: > Hi Hong, > > On Fri, Aug 19, 2011 at 5:23 PM, Hong Xu wrote: >> Add a new file arch/arm/cpu/arm926ejs/cache.c and put cache operations >> into this file. >> >> Signed-off-by: Hong Xu >> Tested-by: Elen Song >> CC: Albert Aribaud >> --- >> Since V1

Re: [U-Boot] [PATCH 3/3 v2] ARM: ARM926EJS - Add cache operations

2011-08-19 Thread Lei Wen
Hi Hong, On Fri, Aug 19, 2011 at 5:23 PM, Hong Xu wrote: > Add a new file arch/arm/cpu/arm926ejs/cache.c and put cache operations > into this file. > > Signed-off-by: Hong Xu > Tested-by: Elen Song > CC: Albert Aribaud > --- > Since V1 >    Modified copyright line >    Fix for compiling warnin

Re: [U-Boot] [PATCH 3/3 v2] ARM: ARM926EJS - Add cache operations

2011-08-19 Thread Marek Vasut
On Friday, August 19, 2011 11:37:29 AM Aneesh V wrote: > Hi Hong, > > On Friday 19 August 2011 02:53 PM, Hong Xu wrote: > > Add a new file arch/arm/cpu/arm926ejs/cache.c and put cache operations > > into this file. > > How about converting as much as possible of these to armv5/armv6 generic > cod

Re: [U-Boot] [PATCH 3/3 v2] ARM: ARM926EJS - Add cache operations

2011-08-19 Thread Aneesh V
Hi Hong, On Friday 19 August 2011 02:53 PM, Hong Xu wrote: > Add a new file arch/arm/cpu/arm926ejs/cache.c and put cache operations > into this file. How about converting as much as possible of these to armv5/armv6 generic code as I mentioned in this thread: http://thread.gmane.org/gmane.comp.bo

Re: [U-Boot] [PATCH 3/3 v2] ARM: ARM926EJS - Add cache operations

2011-08-19 Thread Marek Vasut
On Friday, August 19, 2011 11:23:15 AM Hong Xu wrote: > Add a new file arch/arm/cpu/arm926ejs/cache.c and put cache operations > into this file. > > Signed-off-by: Hong Xu > Tested-by: Elen Song > CC: Albert Aribaud You can add my: Tested-by: Marek Vasut Acked-by: Marek Vasut Cheers! > --

[U-Boot] [PATCH 3/3 v2] ARM: ARM926EJS - Add cache operations

2011-08-19 Thread Hong Xu
Add a new file arch/arm/cpu/arm926ejs/cache.c and put cache operations into this file. Signed-off-by: Hong Xu Tested-by: Elen Song CC: Albert Aribaud --- Since V1 Modified copyright line Fix for compiling warnings Changed the way to use CONFIG_SYS_CACHELINE_SIZE When unaligned b

Re: [U-Boot] [PATCH 3/3 v2] ARM: ARM926EJS - Add cache operations

2011-08-18 Thread Marek Vasut
On Thursday, August 11, 2011 04:53:20 AM Hong Xu wrote: > Add a new file arch/arm/cpu/arm926ejs/cache.c and put cache operations > into this file. > > Signed-off-by: Hong Xu > CC: Albert Aribaud > --- > V2: > Fixed a typo when CONFIG_SYS_DCACHE_OFF is defined > > arch/arm/cpu/arm926ejs/M

[U-Boot] [PATCH 3/3 v2] ARM: ARM926EJS - Add cache operations

2011-08-10 Thread Hong Xu
Add a new file arch/arm/cpu/arm926ejs/cache.c and put cache operations into this file. Signed-off-by: Hong Xu CC: Albert Aribaud --- V2: Fixed a typo when CONFIG_SYS_DCACHE_OFF is defined arch/arm/cpu/arm926ejs/Makefile |2 +- arch/arm/cpu/arm926ejs/cache.c | 142