Re: [U-Boot] [PATCH V2 2/5] ARM: Add Support for Marvell Pantheon Familiy SoCs

2011-01-25 Thread Wolfgang Denk
Dear Lei Wen, In message you wrote: > > >> + while (loop--); > > > > Please write: > > > >while (loop--) > >; > > Fixed... > > > > But then - are you sure the compiler does not optimize this out? You > > probably want to use __udelay() instead. > > F

Re: [U-Boot] [PATCH V2 2/5] ARM: Add Support for Marvell Pantheon Familiy SoCs

2011-01-25 Thread Lei Wen
Hi Wolfgang, On Wed, Jan 26, 2011 at 5:32 AM, Wolfgang Denk wrote: > Dear Lei Wen, > > In message <1294632087-8025-3-git-send-email-lei...@marvell.com> you wrote: >> Pantheon Family processors are highly integrated SoCs >> based on Sheeva_88SV331x-v5 PJ1 cpu core. >> Ref: >> http://www.marvell.co

Re: [U-Boot] [PATCH V2 2/5] ARM: Add Support for Marvell Pantheon Familiy SoCs

2011-01-25 Thread Wolfgang Denk
Dear Lei Wen, In message <1294632087-8025-3-git-send-email-lei...@marvell.com> you wrote: > Pantheon Family processors are highly integrated SoCs > based on Sheeva_88SV331x-v5 PJ1 cpu core. > Ref: > http://www.marvell.com/products/processors/communications/marvell_pantheon_910_920_pb.pdf > > SoC

Re: [U-Boot] [PATCH V2 2/5] ARM: Add Support for Marvell Pantheon Familiy SoCs

2011-01-10 Thread Prafulla Wadaskar
> -Original Message- > From: Lei Wen [mailto:lei...@marvell.com] > Sent: Monday, January 10, 2011 9:31 AM > To: u-boot@lists.denx.de; Prafulla Wadaskar; Yu Tang; Ashish Karkare; > Prabhanjan Sarnaik; adrian . wenl @ gmail . com " > Subject: [PATCH V2 2/5] ARM: Add Support for Marvell Pant