[U-Boot] [PATCH 2/4] ARM: tegra: configure Ethernet address on Tegra186

Simon Glass sjg at chromium.org
Mon Sep 19 02:58:10 CEST 2016


On 12 September 2016 at 11:51, Stephen Warren <swarren at wwwdotorg.org> wrote:
> From: Stephen Warren <swarren at nvidia.com>
>
> On Tegra186, the bootloader which runs before U-Boot passes the Ethernet
> MAC address to U-Boot using device tree. Extract this value and write it
> to the environment, so that the Ethernet uclass picks it up and uses it
> for the built-in Ethernet device.
>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>
> ---
>  arch/arm/mach-tegra/tegra186/Makefile        |  1 +
>  arch/arm/mach-tegra/tegra186/nvtboot_board.c | 54 ++++++++++++++++++++++++++++
>  2 files changed, 55 insertions(+)
>  create mode 100644 arch/arm/mach-tegra/tegra186/nvtboot_board.c

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list