Re: [U-Boot] [PATCH 3/6] sunxi: add Cubieboard2 support

2014-07-26 Thread Siarhei Siamashka
On Fri, 25 Jul 2014 07:52:28 +0100 Ian Campbell wrote: > On Fri, 2014-07-25 at 00:12 +0300, Siarhei Siamashka wrote: > > The multi-soc support (within the Allwinner A10/A13/A20 family) is the > > feature, which is scheduled for this merge window. It is a present > > piece of work. > > I have nev

Re: [U-Boot] [PATCH 3/6] sunxi: add Cubieboard2 support

2014-07-25 Thread Tom Rini
On Fri, Jul 25, 2014 at 07:52:28AM +0100, Ian Campbell wrote: > On Fri, 2014-07-25 at 00:12 +0300, Siarhei Siamashka wrote: > > The multi-soc support (within the Allwinner A10/A13/A20 family) is the > > feature, which is scheduled for this merge window. It is a present > > piece of work. > > I hav

Re: [U-Boot] [PATCH 3/6] sunxi: add Cubieboard2 support

2014-07-25 Thread Tom Rini
On Fri, Jul 25, 2014 at 12:40:04AM +0300, Siarhei Siamashka wrote: > On Thu, 24 Jul 2014 11:00:31 -0400 > Tom Rini wrote: > > > On Thu, Jul 24, 2014 at 03:47:53PM +0300, Siarhei Siamashka wrote: > > > On Thu, 24 Jul 2014 11:18:15 +0800 > > > Chen-Yu Tsai wrote: > > > > > > > On Thu, Jul 24, 201

Re: [U-Boot] [PATCH 3/6] sunxi: add Cubieboard2 support

2014-07-24 Thread Ian Campbell
On Fri, 2014-07-25 at 00:12 +0300, Siarhei Siamashka wrote: > The multi-soc support (within the Allwinner A10/A13/A20 family) is the > feature, which is scheduled for this merge window. It is a present > piece of work. I have never seen any such code, nor am I aware of any such thing being "schedu

Re: [U-Boot] [PATCH 3/6] sunxi: add Cubieboard2 support

2014-07-24 Thread Siarhei Siamashka
On Thu, 24 Jul 2014 11:00:31 -0400 Tom Rini wrote: > On Thu, Jul 24, 2014 at 03:47:53PM +0300, Siarhei Siamashka wrote: > > On Thu, 24 Jul 2014 11:18:15 +0800 > > Chen-Yu Tsai wrote: > > > > > On Thu, Jul 24, 2014 at 11:12 AM, Siarhei Siamashka > > > wrote: > > > > On Thu, 5 Jun 2014 19:00:14

Re: [U-Boot] [PATCH 3/6] sunxi: add Cubieboard2 support

2014-07-24 Thread Siarhei Siamashka
On Thu, 24 Jul 2014 07:45:44 +0100 Ian Campbell wrote: > On Thu, 2014-07-24 at 06:12 +0300, Siarhei Siamashka wrote: > > On Thu, 5 Jun 2014 19:00:14 +0100 > > Ian Campbell wrote: > > > > > This is a sun7i (A20) based followup to the sun4i (A10) > > > Cubieboard. It has GMAC using MII mode. > >

Re: [U-Boot] [PATCH 3/6] sunxi: add Cubieboard2 support

2014-07-24 Thread Tom Rini
On Thu, Jul 24, 2014 at 03:47:53PM +0300, Siarhei Siamashka wrote: > On Thu, 24 Jul 2014 11:18:15 +0800 > Chen-Yu Tsai wrote: > > > On Thu, Jul 24, 2014 at 11:12 AM, Siarhei Siamashka > > wrote: > > > On Thu, 5 Jun 2014 19:00:14 +0100 > > > Ian Campbell wrote: > > > > > >> This is a sun7i (A20

Re: [U-Boot] [PATCH 3/6] sunxi: add Cubieboard2 support

2014-07-24 Thread Siarhei Siamashka
On Thu, 24 Jul 2014 11:18:15 +0800 Chen-Yu Tsai wrote: > On Thu, Jul 24, 2014 at 11:12 AM, Siarhei Siamashka > wrote: > > On Thu, 5 Jun 2014 19:00:14 +0100 > > Ian Campbell wrote: > > > >> This is a sun7i (A20) based followup to the sun4i (A10) > >> Cubieboard. It has GMAC using MII mode. > >>

Re: [U-Boot] [PATCH 3/6] sunxi: add Cubieboard2 support

2014-07-23 Thread Ian Campbell
On Thu, 2014-07-24 at 06:12 +0300, Siarhei Siamashka wrote: > On Thu, 5 Jun 2014 19:00:14 +0100 > Ian Campbell wrote: > > > This is a sun7i (A20) based followup to the sun4i (A10) > > Cubieboard. It has GMAC using MII mode. > > > > Signed-off-by: Ian Campbell > > Acked-by: Hans de Goede > >

Re: [U-Boot] [PATCH 3/6] sunxi: add Cubieboard2 support

2014-07-23 Thread Chen-Yu Tsai
On Thu, Jul 24, 2014 at 11:12 AM, Siarhei Siamashka wrote: > On Thu, 5 Jun 2014 19:00:14 +0100 > Ian Campbell wrote: > >> This is a sun7i (A20) based followup to the sun4i (A10) >> Cubieboard. It has GMAC using MII mode. >> >> Signed-off-by: Ian Campbell >> Acked-by: Hans de Goede > > This boa

Re: [U-Boot] [PATCH 3/6] sunxi: add Cubieboard2 support

2014-07-23 Thread Siarhei Siamashka
On Thu, 5 Jun 2014 19:00:14 +0100 Ian Campbell wrote: > This is a sun7i (A20) based followup to the sun4i (A10) > Cubieboard. It has GMAC using MII mode. > > Signed-off-by: Ian Campbell > Acked-by: Hans de Goede This board is using exactly the same PCB as the Cubieboard1. And only the SoC is

[U-Boot] [PATCH 3/6] sunxi: add Cubieboard2 support

2014-06-05 Thread Ian Campbell
This is a sun7i (A20) based followup to the sun4i (A10) Cubieboard. It has GMAC using MII mode. Signed-off-by: Ian Campbell Acked-by: Hans de Goede --- board/sunxi/Makefile | 1 + board/sunxi/dram_cubieboard2.c | 31 +++ boards.cfg | 2