summaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)Author
2008-11-09Moved initialization of QE Ethernet controller to cpu_eth_init()Ben Warren
2008-11-09Moved initialization of FCC Ethernet controller to cpu_eth_initBen Warren
2008-11-09Fix typo in cpu/mpc85xx/cpu.cBen Warren
2008-11-09net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_initShinya Kuribayashi
2008-11-09Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()Ben Warren
2008-11-09Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk
2008-11-09Merge branch 'master' of git://git.denx.de/u-boot-coldfireWolfgang Denk
2008-11-04Change to use "do_div" macroTomohiro Masubuchi
2008-11-04ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directoryRoman Mashak
2008-11-03ColdFire: Fix compilation errorTsiChung Liew
2008-11-03ColdFire: Add MCF5301x CPU and M53017EVB supportTsiChung Liew
2008-11-03ColdFire: Add SBF support for M52277EVBTsiChung Liew
2008-11-03ColdFire: Relocate FEC's GPIO and mii functions protocolsTsiChung Liew
2008-11-03ColdFire: Modules header files cleanupTsiChung Liew
2008-11-02Consolidate MAX/MIN definitionsAndy Fleming
2008-11-01Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk
2008-10-3174xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cacheDave Liu
2008-10-30Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk
2008-10-30mpc83xx pci: Round up memory size in inbound window.Scott Wood
2008-10-30Merge branch 'master' of git://git.denx.de/u-boot-mpc86xxWolfgang Denk
2008-10-3086xx: remove the redundant r2 global data pointer saveDave Liu
2008-10-3086xx: remove the unused code for 86xx familyDave Liu
2008-10-3086xx: Move the clear_tlbs before MMU turn onDave Liu
2008-10-29Make Freescale local bus registers available for both 83xx and 85xx.Haiying Wang
2008-10-28i386: Renamed show_boot_progress in assembler codeGraeme Russ
2008-10-27Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk
2008-10-2485xx: Fix the incorrect register used for DDR erratum1Dave Liu
2008-10-2485xx: Add basic e500mc core supportKumar Gala
2008-10-2485xx: Use CONFIG_SYS_CACHELINE_SIZE instead of magic numberKumar Gala
2008-10-24ppc4xx: Generic architecture for xilinx ppc405(v3)Ricardo Ribalda Delgado
2008-10-23Blackfin: fix up UART status bit handlingMike Frysinger
2008-10-23Blackfin: small cpu init optimization while setting interrupt maskMike Frysinger
2008-10-23Blackfin: set initial stack correctly according to Blackfin ABIMike Frysinger
2008-10-23Blackfin: make baud calculation more accurateMike Frysinger
2008-10-23Blackfin: decode hwerrcause/excause when crashingMike Frysinger
2008-10-23Blackfin: fix register dump messagesMike Frysinger
2008-10-23Blackfin: don't bother displaying reboot msg when crashingMike Frysinger
2008-10-23Blackfin: enable support for nested interruptsMike Frysinger
2008-10-23Blackfin: drop unused cache flush codeMike Frysinger
2008-10-23Blackfin: unify cache handling codeMike Frysinger
2008-10-23Blackfin: only enable hardware error irq by defaultMike Frysinger
2008-10-21mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig functionRichard Retanubun
2008-10-21mpc83xx: serdes: add forgotten shifts for rfcksAnton Vorontsov
2008-10-21Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk
2008-10-21ppc4xx: Correctly setup ranges property in ebc nodeStefan Roese
2008-10-21ppc4xx: Add routine to retrieve CPU numberAdam Graham
2008-10-21ppc4xx: Add static support for 44x IBM SDRAM ControllerAdam Graham
2008-10-21Cleanup: fix "MHz" spellingWolfgang Denk
2008-10-21Use strmhz() to format clock frequenciesWolfgang Denk
2008-10-21Merge git://git.denx.de/u-boot into x1Markus Klotzbuecher