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

Bin Meng bmeng.cn at gmail.com
Tue Oct 30 08:13:40 UTC 2018


On Thu, Oct 25, 2018 at 10:25 PM Hannes Schmelzer
<hannes.schmelzer at 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 at 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


More information about the U-Boot mailing list