summaryrefslogtreecommitdiffstats
path: root/drivers/tsec.h
Commit message (Collapse)AuthorAgeFilesLines
* tsec: Allow Ten Bit Interface address to be configurableJoe Hamman2007-08-091-1/+3
| | | | | | | Allow the address of the Ten Bit Interface (TBI) to be changed in the event of a conflict with another device. Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
* Enable 8544 supportAndy Fleming2007-04-231-1/+2
| | | | | | | | | * Add support to the Makefile * Add 8544 configuration support to the tsec driver * Add 8544 SVR numbers to processor.h Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com>
* mpc83xx: U-Boot support for Wind River SBC8349Paul Gortmaker2007-03-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | | I've redone the SBC8349 support to match git-current, which incorporates all the MPC834x updates from Freescale since the 1.1.6 release, including the DDR changes. I've kept all the SBC8349 files as parallel as possible to the MPC8349EMDS ones for ease of maintenance and to allow for easy inspection of what was changed to support this board. Hence the SBC8349 U-Boot has FDT support and everything else that the MPC8349EMDS has. Fortunately the Freescale updates added support for boards using CS0, but I had to change spd_sdram.c to allow for board specific settings for the sdram_clk_cntl (it is/was hard coded to zero, and that remains the default if the board doesn't specify a value.) Hopefully this should be mergeable as-is and require no whitespace cleanups or similar, but if something doesn't measure up then let me know and I'll fix it. Thanks, Paul.
* mpc83xx: Replace CFG_IMMRBAR with CFG_IMMRTimur Tabi2006-11-031-1/+1
| | | | | | | Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx tree matches the other 8xxx trees. Signed-off-by: Timur Tabi <timur@freescale.com>
* Merge branch 'mpc85xx'Jon Loeliger2006-09-191-0/+17
|\ | | | | | | | | | | Conflicts: drivers/tsec.c
| * Add support for eTSEC 3 & 4 on 8548 CDSAndy Fleming2006-09-191-0/+17
| | | | | | | | | | | | | | * 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
* | Initial support for MPC8641 HPCN board.Jon Loeliger2006-04-261-1/+19
|/
* Add Nat Semi DP83865 PHY support to MPC85xx TSEC driverWolfgang Denk2006-03-121-0/+10
| | | | Patch by Murray Jensen, 08 Jul 2005
* Fix a HW timing issue on 8548 CDS for eTSEC 3 in RGMII modeWolfgang Denk2006-03-121-1/+1
| | | | Patch by Andy Fleming, 14 Jun 2005
* Fix bad register definitions for LTX971 PHY on MPC85xx boards.Wolfgang Denk2006-03-121-6/+6
| | | | Patch by Gerhard Jaeger, 21 Jun 2005
* Fix autonegotiation in tsec ethernet driverStefan Roese2005-09-211-0/+5
| | | | Patch by Stefan Roese, 21 Sep 2005
* * Patch by Eran LibertyEran Liberty2005-07-281-2/+13
| | | | Add support for the Freescale MPC8349ADS board.
* * Patch by Jon Loeliger, 2005-07-25Jon Loeliger2005-07-251-0/+494
Move the TSEC driver out of cpu/mpc85xx as it will be shared by the upcoming mpc83xx family as well.
OpenPOWER on IntegriCloud