Re: [U-Boot] [PATCH v2] net: Update hardware MAC address if it changes in env

2015-04-21 Thread Joe Hershberger
On Tue, Mar 31, 2015 at 6:41 AM, Michal Simek wrote: > On 03/30/2015 08:08 PM, Joe Hershberger wrote: >> Hi Michal, >> >> On Tue, Mar 24, 2015 at 2:41 AM, Joe Hershberger >> wrote: >>> >>> When the ethaddr changes in the env, the hardware should also be updated >>> so that MAC filtering will work

Re: [U-Boot] [PATCH v2] net: Update hardware MAC address if it changes in env

2015-03-31 Thread Michal Simek
On 03/30/2015 08:08 PM, Joe Hershberger wrote: > Hi Michal, > > On Tue, Mar 24, 2015 at 2:41 AM, Joe Hershberger > wrote: >> >> When the ethaddr changes in the env, the hardware should also be updated >> so that MAC filtering will work properly without resetting U-Boot. >> >> Also remove the manu

Re: [U-Boot] [PATCH v2] net: Update hardware MAC address if it changes in env

2015-03-30 Thread Joe Hershberger
Hi Michal, On Tue, Mar 24, 2015 at 2:41 AM, Joe Hershberger wrote: > > When the ethaddr changes in the env, the hardware should also be updated > so that MAC filtering will work properly without resetting U-Boot. > > Also remove the manual calls to set the hwaddr that was included in a > few driv

[U-Boot] [PATCH v2] net: Update hardware MAC address if it changes in env

2015-03-24 Thread Joe Hershberger
When the ethaddr changes in the env, the hardware should also be updated so that MAC filtering will work properly without resetting U-Boot. Also remove the manual calls to set the hwaddr that was included in a few drivers as a result of the framework not doing it. Reported-by: Michal Simek Signe