aboutsummaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)AuthorFilesLines
2009-01-27Merge branch 'master' of git://git.denx.de/u-boot-mipsWolfgang Denk1-0/+28
2009-01-27MIPS: Add flush_dcache_range() and invalidate_dcache_range()Stefan Roese1-0/+28
2009-01-26ppc4xx: Improve DDR autodetectDirk Eibach1-5/+50
2009-01-24mgcoge make ether_scc.c work with CONFIG_NET_MULTIGary Jennejohn3-12/+49
2009-01-24sh: sh_eth: Change new network APINobuhiro Iwamatsu1-0/+8
2009-01-24Initial support for Nomadik 8815 development boardAlessandro Rubini3-0/+254
2009-01-24OMAP3: Add common board, interrupt and system infoDirk Behme3-0/+895
2009-01-24OMAP3: Add common clock, memory and low level codeDirk Behme4-0/+1098
2009-01-24OMAP3: Add common cpu and start codeDirk Behme6-0/+922
2009-01-24Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk6-36/+78
2009-01-24Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk5-43/+376
2009-01-24Remove #ifdef CONFIG_SC520 in source codeGraeme Russ1-4/+0
2009-01-24Added MMCR reset functionalityGraeme Russ1-0/+10
2009-01-24Moved generic (triple fault) reset codeGraeme Russ2-16/+17
2009-01-24Moved definition of set_vector() to new header fileGraeme Russ1-1/+2
2009-01-24Renamed cpu/i386/reset.S to resetvec.SGraeme Russ2-2/+2
2009-01-23Merge branch 'next'Kim Phillips5-43/+376
2009-01-23Add secondary CPUs processor frequency for e500 coreHaiying Wang3-8/+24
2009-01-23fsl-ddr: use the 1T timing as default configurationDave Liu1-1/+1
2009-01-23fsl-ddr: make the self refresh idle threshold configurableDave Liu1-4/+8
2009-01-23fsl-ddr: clean up the ddr code for DDR3 controllerDave Liu1-11/+13
2009-01-23fsl-ddr: update the bit mask for DDR3 controllerDave Liu1-4/+8
2009-01-2385xx: Convert CONFIG_SYS_PCI*_IO_BASE to _IO_BUS for FSL boardsKumar Gala1-4/+12
2009-01-2385xx: Convert CONFIG_SYS_{PCI*,RIO*}_MEM_BASE to _MEM_BUS for FSL boardsKumar Gala1-4/+12
2009-01-23microblaze: Use cache functions (especially cache status)Michal Simek1-3/+0
2009-01-2183xx: Use the proper sequence for updating IMMR.Scott Wood1-3/+15
2009-01-21mpc83xx: Add support for MPC83xx PCI-E controllersAnton Vorontsov3-2/+317
2009-01-2183xx: PCI agent mode fixes for multi-board systemsIra Snyder1-0/+5
2009-01-21mpc83xx: Size optimization of start.SRon Madrid1-38/+39
2009-01-16sh: Fix up rsk7203 target for out of tree buildKieran Bingham1-8/+13
2009-01-14cpu/mpc824x/Makefile: fix warning with parallel buildsWolfgang Denk1-1/+1
2009-01-14Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk1-1/+5
2009-01-13Change DDR tlb start entry to CONFIG param for 85xxHaiying Wang1-1/+5
2009-01-12MPC86xx: fix build warningsWolfgang Denk2-3/+1
2009-01-06at91rm9200: move define from lowlevel_init to headerJean-Christophe PLAGNIOL-VILLARD1-48/+22
2009-01-06at91rm9200: rename lowlevel init value to CONFIG_SYS_Jean-Christophe PLAGNIOL-VILLARD1-44/+44
2008-12-19mpc8[56]xx: Put localbus clock in sysinfo and gdTrent Piepho4-44/+55
2008-12-19mpc86xx: Double local bus clock dividerTrent Piepho1-0/+1
2008-12-19mpc8568: Double local bus clock dividerTrent Piepho1-2/+2
2008-12-1985xx: Fix the boot window issueDave Liu1-8/+8
2008-12-19Set IVPR to kenrel entry point in second core boot pageHaiying Wang1-0/+1
2008-12-19mpc8xxx: LCRR[CLKDIV] is sometimes five bitsTrent Piepho2-2/+2
2008-12-19mpc8[56]xx: Put localbus clock in device treeTrent Piepho2-1/+16
2008-12-1985xx: Add support to populate addr map based on TLB settingsKumar Gala1-0/+34
2008-12-16Coding style cleanup, update CHANGELOG.Wolfgang Denk4-5/+2
2008-12-15i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functionsTimur Tabi11-194/+0
2008-12-14Fix new found CFG_Jean-Christophe PLAGNIOL-VILLARD2-2/+2
2008-12-13Remove compiler warning: target CPU does not support interworkingSergei Poselenov10-0/+10
2008-12-13Merge branch 'master' of git://git.denx.de/u-boot-mipsWolfgang Denk1-7/+25
2008-12-10MIPS: Flush data cache upon relocationStefan Roese1-7/+21