[U-Boot] [PATCH 3/3] net: eth-uclass: Support device tree MAC addresses

Joe Hershberger joe.hershberger at ni.com
Mon Apr 15 21:26:04 UTC 2019


On Mon, Apr 15, 2019 at 4:11 AM Thierry Reding <thierry.reding at gmail.com> wrote:
>
> From: Thierry Reding <treding at nvidia.com>
>
> Add the standard Ethernet device tree bindings (imported from v5.0 of
> the Linux kernel) and implement support for reading the MAC address for
> Ethernet devices in the Ethernet uclass. If the "mac-address" property
> exists, the MAC address will be parsed from that. If that property does
> not exist, the "local-mac-address" property will be tried as fallback.
>
> MAC addresses from device tree take precedence over the ones stored in
> a network interface card's ROM.
>
> Signed-off-by: Thierry Reding <treding at nvidia.com>

Acked-by: Joe Hershberger <joe.hershberger at ni.com>


More information about the U-Boot mailing list