Re: [U-Boot] [PATCH 12/14] fdt: eth_fixup: Add hook for board to override MAC

2017-04-10 Thread Olliver Schinagl
Resend with maxime's correct e-mail address and Jagain added to CC On 10-04-17 17:46, Olliver Schinagl wrote: Hey Simon, On 01-12-16 03:20, Simon Glass wrote: Hi, On 25 November 2016 at 08:30, Olliver Schinagl wrote: This patch adds a method for the board to set the MAC address if the envi

Re: [U-Boot] [PATCH 12/14] fdt: eth_fixup: Add hook for board to override MAC

2017-04-10 Thread Olliver Schinagl
Hey Simon, On 01-12-16 03:20, Simon Glass wrote: Hi, On 25 November 2016 at 08:30, Olliver Schinagl wrote: This patch adds a method for the board to set the MAC address if the environment is not yet set. The environment based MAC addresses are not touched, but if the fdt has an alias set, it

Re: [U-Boot] [PATCH 12/14] fdt: eth_fixup: Add hook for board to override MAC

2017-04-04 Thread Olliver Schinagl
Hey Joe, On 26-03-17 16:10, Joe Hershberger wrote: Hi Oliver, On Sun, Dec 11, 2016 at 3:27 PM, Simon Glass wrote: Hi Oliver, On 9 December 2016 at 02:25, Olliver Schinagl wrote: Hey simon On December 8, 2016 11:21:32 PM CET, Simon Glass wrote: Hi Oliver, On 7 December 2016 at 02:26, Ol

Re: [U-Boot] [PATCH 12/14] fdt: eth_fixup: Add hook for board to override MAC

2017-03-26 Thread Joe Hershberger
Hi Oliver, On Sun, Dec 11, 2016 at 3:27 PM, Simon Glass wrote: > Hi Oliver, > > On 9 December 2016 at 02:25, Olliver Schinagl wrote: >> Hey simon >> >> On December 8, 2016 11:21:32 PM CET, Simon Glass wrote: >>>Hi Oliver, >>> >>>On 7 December 2016 at 02:26, Olliver Schinagl >>>wrote:

Re: [U-Boot] [PATCH 12/14] fdt: eth_fixup: Add hook for board to override MAC

2016-12-11 Thread Simon Glass
Hi Oliver, On 9 December 2016 at 02:25, Olliver Schinagl wrote: > Hey simon > > On December 8, 2016 11:21:32 PM CET, Simon Glass wrote: >>Hi Oliver, >> >>On 7 December 2016 at 02:26, Olliver Schinagl >>wrote: >>> >>> >>> On December 7, 2016 4:47:23 AM CET, Simon Glass >>wrote: Hi Oliver, >

Re: [U-Boot] [PATCH 12/14] fdt: eth_fixup: Add hook for board to override MAC

2016-12-08 Thread Olliver Schinagl
Hey simon On December 8, 2016 11:21:32 PM CET, Simon Glass wrote: >Hi Oliver, > >On 7 December 2016 at 02:26, Olliver Schinagl >wrote: >> >> >> On December 7, 2016 4:47:23 AM CET, Simon Glass >wrote: >>>Hi Oliver, >>> >>>On 5 December 2016 at 03:28, Olliver Schinagl >>>wrote: Hey Simon, >

Re: [U-Boot] [PATCH 12/14] fdt: eth_fixup: Add hook for board to override MAC

2016-12-08 Thread Simon Glass
Hi Oliver, On 7 December 2016 at 02:26, Olliver Schinagl wrote: > > > On December 7, 2016 4:47:23 AM CET, Simon Glass wrote: >>Hi Oliver, >> >>On 5 December 2016 at 03:28, Olliver Schinagl >>wrote: >>> Hey Simon, >>> >>> >>> >>> On 05-12-16 07:24, Simon Glass wrote: Hi Oliver, >>

Re: [U-Boot] [PATCH 12/14] fdt: eth_fixup: Add hook for board to override MAC

2016-12-06 Thread Olliver Schinagl
On December 7, 2016 4:47:23 AM CET, Simon Glass wrote: >Hi Oliver, > >On 5 December 2016 at 03:28, Olliver Schinagl >wrote: >> Hey Simon, >> >> >> >> On 05-12-16 07:24, Simon Glass wrote: >>> >>> Hi Oliver, >>> >>> On 2 December 2016 at 03:16, Olliver Schinagl >wrote: Hey Joe, >

Re: [U-Boot] [PATCH 12/14] fdt: eth_fixup: Add hook for board to override MAC

2016-12-06 Thread Simon Glass
Hi Oliver, On 5 December 2016 at 03:28, Olliver Schinagl wrote: > Hey Simon, > > > > On 05-12-16 07:24, Simon Glass wrote: >> >> Hi Oliver, >> >> On 2 December 2016 at 03:16, Olliver Schinagl wrote: >>> >>> Hey Joe, >>> >>> >>> >>> On 30-11-16 21:40, Joe Hershberger wrote: On Fri, Nov

Re: [U-Boot] [PATCH 12/14] fdt: eth_fixup: Add hook for board to override MAC

2016-12-05 Thread Olliver Schinagl
Hey Simon, On 05-12-16 07:24, Simon Glass wrote: Hi Oliver, On 2 December 2016 at 03:16, Olliver Schinagl wrote: Hey Joe, On 30-11-16 21:40, Joe Hershberger wrote: On Fri, Nov 25, 2016 at 9:30 AM, Olliver Schinagl wrote: This patch adds a method for the board to set the MAC address if

Re: [U-Boot] [PATCH 12/14] fdt: eth_fixup: Add hook for board to override MAC

2016-12-04 Thread Simon Glass
Hi Oliver, On 2 December 2016 at 03:16, Olliver Schinagl wrote: > Hey Joe, > > > > On 30-11-16 21:40, Joe Hershberger wrote: >> >> On Fri, Nov 25, 2016 at 9:30 AM, Olliver Schinagl >> wrote: >>> >>> This patch adds a method for the board to set the MAC address if the >>> environment is not yet s

Re: [U-Boot] [PATCH 12/14] fdt: eth_fixup: Add hook for board to override MAC

2016-12-02 Thread Olliver Schinagl
Hey Joe, On 30-11-16 21:40, Joe Hershberger wrote: On Fri, Nov 25, 2016 at 9:30 AM, Olliver Schinagl wrote: This patch adds a method for the board to set the MAC address if the environment is not yet set. The environment based MAC addresses are not touched, but if the fdt has an alias set, it

Re: [U-Boot] [PATCH 12/14] fdt: eth_fixup: Add hook for board to override MAC

2016-11-30 Thread Simon Glass
Hi, On 25 November 2016 at 08:30, Olliver Schinagl wrote: > This patch adds a method for the board to set the MAC address if the > environment is not yet set. The environment based MAC addresses are not > touched, but if the fdt has an alias set, it is parsed and put into the > environment. > > E

Re: [U-Boot] [PATCH 12/14] fdt: eth_fixup: Add hook for board to override MAC

2016-11-30 Thread Joe Hershberger
On Wed, Nov 30, 2016 at 4:54 AM, Hans de Goede wrote: > Hi, > > > On 30-11-16 11:50, Olliver Schinagl wrote: >> >> Hey maime, >> >> Sorry for constantly getting your e-mail address wrong! Sorry! >> >> On 30-11-16 10:12, maxime.rip...@free-electrons.com wrote: >>> >>> On Wed, Nov 30, 2016 at 09:00:

Re: [U-Boot] [PATCH 12/14] fdt: eth_fixup: Add hook for board to override MAC

2016-11-30 Thread Joe Hershberger
On Fri, Nov 25, 2016 at 9:30 AM, Olliver Schinagl wrote: > This patch adds a method for the board to set the MAC address if the > environment is not yet set. The environment based MAC addresses are not > touched, but if the fdt has an alias set, it is parsed and put into the > environment. > > E.g

Re: [U-Boot] [PATCH 12/14] fdt: eth_fixup: Add hook for board to override MAC

2016-11-30 Thread Hans de Goede
Hi, On 30-11-16 11:50, Olliver Schinagl wrote: Hey maime, Sorry for constantly getting your e-mail address wrong! Sorry! On 30-11-16 10:12, maxime.rip...@free-electrons.com wrote: On Wed, Nov 30, 2016 at 09:00:51AM +, Marcel Ziswiler wrote: Hi Olliver On Fri, 2016-11-25 at 16:30 +0100,

Re: [U-Boot] [PATCH 12/14] fdt: eth_fixup: Add hook for board to override MAC

2016-11-30 Thread Olliver Schinagl
Hey maime, Sorry for constantly getting your e-mail address wrong! Sorry! On 30-11-16 10:12, maxime.rip...@free-electrons.com wrote: On Wed, Nov 30, 2016 at 09:00:51AM +, Marcel Ziswiler wrote: Hi Olliver On Fri, 2016-11-25 at 16:30 +0100, Olliver Schinagl wrote: This patch adds a method

Re: [U-Boot] [PATCH 12/14] fdt: eth_fixup: Add hook for board to override MAC

2016-11-30 Thread maxime.rip...@free-electrons.com
On Wed, Nov 30, 2016 at 09:00:51AM +, Marcel Ziswiler wrote: > Hi Olliver > > On Fri, 2016-11-25 at 16:30 +0100, Olliver Schinagl wrote: > > This patch adds a method for the board to set the MAC address if the > > environment is not yet set. The environment based MAC addresses are > > not > >

Re: [U-Boot] [PATCH 12/14] fdt: eth_fixup: Add hook for board to override MAC

2016-11-30 Thread Marcel Ziswiler
Hi Olliver On Fri, 2016-11-25 at 16:30 +0100, Olliver Schinagl wrote: > This patch adds a method for the board to set the MAC address if the > environment is not yet set. The environment based MAC addresses are > not > touched, but if the fdt has an alias set, it is parsed and put into > the > env

[U-Boot] [PATCH 12/14] fdt: eth_fixup: Add hook for board to override MAC

2016-11-25 Thread Olliver Schinagl
This patch adds a method for the board to set the MAC address if the environment is not yet set. The environment based MAC addresses are not touched, but if the fdt has an alias set, it is parsed and put into the environment. E.g. The environment contains ethaddr and eth1addr, and the fdt contains