aboutsummaryrefslogtreecommitdiff
path: root/cpu/ppc4xx/4xx_enet.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-10/+10
2008-09-08ppc4xx: Remove CONFIG_CS8952_PHY defineStefan Roese1-2/+0
2008-09-08ppc4xx: Fix compilation warning for PIP405Stefan Roese1-6/+5
2008-09-05ppc4xx: Add support for GPCS, SGMII and M88E1112 PHYVictor Gallardo1-2/+157
2008-07-11ppc4xx: Rework 440GX UIC handlingStefan Roese1-3/+6
2008-07-11ppc4xx: Consolidate PPC4xx UIC definesStefan Roese1-292/+116
2008-07-11ppc4xx: Consolidate PPC4xx UIC definesStefan Roese1-1/+0
2008-07-11ppc4xx: Add MII mode support to the EMAC RGMII BridgeGrant Erickson1-11/+69
2008-07-10ppc4xx: Fix printf format warnings now visible with the updated format checkStefan Roese1-1/+1
2008-04-18Fix crash on sequoia in ppc_4xx_eth_initAnatolij Gustschin1-0/+4
2008-04-03ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3Stefan Roese1-3/+13
2008-03-27ppc4xx: Fix compilation warning in 4xx_enet.cStefan Roese1-7/+6
2008-03-27ppc4xx: Add AMCC Glacier 406GT eval board supportStefan Roese1-3/+48
2008-03-15ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)Stefan Roese1-70/+299
2008-03-02ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1Stefan Roese1-2/+3
2008-03-02ppc4xx: Fix problem in 4xx_enet.c driverAnatolij Gustschin1-1/+9
2008-01-09ppc4xx: Move cpu/ppc4xx/vecnum.h into include pathMatthias Fuchs1-1/+1
2008-01-08ppc4xx: Return 0 on success in 4xx ethernet driverStefan Roese1-2/+3
2007-12-27ppc4xx: fix flush + invalidate_dcache_range argumentsMatthias Fuchs1-3/+3
2007-11-09ppc4xx: Remove redundant code from 4xx network driverMatthias Fuchs1-5/+3
2007-10-31ppc4xx: Change 4xx ethernet driver to handle cached memory tooStefan Roese1-75/+62
2007-10-31ppc4xx: Change autonegotiation timeout from 4 to 5 secondsStefan Roese1-1/+1
2007-10-31ppc4xx: Change 4xx_enet & miiphy to use out_be32() and friendsStefan Roese1-59/+59
2007-10-31ppc4xx: Add initial AMCC Haleakala PPC405EXr eval board supportStefan Roese1-0/+10
2007-10-31ppc4xx: Fix small merge problem in 4xx_enet.cStefan Roese1-1/+1
2007-10-31ppc4xx: Add PPC405EX supportStefan Roese1-24/+89
2007-10-02ppc4xx: Coding style cleanupStefan Roese1-7/+7
2007-10-02Program EPLD to force full duplex mode for PHY.Grzegorz Bernacki1-4/+8
2007-08-14Merge with git://www.denx.de/git/u-boot.gitStefan Roese1-5/+5
2007-07-12ppc4xx: Change receive buffer handling in the 4xx emac driverStefan Roese1-3/+5
2007-07-09cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-5/+5
2007-07-04cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-4/+4
2007-05-05Coding stylke cleanup; update CHANGELOG.Wolfgang Denk1-2/+2
2007-04-24ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content.Matthias Fuchs1-9/+21
2007-03-21[PATCH] Add AMCC PPC405EZ supportStefan Roese1-0/+3
2007-01-18[PATCH] Add support for AMCC Taishan PPC440GX eval boardStefan Roese1-63/+76
2006-11-27Merge with /home/sr/git/u-boot/denx-alpr-merge-testWolfgang Denk1-19/+3
2006-11-27[PATCH] 4xx_enet.c: Correct the setting of zmiifer registerStefan Roese1-4/+4
2006-11-27[PATCH] Remove testing 4xx enet PHY setupStefan Roese1-16/+1
2006-11-27[PATCH] Update Prodrive ALPR board support (440GX)Stefan Roese1-3/+2
2006-09-13Add support for AMCC Rainier PPX440GRx eval boardStefan Roese1-1/+1
2006-09-07Add support for AMCC Sequoia PPC440EPx eval boardStefan Roese1-33/+151
2006-06-30Add support for AMCC 440SPe CPU based eval board (Yucca).Marian Balakowicz1-18/+60
2005-11-29Add support for AMCC 440SP, add support for AMCC Luan 440SP eval board.Stefan Roese1-26/+49
2005-10-29Merge with /home/m8/git/u-bootWolfgang Denk1-20/+36
2005-10-28Add support for multiple PHYs.Marian Balakowicz1-21/+36
2005-10-20Add NetConsole Support for AMCC eval boardsStefan Roese1-5/+18
2005-10-18Fix NetConsole support on 4xx (only print eth link on 1st transfer)Stefan Roese1-0/+2
2005-10-10Fix problem in ppc4xx eth-driver without ethaddr (only withoutStefan Roese1-4/+10
2005-09-25Add support for AMD's Pb1x00 eval board;Wolfgang Denk1-82/+82