aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-11-09drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver.Richard Retanubun1-0/+79
2008-11-09ColdFire: Add mii driver in drivers/netTsiChung Liew3-17/+326
2008-11-09Moved initialization of PPC4xx EMAC to cpu_eth_init()Ben Warren3-4/+15
2008-11-09Moved PPC4xx EMAC driver to drivers/netBen Warren21-20/+19
2008-11-09Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMACBen Warren51-12/+53
2008-11-09Moved initialization of MPC8XX SCC to cpu_eth_init()Ben Warren3-4/+5
2008-11-09Moved initialization of MPC8220 FEC to cpu_eth_init()Ben Warren4-4/+16
2008-11-09Moved initialization of QE Ethernet controller to cpu_eth_init()Ben Warren4-20/+38
2008-11-09Moved initialization of FCC Ethernet controller to cpu_eth_initBen Warren5-6/+31
2008-11-09Fix typo in cpu/mpc85xx/cpu.cBen Warren1-1/+1
2008-11-09net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_initShinya Kuribayashi4-5/+11
2008-11-09Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()Ben Warren3-4/+10
2008-11-09xilinx_emaclite buffer overrunClive Stubbings1-1/+1
2008-11-09NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg.richardretanubun1-3/+43
2008-11-09Adds two more ethernet interface to 83xxrichardretanubun1-0/+8
2008-11-09Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk5-37/+47
2008-11-09Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk5-37/+47
2008-11-09Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk15-30/+619
2008-11-09Merge branch 'master' of git://git.denx.de/u-boot-at91Wolfgang Denk15-30/+619
2008-11-09Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk106-7701/+4335
2008-11-09Merge branch 'master' of git://git.denx.de/u-boot-coldfireWolfgang Denk106-7701/+4335
2008-11-07AT91: Replace AT91_BASE_EMAC by the board specific values.Stelian Pop5-7/+4
2008-11-07AT91: Replace (undefined) AT91_ID_US* by the board specific values.Stelian Pop6-18/+18
2008-11-04Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejsJean-Christophe PLAGNIOL-VILLARD1-9/+9
2008-11-04Custom AFEB9260 board supportSergey Lapin9-0/+592
2008-11-04Change to use "do_div" macroTomohiro Masubuchi1-13/+45
2008-11-04ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directoryRoman Mashak3-2/+2
2008-11-04ARM/Versatile port: Removed unused functionsRoman Mashak1-22/+0
2008-11-03ColdFire: Fix M5329EVB and M5373EVB nand issueTsiChung Liew2-43/+31
2008-11-03ColdFire: Fix compilation errorTsiChung Liew3-9/+9
2008-11-03ColdFire: Add MCF5301x CPU and M53017EVB supportTsiChung Liew16-49/+2003
2008-11-03ColdFire: Add SBF support for M52277EVBTsiChung Liew12-62/+843
2008-11-03ColdFire: Use CFI driver for M5272C3TsiChung Liew3-383/+11
2008-11-03ColdFire: Relocate FEC's GPIO and mii functions protocolsTsiChung Liew7-12/+197
2008-11-03ColdFire: Remove platforms mii.c fileTsiChung Liew28-4343/+14
2008-11-03ColdFire: Modules header files cleanupTsiChung Liew41-2784/+1498
2008-11-03ColdFire: Remove linker fileTsiChung Liew2-287/+0
2008-11-02ppc: Fix compile warnings when !CONFIG_OF_LIBFDTPeter Tyser1-2/+3
2008-11-02common/Makefile: create others group for non core, environment and command filesJean-Christophe PLAGNIOL-VILLARD1-2/+5
2008-11-02TQM8260: use CFI flash driver instead of custom driver.Wolfgang Denk3-498/+8
2008-11-02Consolidate MAX/MIN definitionsAndy Fleming7-22/+3
2008-11-02mgsuvd: remove unused defines in config file.Heiko Schocher1-3/+0
2008-11-02Coding Style cleanup, update CHANGELOGWolfgang Denk21-241/+2599
2008-11-01Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk6-79/+67
2008-11-01Merge branch 'master' of git://git.denx.de/u-boot-shWolfgang Denk41-7/+7
2008-11-01Merge branch 'master' of git://git.denx.de/u-boot-cfi-flashWolfgang Denk1-1/+2
2008-11-01Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk14-284/+372
2008-11-01Merge branch 'master' of git://git.denx.de/u-boot-fdtWolfgang Denk2-6/+12
2008-11-01Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk59-805/+427
2008-10-31NAND: Allow NAND and OneNAND to coexistAlessandro Rubini1-69/+1