Re: [U-Boot] [PATCH] net: e1000: support 'write_hwaddr' in DM

2018-10-25 Thread Hannes Schmelzer
On 24.10.2018 20:42, Joseph Hershberger wrote: Hi Hannes, Hi Joe, This seems to break many boards. Please build boards that failed and address the break. https://travis-ci.org/jhershbe/u-boot/builds/444858982 Sorry for inconvenience, i fixed that and sent a V2 to the mailinglist. Made

Re: [U-Boot] [PATCH] net: e1000: support 'write_hwaddr' in DM

2018-10-25 Thread Joseph Hershberger
Hi Hannes, > -Original Message- > From: Hannes Schmelzer > Sent: Thursday, October 11, 2018 12:42 AM > To: u-boot@lists.denx.de > Cc: Hannes Schmelzer ; Joseph > Hershberger > Subject: [PATCH] net: e1000: support 'write_hwaddr' in DM > > This commit ports the existing (non-DM) function

Re: [U-Boot] [PATCH] net: e1000: support 'write_hwaddr' in DM

2018-10-10 Thread Joe Hershberger
On Thu, Oct 11, 2018 at 12:43 AM Hannes Schmelzer wrote: > > This commit ports the existing (non-DM) function for writing the MAC- > address into the shadow ram (and flash) for DM. > > Signed-off-by: Hannes Schmelzer Acked-by: Joe Hershberger ___

[U-Boot] [PATCH] net: e1000: support 'write_hwaddr' in DM

2018-10-10 Thread Hannes Schmelzer
This commit ports the existing (non-DM) function for writing the MAC- address into the shadow ram (and flash) for DM. Signed-off-by: Hannes Schmelzer --- drivers/net/e1000.c | 89 + 1 file changed, 48 insertions(+), 41 deletions(-) diff