summaryrefslogtreecommitdiff
path: root/drivers/tsec.h
AgeCommit message (Collapse)Author
2007-08-09tsec: Allow Ten Bit Interface address to be configurableJoe Hamman
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>
2007-04-23Enable 8544 supportAndy Fleming
* 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>
2007-03-02mpc83xx: U-Boot support for Wind River SBC8349Paul Gortmaker
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.
2006-11-03mpc83xx: Replace CFG_IMMRBAR with CFG_IMMRTimur Tabi
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>
2006-09-19Merge branch 'mpc85xx'Jon Loeliger
Conflicts: drivers/tsec.c
2006-09-19Add support for eTSEC 3 & 4 on 8548 CDSAndy Fleming
* 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
2006-04-26Initial support for MPC8641 HPCN board.Jon Loeliger
2006-03-12Add Nat Semi DP83865 PHY support to MPC85xx TSEC driverWolfgang Denk
Patch by Murray Jensen, 08 Jul 2005
2006-03-12Fix a HW timing issue on 8548 CDS for eTSEC 3 in RGMII modeWolfgang Denk
Patch by Andy Fleming, 14 Jun 2005
2006-03-12Fix bad register definitions for LTX971 PHY on MPC85xx boards.Wolfgang Denk
Patch by Gerhard Jaeger, 21 Jun 2005
2005-09-21Fix autonegotiation in tsec ethernet driverStefan Roese
Patch by Stefan Roese, 21 Sep 2005
2005-07-28* Patch by Eran LibertyEran Liberty
Add support for the Freescale MPC8349ADS board.
2005-07-25* Patch by Jon Loeliger, 2005-07-25Jon Loeliger
Move the TSEC driver out of cpu/mpc85xx as it will be shared by the upcoming mpc83xx family as well.