Re: [U-Boot] [PATCH] net/designware: revert MAC-address setup on init

2015-07-07 Thread Joe Hershberger
Hi Bin, On Tue, Jul 7, 2015 at 10:46 PM, Bin Meng wrote: > Hi Joe, > > On Tue, Jul 7, 2015 at 5:55 AM, Joe Hershberger > wrote: >> Hey Tom, >> >> On Wed, Jul 1, 2015 at 5:02 PM, Tom Rini wrote: >>> On Wed, Jul 01, 2015 at 10:26:21AM -0500, Joe Hershberger wrote: Hi Alexey, On Wed

Re: [U-Boot] [PATCH] net/designware: revert MAC-address setup on init

2015-07-07 Thread Bin Meng
Hi Joe, On Tue, Jul 7, 2015 at 5:55 AM, Joe Hershberger wrote: > Hey Tom, > > On Wed, Jul 1, 2015 at 5:02 PM, Tom Rini wrote: >> On Wed, Jul 01, 2015 at 10:26:21AM -0500, Joe Hershberger wrote: >>> Hi Alexey, >>> >>> On Wed, Jul 1, 2015 at 9:25 AM, Alexey Brodkin >>> wrote: >>> > Hi Tom, Joe, >

Re: [U-Boot] [PATCH] net/designware: revert MAC-address setup on init

2015-07-06 Thread Joe Hershberger
Hey Tom, On Wed, Jul 1, 2015 at 5:02 PM, Tom Rini wrote: > On Wed, Jul 01, 2015 at 10:26:21AM -0500, Joe Hershberger wrote: >> Hi Alexey, >> >> On Wed, Jul 1, 2015 at 9:25 AM, Alexey Brodkin >> wrote: >> > Hi Tom, Joe, >> > >> > On Wed, 2015-07-01 at 22:22 +0800, Bin Meng wrote: >> >> Hi Alexey,

Re: [U-Boot] [PATCH] net/designware: revert MAC-address setup on init

2015-07-04 Thread Alexey Brodkin
Hi Joe, On Wed, 2015-07-01 at 18:02 -0400, Tom Rini wrote: > On Wed, Jul 01, 2015 at 10:26:21AM -0500, Joe Hershberger wrote: > > Hi Alexey, > > > > On Wed, Jul 1, 2015 at 9:25 AM, Alexey Brodkin > > wrote: > > > Hi Tom, Joe, > > > > > > On Wed, 2015-07-01 at 22:22 +0800, Bin Meng wrote: > > >

Re: [U-Boot] [PATCH] net/designware: revert MAC-address setup on init

2015-07-01 Thread Tom Rini
On Wed, Jul 01, 2015 at 10:26:21AM -0500, Joe Hershberger wrote: > Hi Alexey, > > On Wed, Jul 1, 2015 at 9:25 AM, Alexey Brodkin > wrote: > > Hi Tom, Joe, > > > > On Wed, 2015-07-01 at 22:22 +0800, Bin Meng wrote: > >> Hi Alexey, > >> > >> On Wed, Jul 1, 2015 at 9:59 PM, Alexey Brodkin > >> wrot

Re: [U-Boot] [PATCH] net/designware: revert MAC-address setup on init

2015-07-01 Thread Joe Hershberger
Hi Alexey, On Wed, Jul 1, 2015 at 9:25 AM, Alexey Brodkin wrote: > Hi Tom, Joe, > > On Wed, 2015-07-01 at 22:22 +0800, Bin Meng wrote: >> Hi Alexey, >> >> On Wed, Jul 1, 2015 at 9:59 PM, Alexey Brodkin >> wrote: >> > http://git.denx.de/?p=u >> > -boot.git;a=patch;h=f566c9949fbdce2e09a900c5343ca9

Re: [U-Boot] [PATCH] net/designware: revert MAC-address setup on init

2015-07-01 Thread Alexey Brodkin
Hi Tom, Joe, On Wed, 2015-07-01 at 22:22 +0800, Bin Meng wrote: > Hi Alexey, > > On Wed, Jul 1, 2015 at 9:59 PM, Alexey Brodkin > wrote: > > http://git.denx.de/?p=u > > -boot.git;a=patch;h=f566c9949fbdce2e09a900c5343ca9986e5ba360 > > broke DW GMAC operation if !DM_ETH because eth_write_hwaddr()

Re: [U-Boot] [PATCH] net/designware: revert MAC-address setup on init

2015-07-01 Thread Bin Meng
Hi Alexey, On Wed, Jul 1, 2015 at 9:59 PM, Alexey Brodkin wrote: > http://git.denx.de/?p=u-boot.git;a=patch;h=f566c9949fbdce2e09a900c5343ca9986e5ba360 > broke DW GMAC operation if !DM_ETH because eth_write_hwaddr() doesn't > exist if !DM_NET. > > As for DM_ETH case I'm still not sure if existing

[U-Boot] [PATCH] net/designware: revert MAC-address setup on init

2015-07-01 Thread Alexey Brodkin
http://git.denx.de/?p=u-boot.git;a=patch;h=f566c9949fbdce2e09a900c5343ca9986e5ba360 broke DW GMAC operation if !DM_ETH because eth_write_hwaddr() doesn't exist if !DM_NET. As for DM_ETH case I'm still not sure if existing implementation will fly. The point is as it is said in the comment on "soft