Re: [U-Boot] [PATCH] net: use random ethernet address if invalid and not zero

2016-11-14 Thread Joe Hershberger
On Mon, Nov 7, 2016 at 4:25 PM, James Chargin wrote: > Hi Joe, > > Thanks for your reply. > > On 11/07/2016 10:20 AM, Joe Hershberger wrote: >> >> Hi Jim, >> >> On Wed, Nov 2, 2016 at 8:21 AM, James Chargin wrote: >>> >>> Hi, >>> >>> Regarding "invalid" Ethernet address. >>> >>> Is there a reliab

Re: [U-Boot] [PATCH] net: use random ethernet address if invalid and not zero

2016-11-07 Thread James Chargin
Hi Joe, Thanks for your reply. On 11/07/2016 10:20 AM, Joe Hershberger wrote: Hi Jim, On Wed, Nov 2, 2016 at 8:21 AM, James Chargin wrote: Hi, Regarding "invalid" Ethernet address. Is there a reliable way to set the default environment that will prevent Ethernet communications from being a

Re: [U-Boot] [PATCH] net: use random ethernet address if invalid and not zero

2016-11-07 Thread Joe Hershberger
Hi Jim, On Wed, Nov 2, 2016 at 8:21 AM, James Chargin wrote: > Hi, > > Regarding "invalid" Ethernet address. > > Is there a reliable way to set the default environment that will prevent > Ethernet communications from being attempted. > > That is, when an Ethernet capable system is brand new and b

Re: [U-Boot] [PATCH] net: use random ethernet address if invalid and not zero

2016-11-02 Thread Joe Hershberger
On Wed, Nov 2, 2016 at 6:52 AM, Michal Simek wrote: > From: Siva Durga Prasad Paladugu > > Use random ethernet address if the ethernet address found > is invalid, not zero and config for random address > is defined. > > Signed-off-by: Siva Durga Prasad Paladugu > Signed-off-by: Michal Simek Ac

Re: [U-Boot] [PATCH] net: use random ethernet address if invalid and not zero

2016-11-02 Thread James Chargin
Hi, Regarding "invalid" Ethernet address. Is there a reliable way to set the default environment that will prevent Ethernet communications from being attempted. That is, when an Ethernet capable system is brand new and before an Ethernet MAC address has been assigned to that system during m

[U-Boot] [PATCH] net: use random ethernet address if invalid and not zero

2016-11-02 Thread Michal Simek
From: Siva Durga Prasad Paladugu Use random ethernet address if the ethernet address found is invalid, not zero and config for random address is defined. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- net/eth-uclass.c | 3 ++- 1 file changed, 2 insertions(+), 1 del