]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/net/Makefile
net: mvpp2.c: Add Marvell mvpp2 network driver for Armada 375
authorStefan Roese <sr@denx.de>
Wed, 10 Feb 2016 06:22:10 +0000 (07:22 +0100)
committerStefan Roese <sr@denx.de>
Mon, 4 Apr 2016 09:21:40 +0000 (11:21 +0200)
commit99d4c6d3b211c023116397c83f496a8063594a19
tree25d95295f6a86f8c93f62a6c22b5a365bcdcbbb3
parent951f1b5f37af31733e5ff5c144ea3f19c236f932
net: mvpp2.c: Add Marvell mvpp2 network driver for Armada 375

This patch adds support for the mvpp2 ethernet controller which is integrated
in the Marvell Armada 375 SoC. This port is based on the Linux driver (v4.4),
which has been stripped of the in U-Boot unused portions.

Tested on the Marvell Armada 375 eval board db-88f6720.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Acked-by: Joe Hershberger <joe.hershberger@gmail.com>
drivers/net/Kconfig
drivers/net/Makefile
drivers/net/mvpp2.c [new file with mode: 0644]
include/net.h