
30 Oct
2018
30 Oct
'18
9:13 a.m.
On Thu, Oct 25, 2018 at 10:25 PM Hannes Schmelzer hannes.schmelzer@br-automation.com 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 hannes.schmelzer@br-automation.com
Changes in v2:
- fix build for non-DM board
- rebase on current master
drivers/net/e1000.c | 89 +++++++++++++++++++++++++++++------------------------ 1 file changed, 48 insertions(+), 41 deletions(-)
FYI
I was trying to port the most recent Linux kernel e1000e driver to U-Boot. Current e1000 driver in U-Boot is way out of sync to Linux kernel and it has many many ad-hoc hacks here and there to support newer Intel NICs.
Regards, Bin