| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
| |
to a TSEC (e.g. a switch is connected via RMII) or
if the PHY is defective/incorrectly configured.
Signed-off-by: Ben Warren <bwarren@qstreams.com>
|
|
|
|
| |
Signed-off-by: Jon Loeliger <jdl@freescale.com>
|
|
|
|
| |
Format for 80-columns too.
|
|\
| |
| |
| |
| |
| | |
Conflicts:
drivers/tsec.c
|
| |
| |
| |
| |
| |
| |
| | |
* Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS.
This will only work on rev 1.3 boards (but doesn't break older boards)
* Cleaned up some comments to reflect the expanded role of tsec
in other systems
|
| |
| |
| |
| |
| |
| |
| |
| | |
When tftp a non-exist file from the tftp server, u-boot will check
the link of all eth port. The original file will return wrong link
state on the no link ports.
signed-off-by: Jason Jin <Jason.Jin@freescale.com>
|
|/ |
|
| |
|
|
|
|
| |
Patch by Murray Jensen, 08 Jul 2005
|
| |
|
| |
|
|
|
|
| |
Patch by Stefan Roese, 21 Sep 2005
|
|
|
|
|
|
|
|
| |
- C++ comments
- Trailing white space
- Indentation not by TAB
- Excessive amount of empty lines
- Trailing empty lines
|
|
|
|
| |
Add support for the Freescale MPC8349ADS board.
|
|
Move the TSEC driver out of cpu/mpc85xx as it will be shared
by the upcoming mpc83xx family as well.
|