summaryrefslogtreecommitdiffstats
path: root/include/netdev.h
diff options
context:
space:
mode:
authorJiandong Zheng <jdzheng@broadcom.com>2014-08-01 20:37:16 -0700
committerTom Rini <trini@ti.com>2014-08-30 07:46:39 -0400
commit799e125cca9f75a6e3bc87676266f8da4ebefcfd (patch)
tree1548e0c775e78f41bbe8fc1b8da4b3820feb967a /include/netdev.h
parent2d66a0fd58ac8623b3eea01e31b7917a20f287c1 (diff)
downloadblackbird-obmc-uboot-799e125cca9f75a6e3bc87676266f8da4ebefcfd.tar.gz
blackbird-obmc-uboot-799e125cca9f75a6e3bc87676266f8da4ebefcfd.zip
arm: bcm281xx: net: Add Ethernet Driver
The Broadcom StarFighter2 Ethernet driver is used in multiple Broadcom SoC(s) and: - supports multiple MAC blocks, - provides support for the Broadcom GMAC. This driver requires MII and PHYLIB. Signed-off-by: Jiandong Zheng <jdzheng@broadcom.com> Signed-off-by: Steve Rae <srae@broadcom.com>
Diffstat (limited to 'include/netdev.h')
-rw-r--r--include/netdev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netdev.h b/include/netdev.h
index 260c8d01b6..a887bfb5f7 100644
--- a/include/netdev.h
+++ b/include/netdev.h
@@ -31,6 +31,7 @@ int altera_tse_initialize(u8 dev_num, int mac_base,
int at91emac_register(bd_t *bis, unsigned long iobase);
int au1x00_enet_initialize(bd_t*);
int ax88180_initialize(bd_t *bis);
+int bcm_sf2_eth_register(bd_t *bis, u8 dev_num);
int bfin_EMAC_initialize(bd_t *bis);
int calxedaxgmac_initialize(u32 id, ulong base_addr);
int cs8900_initialize(u8 dev_num, int base_addr);
OpenPOWER on IntegriCloud