aboutsummaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-21ppc4xx: Add routine to retrieve CPU numberAdam Graham1-1/+18
2008-10-21ppc4xx: Add static support for 44x IBM SDRAM ControllerAdam Graham1-18/+53
2008-10-21Cleanup: fix "MHz" spellingWolfgang Denk10-12/+12
2008-10-21Use strmhz() to format clock frequenciesWolfgang Denk11-73/+99
2008-10-21Merge git://git.denx.de/u-boot into x1Markus Klotzbuecher291-3657/+3816
2008-10-18Merge 'next' branchWolfgang Denk290-3476/+3673
2008-10-1885xx if NUM_CPUS>1, print cpu numberEd Swarthout1-0/+5
2008-10-18Have u-boot pass stashing parameters into device treeAndy Fleming1-0/+11
2008-10-18Add debug information for DDR controller registersHaiying Wang1-0/+13
2008-10-18Check DDR interleaving modeHaiying Wang2-5/+112
2008-10-18Pass dimm parameters to populate populate controller optionsHaiying Wang4-87/+7
2008-10-18Make DDR interleaving mode work correctlyHaiying Wang2-12/+54
2008-10-1885xx: Export invalidate_{i,d}cache and add flush_dcacheKumar Gala1-0/+49
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD286-3365/+3365
2008-10-1874xx/7xx/86xx: Rename flush_data_cache to flush_dcache to match 85xx versionKumar Gala2-10/+10
2008-10-18I2C: adding new "i2c bus" Command to the I2C Subsystem.Heiko Schocher1-1/+14
2008-10-18i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver.Heiko Schocher1-0/+36
2008-10-18Adds two more ethernet interface to 83xxrichardretanubun1-1/+2
2008-10-1783xx NAND boot: wait for LTESR[CC]Lepcha Suchit1-0/+12
2008-10-17ppc4xx: PPC44x MQ initializationYuri Tikhonov1-4/+6