Re: [U-Boot] [PATCH v4 0/9] armv7: cache maintenance operations

2011-06-27 Thread Albert ARIBAUD
Le 17/06/2011 11:30, Aneesh V a écrit : > 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: > * Necess

Re: [U-Boot] [PATCH v4 0/9] armv7: cache maintenance operations

2011-06-27 Thread Minkyu Kang
On 24 June 2011 04:24, Paulraj, Sandeep wrote: > > >> >> Hi All, >> >> Le 17/06/2011 11:30, Aneesh V a écrit : >> > 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

Re: [U-Boot] [PATCH v4 0/9] armv7: cache maintenance operations

2011-06-23 Thread Paulraj, Sandeep
> > Hi All, > > Le 17/06/2011 11:30, Aneesh V a écrit : > > 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 f

Re: [U-Boot] [PATCH v4 0/9] armv7: cache maintenance operations

2011-06-22 Thread V, Aneesh
On Wed, Jun 22, 2011 at 11:11 PM, Albert ARIBAUD wrote: > Hi All, > > Le 17/06/2011 11:30, Aneesh V a écrit : >> >> 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.

Re: [U-Boot] [PATCH v4 0/9] armv7: cache maintenance operations

2011-06-22 Thread Albert ARIBAUD
Hi All, Le 17/06/2011 11:30, Aneesh V a écrit : > 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: >

[U-Boot] [PATCH v4 0/9] armv7: cache maintenance operations

2011-06-17 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