uboot/drivers/net
Felix Radensky 90b5bf211b tsec: Fix eTSEC2 link problem on P2020RDB
On P2020RDB eTSEC2 is connected to Vitesse VSC8221 PHY via SGMII.
Current TBI PHY settings for SGMII mode cause link problems on
this platform, link never comes up.

Fix this by making TBI PHY settings configurable and add a working
configuration for P2020RDB.

Signed-off-by: Felix Radensky <felix@embedded-sol.com>
Acked-by: Andy Fleming <afleming@freescale.com>
2010-06-29 21:02:16 +02:00
..
phy Coding Style cleanup; update CHANGELOG, prepare -rc1 2009-10-28 00:49:47 +01:00
3c589.c
3c589.h
4xx_enet.c ppc_4xx: Apply new HW register names 2009-10-07 09:15:20 +02:00
5701rls.c
5701rls.h
8390.h
Makefile net: add altera triple speeds ethernet mac driver 2010-05-03 14:52:49 -07:00
altera_tse.c net: altera_tse: add write_hwaddr support 2010-05-03 14:52:50 -07:00
altera_tse.h net: add altera triple speeds ethernet mac driver 2010-05-03 14:52:49 -07:00
at91_emac.c new at91_emac network driver (NET_MULTI api) 2010-01-31 22:37:12 -08:00
ax88180.c
ax88180.h
ax88796.c
ax88796.h
bcm570x.c
bcm570x_autoneg.c
bcm570x_autoneg.h
bcm570x_bits.h
bcm570x_debug.h
bcm570x_lm.h
bcm570x_mm.h
bcm570x_queue.h
bfin_mac.c Blackfin: bfin_mac: hook up new write_hwaddr function 2010-05-03 14:52:50 -07:00
bfin_mac.h Blackfin: bfin_mac: hook up new write_hwaddr function 2010-05-03 14:52:50 -07:00
cs8900.c cs8900_initialize() cleanup 2010-01-31 22:34:33 -08:00
cs8900.h Convert CS8900 Ethernet driver to CONFIG_NET_MULTI API 2009-08-25 13:35:54 -07:00
davinci_emac.c TI: DaVinci: Updating EMAC driver for DM365, DM646x and DA8XX 2010-01-31 22:37:12 -08:00
dc2114x.c
dm9000x.c dm9000x.c: fix compile problems 2010-05-26 22:19:35 +02:00
dm9000x.h
dnet.c
dnet.h
e1000.c net: e1000: Add support for the Intel 82546GB controller 2009-12-13 21:52:30 -08:00
e1000.h Add Intel E1000 PCIE card support 2009-08-08 02:26:05 -07:00
eepro100.c
enc28j60.c
ep93xx_eth.c Add EP93xx ethernet driver 2010-01-31 22:37:12 -08:00
ep93xx_eth.h Add EP93xx ethernet driver 2010-01-31 22:37:12 -08:00
ethoc.c net: ethoc: add write_hwaddr support 2010-05-03 14:52:50 -07:00
fec_mxc.c net: fec_mxc: add write_hwaddr support 2010-05-03 14:52:49 -07:00
fec_mxc.h fec_mxc: add MX25 support 2010-03-07 12:36:36 -06:00
fsl_mcdmafec.c
ftmac100.c arm: A320: driver for FTMAC100 ethernet controller 2009-08-10 14:53:52 -07:00
ftmac100.h arm: A320: driver for FTMAC100 ethernet controller 2009-08-10 14:53:52 -07:00
greth.c
greth.h
inca-ip_sw.c
kirkwood_egiga.c net:kirkwood_egiga.c: MAC addresses programming using write_hwaddr 2010-05-03 14:52:49 -07:00
kirkwood_egiga.h net: Kirkwood_egiga.c: fixed build warnings 2010-05-03 14:52:47 -07:00
ks8695eth.c
lan91c96.c lan91c96, smc911x: remove useless free(ptr) calls on NULL ptr 2010-05-17 23:21:08 +02:00
lan91c96.h NET: LAN91C96 CONFIG_NET_MULTIify 2009-12-13 21:31:26 -08:00
macb.c macb: Fix mii_phy_read and mii_phy_write functions 2010-01-31 22:37:12 -08:00
macb.h
mcffec.c
mcfmii.c fix lockup in mcfmii/mii_discover_phy() in case communication fails 2010-05-03 14:52:48 -07:00
mpc5xxx_fec.c Remove unused "local_crc32" function. 2010-05-03 14:52:48 -07:00
mpc5xxx_fec.h
mpc512x_fec.c mpc512x_fec: Move PHY initialization from probe into init routine. 2010-05-03 14:52:48 -07:00
mpc512x_fec.h
natsemi.c drivers/net/natsemi.c: fix compile warning 2009-09-15 00:11:02 +02:00
ne2000.c
ne2000.h
ne2000_base.c
ne2000_base.h
netarm_eth.c
netarm_eth.h
netconsole.c netconsole: mark local funcs with static 2010-01-18 00:21:49 +01:00
nicext.h
ns7520_eth.c
ns8382x.c
ns9750_eth.c
pcnet.c
plb2800_eth.c
rtl8019.c
rtl8019.h
rtl8139.c
rtl8169.c
s3c4510b_eth.c
s3c4510b_eth.h
sh_eth.c sh: sh_eth: Remove garbage from printf 2009-07-22 22:53:43 -07:00
sh_eth.h
smc911x.c lan91c96, smc911x: remove useless free(ptr) calls on NULL ptr 2010-05-17 23:21:08 +02:00
smc911x.h smc911x: add support for LAN9220 2009-10-19 10:08:44 -07:00
smc91111.c Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API 2009-10-04 22:37:03 -07:00
smc91111.h SMC91111: Clean up SMC_inx macros on xsengine and xaeniax 2009-11-09 21:55:09 -08:00
tigon3.c
tigon3.h
tsec.c tsec: Fix eTSEC2 link problem on P2020RDB 2010-06-29 21:02:16 +02:00
tsi108_eth.c
uli526x.c Update Freescale copyrights to remove "All Rights Reserved" 2009-07-29 09:59:22 +02:00
vsc7385.c
xilinx_emaclite.c net: emaclite: Cleanup license to be GPL compatible 2009-09-14 14:40:04 +02:00