u-boot-brain/drivers
roy zang d1927cee97 Tundra tsi108 on chip Ethernet controller support.
The following is a brief description of the Ethernet controller:
The Tsi108/9 Ethernet Controller connects Switch Fabric to two independent
Gigabit Ethernet ports,E0 and E1.  It uses a single Management interface
to manage the two physical connection devices (PHYs).  Each Ethernet port
has its own statistics monitor that tracks and reports key interface
statistics.  Each port supports a 256-entry hash table for address
filtering.  In addition, each port is bridged to the Switch Fabric
through a 2-Kbyte transmit FIFO and a 4-Kbyte Receive FIFO.

Each Ethernet port also has a pair of internal Ethernet DMA channels to
support the transmit and receive data flows.  The Ethernet DMA channels
use descriptors set up in memory, the memory map of the device, and
access via the Switch Fabric.  The Ethernet Controller?s DMA arbiter
handles arbitration for the Switch Fabric.  The Controller also
has a register businterface for register accesses and status monitor
control.

The PMD (Physical Media Device) interface operates in MII, GMII, or TBI
modes.  The MII mode is used for connecting with 10 or 100 Mbit/s PMDs.
The GMII and TBI modes are used to connect with Gigabit PMDs.  Internal
data flows to and from the Ethernet Controller through the Switch Fabric.

Each Ethernet port uses its transmit and receive DMA channels to manage
data flows through buffer descriptors that are predefined by the
system (the descriptors can exist anywhere in the system memory map).
These descriptors are data structures that point to buffers filled
with data ready to transmit over Ethernet, or they point to empty
buffers ready to receive data from Ethernet.

Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
2006-11-02 19:08:55 +08:00
..
nand [PATCH] NAND: Partition name support added to NAND subsystem 2006-10-28 17:11:10 +02:00
nand_legacy Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
sk98lin Move "ar" flags to config.mk to allow for silent "make -s" 2006-10-09 01:02:05 +02:00
3c589.c * Code cleanup: 2003-06-27 21:31:46 +00:00
3c589.h * Code cleanup: 2003-06-27 21:31:46 +00:00
5701rls.c * Code cleanup: 2003-06-27 21:31:46 +00:00
5701rls.h Initial revision 2002-11-03 00:24:07 +00:00
8390.h Coding Style cleanup 2005-01-10 00:01:04 +00:00
ahci.c Cleanup and lindent new AHCI driver. 2006-08-23 11:04:43 -05:00
ali512x.c * Code cleanup: 2003-06-27 21:31:46 +00:00
atmel_usart.c Add common serial driver for Atmel AT32 and AT91 chips 2006-10-24 14:31:24 +02:00
atmel_usart.h Add common serial driver for Atmel AT32 and AT91 chips 2006-10-24 14:31:24 +02:00
bcm570x_autoneg.c * Code cleanup: 2003-06-27 21:31:46 +00:00
bcm570x_autoneg.h * Code cleanup: 2003-06-27 21:31:46 +00:00
bcm570x_bits.h * Code cleanup: 2003-06-27 21:31:46 +00:00
bcm570x_debug.h * Code cleanup: 2003-06-27 21:31:46 +00:00
bcm570x_lm.h * Code cleanup: 2003-06-27 21:31:46 +00:00
bcm570x_mm.h * Code cleanup: 2003-06-27 21:31:46 +00:00
bcm570x_queue.h * Code cleanup: 2003-06-27 21:31:46 +00:00
bcm570x.c * Code cleanup: 2003-06-27 21:31:46 +00:00
cfb_console.c Cleanup for GCC-4.x 2005-10-13 16:45:02 +02:00
cfi_flash.c Fix watchdog handling in CFI flash driver 2006-06-02 11:46:20 +02:00
cs8900.c * Patches by David Müller, 14 Nov 2003: 2003-12-07 18:32:37 +00:00
cs8900.h Code cleanup; make several boards compile & link. 2004-03-14 22:25:36 +00:00
ct69000.c Add VGA support (CT69000) to CPCI750 board. 2006-01-18 20:05:34 +01:00
dataflash.c Some code cleanup for GCC 4.x 2006-03-11 22:53:33 +01:00
dc2114x.c Cleanup for GCC-4.x 2005-10-13 16:45:02 +02:00
dm9000x.c Fix drivers/dm9000.c when configured in 32 bit mode. 2006-08-14 21:18:21 +02:00
dm9000x.h * Code cleanup 2004-08-01 22:48:16 +00:00
ds1722.c * Code cleanup: 2003-06-27 21:31:46 +00:00
e1000.c Cleanup for GCC-4.x 2005-10-13 16:45:02 +02:00
e1000.h * Code cleanup: 2003-06-27 21:31:46 +00:00
eepro100.c Add support for multiple PHYs. 2005-10-28 22:30:33 +02:00
fsl_i2c.c Converted all 85xx boards to use a common FSL I2C driver. 2006-10-20 15:50:15 -05:00
i8042.c Minor code cleanup 2006-03-06 13:03:37 +01:00
i82365.c Fix cirrus voltage detection (for CPC45) 2005-02-07 19:44:17 +00:00
inca-ip_sw.c Patch by Markus Pietrek, 04 May 2004: 2004-06-09 00:10:59 +00:00
keyboard.c Fix support for PS/2 keyboard on TQM85xx boards 2006-07-19 14:49:35 +02:00
ks8695eth.c Fix compile problem 2006-03-12 22:14:20 +01:00
lan91c96.c Some code cleanup for GCC 4.x 2006-03-11 22:53:33 +01:00
lan91c96.h Some code cleanup for GCC 4.x 2006-03-11 22:53:33 +01:00
Makefile General code modification for mpc7448hpc2 board support. 2006-11-02 18:49:51 +08:00
mpc8xx_pcmcia.c More code cleanup 2006-07-21 15:24:56 +02:00
mw_eeprom.c * Code cleanup: 2003-06-27 21:31:46 +00:00
natsemi.c Cleanup for GCC-4.x 2005-10-13 16:45:02 +02:00
ne2000.c * Patches by Richard Woodruff, 01 Oct 2004: 2005-01-09 23:16:25 +00:00
ne2000.h * Patches by Richard Woodruff, 01 Oct 2004: 2005-01-09 23:16:25 +00:00
netarm_eth.c * Patch by Laurent Mohin, 10 Feb 2004: 2004-02-23 20:48:38 +00:00
netarm_eth.h * Patch by Thomas Elste, 10 Feb 2004: 2004-02-23 19:30:57 +00:00
netconsole.c GCC-4.x fixes: clean up global data pointer initialization for all boards. 2006-03-31 18:32:53 +02:00
nicext.h * Code cleanup: 2003-06-27 21:31:46 +00:00
ns7520_eth.c Add support for multiple PHYs. 2005-10-28 22:30:33 +02:00
ns8382x.c Cleanup for GCC-4.x 2005-10-13 16:45:02 +02:00
ns9750_eth.c * Patch by Markus Pietrek, 24 Feb 2004: 2004-02-26 23:46:20 +00:00
ns9750_serial.c Make the serial driver framework work with CONFIG_SERIAL_MULTI enabled 2006-08-30 23:02:10 +02:00
ns16550.c * Patches by Richard Woodruff, 01 Oct 2004: 2005-01-09 23:16:25 +00:00
ns87308.c Initial revision 2002-11-03 00:24:07 +00:00
omap24xx_i2c.c OMAP242x H4 board update 2005-09-25 18:41:04 +02:00
omap1510_i2c.c Add support for Siemens SX1 mobile phone; 2004-03-12 00:14:09 +00:00
pc_keyb.c Cleanup (PPC4xx is AMCC now) 2005-09-23 11:05:55 +02:00
pci_auto.c Merge branch 'mpc85xx' 2006-08-09 14:41:17 -05:00
pci_indirect.c Merge: Add support for AMCC 440SPe CPU based eval board (Yucca). 2006-06-30 18:19:42 +02:00
pci.c Add support for wrPPMC7xx/74xx boards 2006-06-19 11:02:41 +02:00
pcnet.c Cleanup for GCC-4.x 2005-10-13 16:45:02 +02:00
plb2800_eth.c * Code cleanup: 2003-06-27 21:31:46 +00:00
ps2mult.c * The PS/2 mux on the BMS2003 board needs 450 ms after power on 2004-01-20 23:12:12 +00:00
ps2ser.c More code cleanup 2006-07-21 15:24:56 +02:00
pxa_pcmcia.c Major PCMCIA Cleanup to make code better readable and maintainable. 2006-07-10 23:07:28 +02:00
rpx_pcmcia.c More code cleanup 2006-07-21 15:24:56 +02:00
rtl8019.c * Patch by Xue Ligong (Joe), 13 Nov 2003: 2003-12-07 00:46:27 +00:00
rtl8019.h * Cleanup lowboot code for MPC5200 2004-01-02 14:00:00 +00:00
rtl8139.c Change Id to symbolic name for RTL8139 2006-06-28 08:43:56 -05:00
rtl8169.c * Patch by Sangmoon Kim, 12 Apr 2004: 2004-04-18 22:03:42 +00:00
s3c4510b_eth.c Code cleanup 2006-07-21 20:57:53 +02:00
s3c4510b_eth.h * Code cleanup (ARM mostly) 2004-07-01 16:30:44 +00:00
s3c4510b_uart.c GCC-4.x fixes: clean up global data pointer initialization for all boards. 2006-03-31 18:32:53 +02:00
s3c4510b_uart.h * Code cleanup (ARM mostly) 2004-07-01 16:30:44 +00:00
sed156x.c * Patches by Pantelis Antoniou, 30 Mar 2004: 2004-04-15 21:16:42 +00:00
sed13806.c * Patch by Martin Krause, 03 Aug 2004: 2004-08-04 21:56:49 +00:00
serial_max3100.c GCC-4.x fixes: clean up global data pointer initialization for all boards. 2006-03-31 18:32:53 +02:00
serial_pl010.c * Patch by Andreas Engel, 12 Jul 2004: 2004-08-02 23:22:59 +00:00
serial_pl011.c * Patch by Andreas Engel, 12 Jul 2004: 2004-08-02 23:22:59 +00:00
serial_pl011.h Code cleanup; make several boards compile & link. 2004-03-14 22:25:36 +00:00
serial_xuartlite.c Patches by Yasushi Shoji, 29 Jun 2004: 2004-07-10 23:48:41 +00:00
serial.c Coding style cleanup 2006-10-09 00:42:01 +02:00
sl811_usb.c Patch by Klaus Heydeck, 12 May 2004: 2004-05-12 22:54:36 +00:00
sl811.h * Modify KUP4X board configuration to use SL811 driver for USB memory 2004-04-23 20:32:05 +00:00
sm501.c Patches by Martin Krause, 22 Mar 2005: 2005-03-27 23:41:39 +00:00
smc91111.c Add ADI Blackfin support 2006-03-12 02:10:00 +01:00
smc91111.h Add ADI Blackfin support 2006-03-12 02:10:00 +01:00
smiLynxEM.c Cleanup for GCC-4.x 2005-10-13 16:45:02 +02:00
status_led.c * Patches by David Müller, 12 Jun 2003: 2003-06-19 23:01:32 +00:00
sym53c8xx.c * Code cleanup: 2003-06-27 21:31:46 +00:00
ti_pci1410a.c Fix typo 2005-08-06 01:02:27 +02:00
tigon3.c * Code cleanup: 2003-06-27 21:31:46 +00:00
tigon3.h * Code cleanup: 2003-06-27 21:31:46 +00:00
tqm8xx_pcmcia.c More code cleanup 2006-07-21 15:24:56 +02:00
tsec.c Fix TSEC driver (now for real): avoid crashes if PHY is not attached 2006-10-26 21:17:25 +02:00
tsec.h Merge branch 'mpc85xx' 2006-09-19 10:02:20 -05:00
tsi108_eth.c Tundra tsi108 on chip Ethernet controller support. 2006-11-02 19:08:55 +08:00
usbdcore_ep0.c Add support for Siemens SX1 mobile phone; 2004-03-12 00:14:09 +00:00
usbdcore_omap1510.c * Add start-up delay to make sure power has stabilized before 2004-03-23 20:18:25 +00:00
usbdcore.c Add support for Siemens SX1 mobile phone; 2004-03-12 00:14:09 +00:00
usbtty.c Code cleanup; make several boards compile & link. 2004-03-14 22:25:36 +00:00
usbtty.h Add support for Siemens SX1 mobile phone; 2004-03-12 00:14:09 +00:00
videomodes.c Code cleanup 2004-03-25 15:14:43 +00:00
videomodes.h Code cleanup 2004-03-25 15:14:43 +00:00
w83c553f.c Initial revision 2002-09-17 21:37:55 +00:00