summaryrefslogtreecommitdiffstats
path: root/cpu/ppc4xx/405gp_enet.c
Commit message (Collapse)AuthorAgeFilesLines
* Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.cStefan Roese2005-08-161-1062/+0
| | | | | now handling all 4xx cpu's. Patch by Stefan Roese, 16 Aug 2005
* Changed CONFIG_440_xx to CONFIG_440xx for a consistent design (405 and linux)Stefan Roese2005-08-081-2/+2
| | | | Patch by Stefan Roese, 08 Aug 2005
* Add support for AMCC Bamboo PPC440EP eval boardStefan Roese2005-08-041-15/+12
| | | | Patch by Stefan Roese, 04 Aug 2005
* Add support for AMCC PPC440EP/GR eval boards Yosemite and Yellowstone.Stefan Roese2005-08-011-12/+18
| | | | Patch by Steven Blakeslee, 27 Jul 2005
* Fix bug in 405 ethernet driver; allocated data not cleared!stroese2004-07-021-0/+2
|
* * Fix flash parameters passed to Linux for PPChameleon boardwdenk2004-06-171-0/+2
| | | | * Remove eth_init() from lib_arm/board.c; it's done in net.net.c.
* Add support for the second Ethernet interface for the 'PPChameleon' board.wdenk2004-06-061-351/+486
|
* Patch by Travis Sawyer, 30 Dec 2003:wdenk2004-02-061-1/+2
| | | | | | | Add support for IBM PPC440GX. Multiple EMAC Ethernet devices, select MDI port based on enabled EMAC device. Add support for XES Inc <http://www.xes-inc.com> XPedite1000 440GX base PrPMC board.
* * Patch by Andre Schwarz, 24 Nov 2003:wdenk2003-12-071-0/+11
| | | | | | | | | | add support for mvblue (mvBlueLYNX and mvBlueBOX) boards * Patch by Pavel Bartusek, 21 Nov 2003: set ZMII bridge speed on 440 * Patch by Anders Larsen, 17 Nov 2003: Fix mismatched #ifdef / #endif in include/asm-arm/arch-pxa/hardware.h
* * Patch by Gleb Natapov, 19 Sep 2003:wdenk2003-12-061-1/+1
| | | | | | | | Move most of the timer interrupt related PPC code to ppc_lib/interrupts.c * Patch by Anders Larsen, 17 Sep 2003: Bring ARM memory layout in sync with the documentation: stack and malloc-heap are now located _below_ the U-Boot code
* * Add support for USB Mass Storage Devices (BBB)wdenk2003-09-101-7/+7
| | | | | | (tested with USB memory sticks only) * Avoid flicker on TRAB's VFD
* * Code cleanup:wdenk2003-06-271-38/+38
| | | | | | | | | - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
* * Patch by Vladimir Gurevich, 04 Jun 2003:wdenk2003-06-051-13/+54
| | | | make ppc405 ethernet driver compatible with CONFIG_NET_MULTI option
* PPC405EP support added.stroese2003-05-231-3/+3
|
* Initial revisionwdenk2002-11-031-0/+867