From 99d4c6d3b211c023116397c83f496a8063594a19 Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Wed, 10 Feb 2016 07:22:10 +0100 Subject: 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 Cc: Luka Perkov Acked-by: Joe Hershberger --- include/net.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/net.h') diff --git a/include/net.h b/include/net.h index 03ae232..1fb4194 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 */ -- cgit v1.1