aboutsummaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)AuthorFilesLines
2008-11-09Moved initialization of PPC4xx EMAC to cpu_eth_init()Ben Warren1-0/+14
2008-11-09Moved PPC4xx EMAC driver to drivers/netBen Warren2-2128/+0
2008-11-09Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMACBen Warren2-9/+1
2008-11-09Moved initialization of MPC8XX SCC to cpu_eth_init()Ben Warren1-0/+4
2008-11-09Moved initialization of MPC8220 FEC to cpu_eth_init()Ben Warren1-0/+13
2008-11-09Moved initialization of QE Ethernet controller to cpu_eth_init()Ben Warren2-1/+37
2008-11-09Moved initialization of FCC Ethernet controller to cpu_eth_initBen Warren3-1/+30
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 Kuribayashi2-1/+10
2008-11-09Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()Ben Warren1-0/+9
2008-11-09Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk4-15/+47
2008-11-09Merge branch 'master' of git://git.denx.de/u-boot-coldfireWolfgang Denk15-269/+1119
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-03ColdFire: Fix compilation errorTsiChung Liew3-9/+9
2008-11-03ColdFire: Add MCF5301x CPU and M53017EVB supportTsiChung Liew4-49/+304
2008-11-03ColdFire: Add SBF support for M52277EVBTsiChung Liew5-17/+541
2008-11-03ColdFire: Relocate FEC's GPIO and mii functions protocolsTsiChung Liew5-3/+185
2008-11-03ColdFire: Modules header files cleanupTsiChung Liew1-191/+80
2008-11-02Consolidate MAX/MIN definitionsAndy Fleming1-2/+0
2008-11-01Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk7-305/+128
2008-10-3174xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cacheDave Liu1-4/+4
2008-10-30Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk1-1/+1
2008-10-30mpc83xx pci: Round up memory size in inbound window.Scott Wood1-1/+1
2008-10-30Merge branch 'master' of git://git.denx.de/u-boot-mpc86xxWolfgang Denk1-16/+4
2008-10-3086xx: remove the redundant r2 global data pointer saveDave Liu1-1/+0
2008-10-3086xx: remove the unused code for 86xx familyDave Liu1-14/+0
2008-10-3086xx: Move the clear_tlbs before MMU turn onDave Liu1-1/+4
2008-10-29Make Freescale local bus registers available for both 83xx and 85xx.Haiying Wang1-1/+1
2008-10-28i386: Renamed show_boot_progress in assembler codeGraeme Russ1-10/+10
2008-10-27Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk4-5/+22
2008-10-2485xx: Fix the incorrect register used for DDR erratum1Dave Liu1-3/+6
2008-10-2485xx: Add basic e500mc core supportKumar Gala3-0/+14
2008-10-2485xx: Use CONFIG_SYS_CACHELINE_SIZE instead of magic numberKumar Gala1-2/+2
2008-10-24ppc4xx: Generic architecture for xilinx ppc405(v3)Ricardo Ribalda Delgado1-1/+2
2008-10-23Blackfin: fix up UART status bit handlingMike Frysinger1-12/+60
2008-10-23Blackfin: small cpu init optimization while setting interrupt maskMike Frysinger1-5/+2
2008-10-23Blackfin: set initial stack correctly according to Blackfin ABIMike Frysinger1-3/+3
2008-10-23Blackfin: make baud calculation more accurateMike Frysinger1-4/+4
2008-10-23Blackfin: decode hwerrcause/excause when crashingMike Frysinger1-2/+40
2008-10-23Blackfin: fix register dump messagesMike Frysinger1-1/+5
2008-10-23Blackfin: don't bother displaying reboot msg when crashingMike Frysinger1-5/+1
2008-10-23Blackfin: enable support for nested interruptsMike Frysinger1-4/+10
2008-10-23Blackfin: drop unused cache flush codeMike Frysinger2-231/+1
2008-10-23Blackfin: unify cache handling codeMike Frysinger1-35/+0
2008-10-23Blackfin: only enable hardware error irq by defaultMike Frysinger1-3/+2
2008-10-21mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig functionRichard Retanubun1-5/+0
2008-10-21mpc83xx: serdes: add forgotten shifts for rfcksAnton Vorontsov1-1/+1
2008-10-21Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk3-36/+99
2008-10-21ppc4xx: Correctly setup ranges property in ebc nodeStefan Roese1-17/+28