Re: [U-Boot] [PATCH] driver/ddr: Fix DDR4 driver for ARM

2014-06-19 Thread York Sun
Noted. Maybe we can pull in part of barrier.h into io.h. It is easier but I am not sure if it is the cleanest way to go. York On 06/19/2014 11:01 AM, Jon Loeliger wrote: > That might be a fine starting point. But I might point out > that U-Boot has some notions down this line already too. > For

Re: [U-Boot] [PATCH] driver/ddr: Fix DDR4 driver for ARM

2014-06-19 Thread York Sun
On 06/18/2014 07:57 AM, Jon Loeliger wrote: > On Tue, Jun 17, 2014 at 5:07 PM, York Sun wrote: >> Previously the driver was only tested on Power SoCs. Minor fix is needed >> for ARM SoCs. >> >> Signed-off-by: York Sun > > > Hi York! > > >> --- a/drivers/ddr/fsl/fsl_ddr_gen4.c >> +++ b/drivers

Re: [U-Boot] [PATCH] driver/ddr: Fix DDR4 driver for ARM

2014-06-18 Thread York Sun
On 06/18/2014 07:57 AM, Jon Loeliger wrote: > On Tue, Jun 17, 2014 at 5:07 PM, York Sun wrote: >> Previously the driver was only tested on Power SoCs. Minor fix is needed >> for ARM SoCs. >> >> Signed-off-by: York Sun > > > Hi York! > > >> --- a/drivers/ddr/fsl/fsl_ddr_gen4.c >> +++ b/drivers

Re: [U-Boot] [PATCH] driver/ddr: Fix DDR4 driver for ARM

2014-06-18 Thread Jon Loeliger
On Tue, Jun 17, 2014 at 5:07 PM, York Sun wrote: > Previously the driver was only tested on Power SoCs. Minor fix is needed > for ARM SoCs. > > Signed-off-by: York Sun Hi York! > --- a/drivers/ddr/fsl/fsl_ddr_gen4.c > +++ b/drivers/ddr/fsl/fsl_ddr_gen4.c > @@ -183,12 +184,20 @@ step2: >

[U-Boot] [PATCH] driver/ddr: Fix DDR4 driver for ARM

2014-06-17 Thread York Sun
Previously the driver was only tested on Power SoCs. Minor fix is needed for ARM SoCs. Signed-off-by: York Sun --- arch/arm/include/asm/arch-fsl-lsch3/config.h |4 drivers/ddr/fsl/fsl_ddr_gen4.c |9 + 2 files changed, 13 insertions(+) diff --git a/arch/arm/inc