aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-11-18Merge branch 'master' of git://git.denx.de/u-boot-mpc86xxWolfgang Denk17-278/+721
2008-11-11mpc8641: fix address-cells default in old .dts detectionBecky Bruce1-3/+3
2008-11-10lib_ppc: Move trap_init to occur earlierBecky Bruce1-5/+5
2008-11-10mpc8641: Try to detect old .dts filesBecky Bruce2-0/+30
2008-11-10toplevel Makefile: Add MPC8641HPCN_36BIT targetBecky Bruce1-1/+7
2008-11-10mpc8641: Support 36-bit physical addressingBecky Bruce4-53/+192
2008-11-10mpc8641: Change 32-bit memory mapBecky Bruce5-68/+75
2008-11-10mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLYBecky Bruce4-11/+39
2008-11-10mpc86xx: Use SRR0/1/rfi to enable address translation, not blrBecky Bruce1-11/+8
2008-11-10mpc8641: make DIAG_ADDR == FLASH_BASEBecky Bruce1-1/+1
2008-11-10mpc8641: Drop imaginary second flash bank, map 8MBBecky Bruce2-28/+15
2008-11-10mpc8641: only define CONFIG_ENV_SIZE onceBecky Bruce1-2/+1
2008-11-10mpc86xx: Move setup_bats into cpu_init_fBecky Bruce2-5/+4
2008-11-10mpc8641: Remove extra "0" from BR2 defineBecky Bruce1-1/+1
2008-11-10Merge commit 'wd/master'Jon Loeliger156-8536/+7619
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-04powerpc: change 86xx SMP boot methodBecky Bruce10-73/+298
2008-11-038641HPCN: Config file cleanupBecky Bruce1-5/+15
2008-11-0386xx: Make dram_size a phys_size_tBecky Bruce2-6/+6
2008-11-03powerpc 86xx: Handle CCSR relocation earlierBecky Bruce2-16/+37
2008-11-03mpc8641: Make PCI and RIO mutually exclusive, fix non-PCI buildBecky Bruce3-17/+38
2008-11-03mpc8641: Stop supporting non-PCI_PNP configsBecky Bruce2-27/+1
2008-11-03ColdFire: Fix M5329EVB and M5373EVB nand issueTsiChung Liew2-43/+31