summaryrefslogtreecommitdiff
path: root/cpu/ppc4xx/4xx_enet.c
Commit message (Collapse)AuthorAgeLines
* [PATCH] Add support for AMCC Taishan PPC440GX eval boardStefan Roese2007-01-18-63/+76
| | | | Signed-off-by: Stefan Roese <sr@denx.de>
* Merge with /home/sr/git/u-boot/denx-alpr-merge-testWolfgang Denk2006-11-27-19/+3
|\
| * [PATCH] Remove testing 4xx enet PHY setupStefan Roese2006-11-27-16/+1
| | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
| * [PATCH] Update Prodrive ALPR board support (440GX)Stefan Roese2006-11-27-3/+2
| | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
* | [PATCH] 4xx_enet.c: Correct the setting of zmiifer registerStefan Roese2006-11-27-4/+4
|/ | | | | | | | Patch below corrects the setting of the zmiifer register, it was overwritting the register rather than ORing the settings. Signed-off-by: Neil Wilson <NWilson@airspan.com> Signed-off-by: Stefan Roese <sr@denx.de>
* Add support for AMCC Rainier PPX440GRx eval boardStefan Roese2006-09-13-1/+1
| | | | Patch by Stefan Roese, 13 Sep 2006
* Add support for AMCC Sequoia PPC440EPx eval boardStefan Roese2006-09-07-33/+151
| | | | | | | | | | | - Add support for PPC440EPx & PPC440GRx - Add support for PPC440EP(x)/GR(x) NAND controller in cpu/ppc4xx directory - Add NAND boot functionality for Sequoia board, please see doc/README.nand-boot-ppc440 for details - This Sequoia NAND image doesn't support environment in NAND for now. This will be added in a short while. Patch by Stefan Roese, 07 Sep 2006
* Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz2006-06-30-18/+60
|
* Add support for AMCC 440SP, add support for AMCC Luan 440SP eval board.Stefan Roese2005-11-29-26/+49
| | | | Patch by John Otken, 23 Nov 2005
* Merge with /home/m8/git/u-bootWolfgang Denk2005-10-29-20/+36
|\
| * Add support for multiple PHYs.Marian Balakowicz2005-10-28-21/+36
| |
* | Add NetConsole Support for AMCC eval boardsStefan Roese2005-10-20-5/+18
| | | | | | | | Patch by Stefan Roese, 20 Oct 2005
* | Fix NetConsole support on 4xx (only print eth link on 1st transfer)Stefan Roese2005-10-18-0/+2
|/ | | | Patch by Stefan Roese, 18 Oct 2005
* Fix problem in ppc4xx eth-driver without ethaddr (only withoutStefan Roese2005-10-10-4/+10
| | | | | CONFIG_NET_MULTI set) Patch by Stefan Roese, 10 Oct 2005
* Add support for AMD's Pb1x00 eval board;Wolfgang Denk2005-09-25-82/+82
| | | | | | add MII routines to the au1x00 ethernet driver; add USB ohci driver (work in progress) Patch by Thomas Sailer, 20 Jan 2005
* Cleanup (PPC4xx is AMCC now)Wolfgang Denk2005-09-23-1/+1
|
* Fix problem in 440GP ethernet driver (ebony). Add support for 2ndStefan Roese2005-09-07-0/+3
| | | | | ethernet port on ebony. Patch by Stefan Roese, 7 Sep 2005
* Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.cStefan Roese2005-08-16-0/+1501
now handling all 4xx cpu's. Patch by Stefan Roese, 16 Aug 2005