summaryrefslogtreecommitdiff
path: root/cpu/mips/au1x00_eth.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-13mips: Move cpu/mips/* to arch/mips/cpu/*Peter Tyser1-311/+0
2009-05-16MIPS: Implement ethernet halt for au1x00Thomas Lange1-0/+4
2008-11-09net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_initShinya Kuribayashi1-1/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-06-07[MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate linesShinya Kuribayashi1-4/+0
2008-06-07[MIPS] Rename Alchemy processor configs into CONFIG_SOC_*Shinya Kuribayashi1-6/+6
2007-11-17[MIPS] au1x00_eth.c: Fixed a warning on pb1000 build.Shinya Kuribayashi1-1/+1
2007-11-17[MIPS] au1x00_eth.c: Fix au1x00_miiphy_{read,write} build errorShinya Kuribayashi1-59/+59
2007-07-09cpu/m*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-4/+4
2007-07-04cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-3/+3
2006-03-13au1x00_eth.c: check malloc return value and abort if it failedWolfgang Denk1-2/+6
2005-10-28Add support for multiple PHYs.Marian Balakowicz1-2/+13
2005-09-25Add support for AMD's Pb1x00 eval board;Wolfgang Denk1-6/+63
2005-09-24Fix ethernet timeouts on dbau1550 and other au1x00 systemsWolfgang Denk1-2/+2
2005-01-09* Patch by Leif Lindholm, 23 Sep 2004:wdenk1-0/+5
2004-01-02* Patch by André Schwarz, 8 Dec 2003:wdenk1-2/+7
2003-12-07* Patches by David Müller, 14 Nov 2003:wdenk1-1/+14
2003-10-09* Patch by Steven Scholz, 10 Oct 2003wdenk1-0/+216