Re: [U-Boot] [PATCH v3 5/6] arm: atmel: add ddr2 initialization function

2013-11-14 Thread Bo Shen
Hi Andreas, On 11/14/2013 03:42 PM, Andreas Bießmann wrote: Hi Bo, On 11/14/2013 07:40 AM, Bo Shen wrote: On 11/13/2013 09:03 PM, Andreas Bießmann wrote: On 11/06/2013 06:29 AM, Bo Shen wrote: +static void atmel_mpddr_op(int mode, u32 ram_address) static inline, could give the compiler

Re: [U-Boot] [PATCH v3 5/6] arm: atmel: add ddr2 initialization function

2013-11-13 Thread Andreas Bießmann
Hi Bo, On 11/14/2013 07:40 AM, Bo Shen wrote: > On 11/13/2013 09:03 PM, Andreas Bießmann wrote: >> On 11/06/2013 06:29 AM, Bo Shen wrote: >>> +static void atmel_mpddr_op(int mode, u32 ram_address) >> >> static inline, could give the compiler a hint to optimize here. > > I am not sure whether t

Re: [U-Boot] [PATCH v3 5/6] arm: atmel: add ddr2 initialization function

2013-11-13 Thread Bo Shen
Hi Andreas, On 11/13/2013 09:03 PM, Andreas Bießmann wrote: Hi Bo, On 11/06/2013 06:29 AM, Bo Shen wrote: The MPDDRC supports different type of SDRAM This patch add ddr2 initialization function Signed-off-by: Bo Shen --- Changes in v3: - Move to at91 common folder Changes in v2: - No

Re: [U-Boot] [PATCH v3 5/6] arm: atmel: add ddr2 initialization function

2013-11-13 Thread Andreas Bießmann
Hi Bo, On 11/06/2013 06:29 AM, Bo Shen wrote: > The MPDDRC supports different type of SDRAM > This patch add ddr2 initialization function > > Signed-off-by: Bo Shen > > --- > Changes in v3: > - Move to at91 common folder > > Changes in v2: > - None > > arch/arm/cpu/at91-common/Makefile

[U-Boot] [PATCH v3 5/6] arm: atmel: add ddr2 initialization function

2013-11-05 Thread Bo Shen
The MPDDRC supports different type of SDRAM This patch add ddr2 initialization function Signed-off-by: Bo Shen --- Changes in v3: - Move to at91 common folder Changes in v2: - None arch/arm/cpu/at91-common/Makefile | 32 +++ arch/arm/cpu/at91-common/mpddrc.c