Re: [U-Boot] [PATCH v3 1/2] armv7m: add instruction & data cache support

2017-03-17 Thread Vikas Manocha
Thanks Simon, On 03/16/2017 03:06 PM, Simon Glass wrote: > Hi Vikas, > > On 14 March 2017 at 11:27, Vikas Manocha wrote: >> This patch adds armv7m instruction & data cache support. >> >> Signed-off-by: Vikas Manocha >> cc: Christophe KERELLO >> --- >> >> Changed in v3: >> - uint32 replcaed wit

Re: [U-Boot] [PATCH v3 1/2] armv7m: add instruction & data cache support

2017-03-16 Thread Simon Glass
Hi Vikas, On 14 March 2017 at 11:27, Vikas Manocha wrote: > This patch adds armv7m instruction & data cache support. > > Signed-off-by: Vikas Manocha > cc: Christophe KERELLO > --- > > Changed in v3: > - uint32 replcaed with u32. > - multiple read of hardware register replaced with single. > -

Re: [U-Boot] [PATCH v3 1/2] armv7m: add instruction & data cache support

2017-03-16 Thread Marek Vasut
On 03/14/2017 06:27 PM, Vikas Manocha wrote: > This patch adds armv7m instruction & data cache support. > > Signed-off-by: Vikas Manocha > cc: Christophe KERELLO > --- > > Changed in v3: > - uint32 replcaed with u32. > - multiple read of hardware register replaced with single. > - pointers repl

[U-Boot] [PATCH v3 1/2] armv7m: add instruction & data cache support

2017-03-14 Thread Vikas Manocha
This patch adds armv7m instruction & data cache support. Signed-off-by: Vikas Manocha cc: Christophe KERELLO --- Changed in v3: - uint32 replcaed with u32. - multiple read of hardware register replaced with single. - pointers replaced with macros for base address. - register names added as comm