]> git.sur5r.net Git - u-boot/commit
ARM: arch-meson: add ethernet common init function
authorNeil Armstrong <narmstrong@baylibre.com>
Mon, 27 Nov 2017 09:16:16 +0000 (10:16 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 4 Dec 2017 14:59:02 +0000 (09:59 -0500)
commit6915b1033105b23ebc725be772bec00838830667
tree560fecd4186fa58d22ebfd4a08328aeb1815d8c6
parent26e961c8cfdff00c5c9389d301d9a2eb10eb844c
ARM: arch-meson: add ethernet common init function

Introduce a generic common Ethernet Hardware init function
common to all Amlogic GX SoCs with support for the
Internal PHY enable for GXL SoCs.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
arch/arm/include/asm/arch-meson/eth.h [new file with mode: 0644]
arch/arm/mach-meson/Makefile
arch/arm/mach-meson/eth.c [new file with mode: 0644]