Re: [PATCH 07/11] ARM: at91: import low level DDRAMC initialization code from at91bootstrap

2019-01-17 Thread Ahmad Fatoum
On 17/1/19 09:11, Sascha Hauer wrote: > On Wed, Jan 16, 2019 at 06:45:55PM +0100, Ahmad Fatoum wrote: >> This commit imports DDRAMC initialization routines for use in PBL from >> https://github.com/linux4sam/at91bootstrap/blob/v3.8.12/driver/ddramc.c >> >> Signed-off-by: Ahmad Fatoum >> --- >>

Re: [PATCH 07/11] ARM: at91: import low level DDRAMC initialization code from at91bootstrap

2019-01-17 Thread Sascha Hauer
On Wed, Jan 16, 2019 at 06:45:55PM +0100, Ahmad Fatoum wrote: > This commit imports DDRAMC initialization routines for use in PBL from > https://github.com/linux4sam/at91bootstrap/blob/v3.8.12/driver/ddramc.c > > Signed-off-by: Ahmad Fatoum > --- > + > +void ddram_initialize(unsigned long base_ad

[PATCH 07/11] ARM: at91: import low level DDRAMC initialization code from at91bootstrap

2019-01-16 Thread Ahmad Fatoum
This commit imports DDRAMC initialization routines for use in PBL from https://github.com/linux4sam/at91bootstrap/blob/v3.8.12/driver/ddramc.c Signed-off-by: Ahmad Fatoum --- arch/arm/mach-at91/Makefile | 1 + arch/arm/mach-at91/ddramc.c | 518 +++