Re: [U-Boot] [PATCH] sunxi: makes an invisible option for H3-like DRAM controllers

2017-03-01 Thread Jagan Teki
On Tue, Feb 14, 2017 at 7:19 PM, Icenowy Zheng wrote: > Allwinner SoCs after H3 (e.g. A64, H5, R40, V3s) uses a H3-like > DesignWare DRAM controller, which do not have official free DRAM > initialization code, but can use modified dram_sun8i_h3.c. > > Add a invisible option for

Re: [U-Boot] [PATCH] sunxi: makes an invisible option for H3-like DRAM controllers

2017-02-15 Thread André Przywara
On 14/02/17 13:49, Icenowy Zheng wrote: > Allwinner SoCs after H3 (e.g. A64, H5, R40, V3s) uses a H3-like > DesignWare DRAM controller, which do not have official free DRAM > initialization code, but can use modified dram_sun8i_h3.c. > > Add a invisible option for easier DRAM initialization code

[U-Boot] [PATCH] sunxi: makes an invisible option for H3-like DRAM controllers

2017-02-14 Thread Icenowy Zheng
Allwinner SoCs after H3 (e.g. A64, H5, R40, V3s) uses a H3-like DesignWare DRAM controller, which do not have official free DRAM initialization code, but can use modified dram_sun8i_h3.c. Add a invisible option for easier DRAM initialization code reuse. Signed-off-by: Icenowy Zheng

Re: [U-Boot] [PATCH] sunxi: makes an invisible option for H3-like DRAM controllers

2017-01-10 Thread Maxime Ripard
On Mon, Jan 09, 2017 at 09:01:22PM +0800, Icenowy Zheng wrote: > > 2017年1月9日 下午7:06于 Maxime Ripard 写道: > > > > On Fri, Jan 06, 2017 at 07:13:17AM +0800, Icenowy Zheng wrote: > > > > > > > > > 06.01.2017, 06:16, "Maxime Ripard"

Re: [U-Boot] [PATCH] sunxi: makes an invisible option for H3-like DRAM controllers

2017-01-09 Thread Icenowy Zheng
2017年1月9日 下午7:06于 Maxime Ripard 写道: > > On Fri, Jan 06, 2017 at 07:13:17AM +0800, Icenowy Zheng wrote: > > > > > > 06.01.2017, 06:16, "Maxime Ripard" : > > > On Thu, Dec 29, 2016 at 02:50:48AM +0800, Icenowy Zheng wrote: > >

Re: [U-Boot] [PATCH] sunxi: makes an invisible option for H3-like DRAM controllers

2017-01-09 Thread Maxime Ripard
On Fri, Jan 06, 2017 at 07:13:17AM +0800, Icenowy Zheng wrote: > > > 06.01.2017, 06:16, "Maxime Ripard" : > > On Thu, Dec 29, 2016 at 02:50:48AM +0800, Icenowy Zheng wrote: > >>  Allwinner SoCs after H3 (e.g. A64, H5, R40, V3s) uses a H3-like > >>  DesignWare

Re: [U-Boot] [PATCH] sunxi: makes an invisible option for H3-like DRAM controllers

2017-01-05 Thread Icenowy Zheng
06.01.2017, 06:16, "Maxime Ripard" : > On Thu, Dec 29, 2016 at 02:50:48AM +0800, Icenowy Zheng wrote: >>  Allwinner SoCs after H3 (e.g. A64, H5, R40, V3s) uses a H3-like >>  DesignWare DRAM controller, which do not have official free DRAM >>  initialization

[U-Boot] [PATCH] sunxi: makes an invisible option for H3-like DRAM controllers

2016-12-28 Thread Icenowy Zheng
Allwinner SoCs after H3 (e.g. A64, H5, R40, V3s) uses a H3-like DesignWare DRAM controller, which do not have official free DRAM initialization code, but can use modified dram_sun8i_h3.c. Add a invisible option for easier DRAM initialization code reuse. Signed-off-by: Icenowy Zheng