summaryrefslogtreecommitdiffstats
path: root/include/netdev.h
diff options
context:
space:
mode:
authorVipin KUMAR <vipin.kumar@st.com>2010-06-29 10:53:34 +0530
committerBen Warren <biggerbadderben@gmail.com>2010-07-12 00:08:05 -0700
commit5b1b1883ffcb75de71a0b4e66b279c88ae1e15fc (patch)
treeffc67591a22a14a71b994141a0b61682de775df5 /include/netdev.h
parentc19a20d5bd3c2196fb1562a329191e2347d5a40a (diff)
downloadtalos-obmc-uboot-5b1b1883ffcb75de71a0b4e66b279c88ae1e15fc.tar.gz
talos-obmc-uboot-5b1b1883ffcb75de71a0b4e66b279c88ae1e15fc.zip
SPEAr : Network driver support added
Designware network driver support added. This is a Synopsys ethernet controller Signed-off-by: Vipin Kumar <vipin.kumar@st.com> Signed-off-by: Ben Warren <biggerbadderben@gmail.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 882642a2c4..3abc944e4c 100644
--- a/include/netdev.h
+++ b/include/netdev.h
@@ -49,6 +49,7 @@ int bfin_EMAC_initialize(bd_t *bis);
int cs8900_initialize(u8 dev_num, int base_addr);
int dc21x4x_initialize(bd_t *bis);
int davinci_emac_initialize(void);
+int designware_initialize(u32 id, ulong base_addr, u32 phy_addr);
int dnet_eth_initialize(int id, void *regs, unsigned int phy_addr);
int e1000_initialize(bd_t *bis);
int eepro100_initialize(bd_t *bis);
OpenPOWER on IntegriCloud