Re: [U-Boot] [PATCH] sunxi: Add support for eth1addr

2016-07-09 Thread Hans de Goede
Hi, On 09-07-16 15:05, Hans de Goede wrote: Currently we will already fill ethaddr with a fixed unique address based on the SoCs serial (from the sid) to make sure that boards which use the integrated emac / gmac get a fixed mac rather then a random one. On some boards (observed on 2 tablets

Re: [U-Boot] [PATCH] sunxi: Add support for eth1addr

2016-06-30 Thread Ian Campbell
On Thu, 2016-06-30 at 17:07 +0200, Hans de Goede wrote: > Hi, > > On 30-06-16 15:52, Ian Campbell wrote: > > On Thu, 2016-06-30 at 13:15 +0200, Hans de Goede wrote: > > > Hi, > > > > > > On 30-06-16 12:50, Ian Campbell wrote: > > > > On Sun, 2016-06-26 at 13:54 +0200, Hans de Goede wrote: > > >

Re: [U-Boot] [PATCH] sunxi: Add support for eth1addr

2016-06-30 Thread Hans de Goede
Hi, On 30-06-16 15:52, Ian Campbell wrote: On Thu, 2016-06-30 at 13:15 +0200, Hans de Goede wrote: Hi, On 30-06-16 12:50, Ian Campbell wrote: On Sun, 2016-06-26 at 13:54 +0200, Hans de Goede wrote: Currently we will already fill ethaddr with a fixed unique address based on the SoCs serial

Re: [U-Boot] [PATCH] sunxi: Add support for eth1addr

2016-06-30 Thread Ian Campbell
On Thu, 2016-06-30 at 13:15 +0200, Hans de Goede wrote: > Hi, > > On 30-06-16 12:50, Ian Campbell wrote: > > On Sun, 2016-06-26 at 13:54 +0200, Hans de Goede wrote: > > > Currently we will already fill ethaddr with a fixed unique address > > > based on the SoCs serial (from the sid) to make sure

Re: [U-Boot] [PATCH] sunxi: Add support for eth1addr

2016-06-30 Thread Hans de Goede
Hi, On 30-06-16 12:50, Ian Campbell wrote: On Sun, 2016-06-26 at 13:54 +0200, Hans de Goede wrote: Currently we will already fill ethaddr with a fixed unique address based on the SoCs serial (from the sid) to make sure that boards which use the integrated emac / gmac get a fixed mac rather

Re: [U-Boot] [PATCH] sunxi: Add support for eth1addr

2016-06-30 Thread Ian Campbell
On Sun, 2016-06-26 at 13:54 +0200, Hans de Goede wrote: > Currently we will already fill ethaddr with a fixed unique address > based on the SoCs serial (from the sid) to make sure that boards which > use the integrated emac / gmac get a fixed mac rather then a random one. > > On some boards