Re: [U-Boot] [PATCH V12 08/14] Add cache functions to SPL for armv7

2012-01-04 Thread Stefano Babic
On 04/01/2012 14:58, Simon Schwarz wrote: > Hi Stefano, > Hi Simon, > Just FYI: I already did this with DMA - the patch was rejected and I > haven't worked on it since (as you already said it is some work...). Yes, of course - it makes sense to find a solution that will be accepted before imple

Re: [U-Boot] [PATCH V12 08/14] Add cache functions to SPL for armv7

2012-01-04 Thread Stefano Babic
On 04/01/2012 12:33, Aneesh V wrote: > Hi Stefano, > Hi, > On Wednesday 04 January 2012 09:25 AM, Stefano Babic wrote: >> Signed-off-by: Stefano Babic >> CC: Tom Rini >> CC: Wolfgang Denk >> CC: Simon Schwarz >> --- >> >> Changes since V11: >> >> - enable cache files in Makefile after checking b

Re: [U-Boot] [PATCH V12 08/14] Add cache functions to SPL for armv7

2012-01-04 Thread Aneesh V
Hi Stefano, On Wednesday 04 January 2012 09:25 AM, Stefano Babic wrote: Signed-off-by: Stefano Babic CC: Tom Rini CC: Wolfgang Denk CC: Simon Schwarz --- Changes since V11: - enable cache files in Makefile after checking build for OMAP4/5 How are you allocating memory for the page-tables(gd-

[U-Boot] [PATCH V12 08/14] Add cache functions to SPL for armv7

2012-01-04 Thread Stefano Babic
Signed-off-by: Stefano Babic CC: Tom Rini CC: Wolfgang Denk CC: Simon Schwarz --- Changes since V11: - enable cache files in Makefile after checking build for OMAP4/5 arch/arm/cpu/armv7/Makefile |2 -- arch/arm/cpu/armv7/cpu.c|2 ++ arch/arm/lib/Makefile |5 +++-- 3 fi