Re: [U-Boot] [PATCH 08/11] net: sunxi: Allow sunxi boards to set the MAC from an EEPROM

2016-11-15 Thread Olliver Schinagl
Hey Joe, Michal, On 15-11-16 08:22, Michal Simek wrote: On 15.11.2016 04:27, Joe Hershberger wrote: On Thu, Nov 10, 2016 at 6:11 AM, Olliver Schinagl wrote: Hi Michal, On 10-11-16 12:51, Michal Simek wrote: On 8.11.2016 16:54, Olliver Schinagl wrote: This patch uses

Re: [U-Boot] [PATCH 08/11] net: sunxi: Allow sunxi boards to set the MAC from an EEPROM

2016-11-14 Thread Michal Simek
On 15.11.2016 04:27, Joe Hershberger wrote: > On Thu, Nov 10, 2016 at 6:11 AM, Olliver Schinagl wrote: >> Hi Michal, >> >> >> On 10-11-16 12:51, Michal Simek wrote: >>> >>> On 8.11.2016 16:54, Olliver Schinagl wrote: This patch uses the newly introduced Kconfig

Re: [U-Boot] [PATCH 08/11] net: sunxi: Allow sunxi boards to set the MAC from an EEPROM

2016-11-14 Thread Joe Hershberger
On Thu, Nov 10, 2016 at 6:11 AM, Olliver Schinagl wrote: > Hi Michal, > > > On 10-11-16 12:51, Michal Simek wrote: >> >> On 8.11.2016 16:54, Olliver Schinagl wrote: >>> >>> This patch uses the newly introduced Kconfig options to use the net_op >>> read_rom_hwaddr to retrieve

Re: [U-Boot] [PATCH 08/11] net: sunxi: Allow sunxi boards to set the MAC from an EEPROM

2016-11-10 Thread Olliver Schinagl
Hi Michal, On 10-11-16 12:51, Michal Simek wrote: On 8.11.2016 16:54, Olliver Schinagl wrote: This patch uses the newly introduced Kconfig options to use the net_op read_rom_hwaddr to retrieve the MAC from an EEPROM. This will be especially useful for the Olimex OLinuXino series of sunxi

Re: [U-Boot] [PATCH 08/11] net: sunxi: Allow sunxi boards to set the MAC from an EEPROM

2016-11-10 Thread Michal Simek
On 8.11.2016 16:54, Olliver Schinagl wrote: > This patch uses the newly introduced Kconfig options to use the net_op > read_rom_hwaddr to retrieve the MAC from an EEPROM. > This will be especially useful for the Olimex OLinuXino series of sunxi > boards as they all have an 2k i2c eeprom chip. > >

[U-Boot] [PATCH 08/11] net: sunxi: Allow sunxi boards to set the MAC from an EEPROM

2016-11-08 Thread Olliver Schinagl
This patch uses the newly introduced Kconfig options to use the net_op read_rom_hwaddr to retrieve the MAC from an EEPROM. This will be especially useful for the Olimex OLinuXino series of sunxi boards as they all have an 2k i2c eeprom chip. The MAC address in the eeprom is ignored (if enabled)