summaryrefslogtreecommitdiffstats
path: root/include/net.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2016-02-10 07:22:10 +0100
committerStefan Roese <sr@denx.de>2016-04-04 11:21:40 +0200
commit99d4c6d3b211c023116397c83f496a8063594a19 (patch)
tree25d95295f6a86f8c93f62a6c22b5a365bcdcbbb3 /include/net.h
parent951f1b5f37af31733e5ff5c144ea3f19c236f932 (diff)
downloadtalos-obmc-uboot-99d4c6d3b211c023116397c83f496a8063594a19.tar.gz
talos-obmc-uboot-99d4c6d3b211c023116397c83f496a8063594a19.zip
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>
Diffstat (limited to 'include/net.h')
-rw-r--r--include/net.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net.h b/include/net.h
index 03ae232f5c..1fb419424b 100644
--- a/include/net.h
+++ b/include/net.h
@@ -337,6 +337,8 @@ struct vlan_ethernet_hdr {
#define PROT_ARP 0x0806 /* IP ARP protocol */
#define PROT_RARP 0x8035 /* IP ARP protocol */
#define PROT_VLAN 0x8100 /* IEEE 802.1q protocol */
+#define PROT_IPV6 0x86dd /* IPv6 over bluebook */
+#define PROT_PPP_SES 0x8864 /* PPPoE session messages */
#define IPPROTO_ICMP 1 /* Internet Control Message Protocol */
#define IPPROTO_UDP 17 /* User Datagram Protocol */
OpenPOWER on IntegriCloud