aboutsummaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)AuthorFilesLines
2009-04-30Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk6-151/+122
2009-04-29at91: fixed plla calc when no USB support is activeDaniel Gorsulowski1-1/+1
2009-04-29arm925t: Fix CONFIG_SYS_HZ to 1000Ladislav Michl1-64/+24
2009-04-29OMAP3: Print correct silicon revisionSanjeev Premi3-11/+27
2009-04-29OMAP3: Remove unused board-typesSanjeev Premi1-17/+0
2009-04-29OMAP3: Use functions print_cpuinfo() and checkboard()Sanjeev Premi2-60/+72
2009-04-28Replace __asm references with __asm__Peter Tyser1-1/+1
2009-04-28Replace __attribute references with __attribute__Peter Tyser6-19/+20
2009-04-27Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk1-2/+2
2009-04-2483xx: searching "muram-data" by compatible propertyHeiko Schocher1-2/+2
2009-04-24Merge branch 'master' of git://git.denx.de/u-boot-at91Wolfgang Denk7-42/+276
2009-04-16at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000Jean-Christophe PLAGNIOL-VILLARD1-38/+44
2009-04-16at91: add support for the PM9263 board of Ronetix GmbHIlko Iliev4-4/+14
2009-04-16at91sam9/at91cap: improve clock frameworkJean-Christophe PLAGNIOL-VILLARD3-0/+218
2009-04-16ppc4xx: Add "booting from NAND" to 4xx NAND-booting targetsStefan Roese1-1/+5
2009-04-06Blackfin: audit UART for all known anomaliesMike Frysinger2-2/+21
2009-04-06Blackfin: add check for anomaly 05000362Mike Frysinger1-0/+9
2009-04-06Blackfin: add comment about anomaly 05000430 avoidanceMike Frysinger1-0/+2
2009-04-06Blackfin: add workaround for anomaly 05000242Mike Frysinger1-1/+1
2009-04-06Blackfin: add workaround for anomaly 05000171Mike Frysinger1-0/+4
2009-04-05Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk16-1142/+108
2009-04-05arm: unify reset commandJean-Christophe PLAGNIOL-VILLARD14-131/+0
2009-04-05arm: clean cache managementJean-Christophe PLAGNIOL-VILLARD13-620/+103
2009-04-05arm: update co-processor 15 accessJean-Christophe PLAGNIOL-VILLARD12-533/+154
2009-04-05mpc5200: reduce delays in i2cJon Smirl1-3/+3
2009-04-05OMAP: Fix compile issueSanjeev Premi1-1/+1
2009-04-05Move machine specific code to board at s3c64xx (v2)Kyungmin Park1-7/+0
2009-04-05Update CHANGELOG, coding style cleanup.Wolfgang Denk2-2/+0
2009-04-04mpc8260: Fill in brg's clock-frequency in device tree.Scott Wood1-0/+3
2009-04-04at91: move dataflash spi driver to drivers/spiJean-Christophe PLAGNIOL-VILLARD2-158/+0
2009-04-04at91: move usb driver to drivers/usbJean-Christophe PLAGNIOL-VILLARD2-81/+0
2009-04-04at91rm9200: Reset updateJean-Christophe PLAGNIOL-VILLARD1-10/+4
2009-04-04at91rm9200: move serial shutdown code to serial driversJean-Christophe PLAGNIOL-VILLARD1-10/+3
2009-04-04at91rm9200: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-114/+1
2009-04-04Add support for the AT91RM9200EK Board.Ulf Samuelsson1-3/+1
2009-04-04at91: rename DATAFLASH_MMC_SELECT to CONFIG_DATAFLASH_MMC_SELECTJean-Christophe PLAGNIOL-VILLARD1-0/+5
2009-04-04at91sam9/at91cap: spi init add hardware chip select supportJean-Christophe PLAGNIOL-VILLARD5-27/+136
2009-04-04PQ2FADS: Enable PCI.Scott Wood1-0/+2
2009-04-02Blackfin: do not delay on output bytesMike Frysinger1-4/+0
2009-04-02Blackfin: fix crash when booting from external memoryMike Frysinger2-0/+11
2009-04-02Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk31-3668/+251
2009-04-0185xx: Introduce determine_mp_bootpg() helper.Kumar Gala3-23/+16
2009-04-0186xx: Cleanup MP supportKumar Gala6-52/+49
2009-03-30MPC85xx: Add MPC8569 CPU supportHaiying Wang3-0/+52
2009-03-3085xx: Add support for additional e500mc featuresKumar Gala4-1/+94
2009-03-30fsl-ddr: add the DDR3 SPD infrastructureDave Liu6-48/+758
2009-03-30fsl-ddr: Fix two bugs in the ddr infrastructureDave Liu1-1/+4
2009-03-30OMAP: use {read,write}l to access timer registersLadislav Michl1-12/+9
2009-03-30OMAP: rename timer divisorLadislav Michl4-4/+4
2009-03-30OMAP: reindent timer codeLadislav Michl1-11/+8