summaryrefslogtreecommitdiffstats
path: root/cpu
Commit message (Expand)AuthorAgeFilesLines
* at91: move dataflash spi driver to drivers/spiJean-Christophe PLAGNIOL-VILLARD2009-04-042-158/+0
* at91: move usb driver to drivers/usbJean-Christophe PLAGNIOL-VILLARD2009-04-042-81/+0
* at91rm9200: Reset updateJean-Christophe PLAGNIOL-VILLARD2009-04-041-10/+4
* at91rm9200: move serial shutdown code to serial driversJean-Christophe PLAGNIOL-VILLARD2009-04-041-10/+3
* at91rm9200: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2009-04-042-114/+1
* Add support for the AT91RM9200EK Board.Ulf Samuelsson2009-04-041-3/+1
* at91: rename DATAFLASH_MMC_SELECT to CONFIG_DATAFLASH_MMC_SELECTJean-Christophe PLAGNIOL-VILLARD2009-04-041-0/+5
* at91sam9/at91cap: spi init add hardware chip select supportJean-Christophe PLAGNIOL-VILLARD2009-04-045-27/+136
* PQ2FADS: Enable PCI.Scott Wood2009-04-041-0/+2
* Blackfin: do not delay on output bytesMike Frysinger2009-04-021-4/+0
* Blackfin: fix crash when booting from external memoryMike Frysinger2009-04-022-0/+11
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2009-04-0231-3668/+251
|\
| * OMAP: use {read,write}l to access timer registersLadislav Michl2009-03-301-12/+9
| * OMAP: rename timer divisorLadislav Michl2009-03-304-4/+4
| * OMAP: reindent timer codeLadislav Michl2009-03-301-11/+8
| * s3c2410: move nand driver to drivers/mtd/nandJean-Christophe PLAGNIOL-VILLARD2009-03-302-180/+1
| * s3c24x0: move i2c driver to drivers/i2cJean-Christophe PLAGNIOL-VILLARD2009-03-302-448/+1
| * s3c24x0: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2009-03-302-306/+1
| * davinci: move i2c driver to drivers/i2cJean-Christophe PLAGNIOL-VILLARD2009-03-302-335/+1
| * davinci: move nand driver to drivers/mtd/nandJean-Christophe PLAGNIOL-VILLARD2009-03-302-476/+1
| * imx: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2009-03-302-228/+1
| * arm720t/clps7111: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2009-03-292-126/+1
| * lpc2292: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2009-03-291-77/+0
| * ks8695: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2009-03-292-118/+1
| * s3c64xx: move usb driver to drivers/usbJean-Christophe PLAGNIOL-VILLARD2009-03-292-46/+0
| * imx31: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2009-03-292-233/+1
| * netarm: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2009-03-292-201/+1
| * sa1100: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2009-03-292-161/+1
| * s3c44b0: extract cache from cpu.cJean-Christophe PLAGNIOL-VILLARD2009-03-293-63/+92
| * s3c44b0: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2009-03-292-219/+1
| * s3c44b0: move rtc driver to drivers/rtcJean-Christophe PLAGNIOL-VILLARD2009-03-291-77/+0
| * s3c44b0: move i2c driver to drivers/i2cJean-Christophe PLAGNIOL-VILLARD2009-03-291-291/+0
| * s3c4510b: move specific code to soc directoryJean-Christophe PLAGNIOL-VILLARD2009-03-293-62/+132
* | 85xx: Introduce determine_mp_bootpg() helper.Kumar Gala2009-04-013-23/+16
* | 86xx: Cleanup MP supportKumar Gala2009-04-016-52/+49
* | MPC85xx: Add MPC8569 CPU supportHaiying Wang2009-03-303-0/+52
* | 85xx: Add support for additional e500mc featuresKumar Gala2009-03-304-1/+94
* | fsl-ddr: add the DDR3 SPD infrastructureDave Liu2009-03-306-48/+758
* | fsl-ddr: Fix two bugs in the ddr infrastructureDave Liu2009-03-301-1/+4
|/
* ppc: cleanup compiler errors/warningsHeiko Schocher2009-03-271-0/+1
* Merge branch 'master' of git://git.denx.de/u-boot-at91Wolfgang Denk2009-03-2617-3/+1035
|\
| * at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.Nicolas Ferre2009-03-222-2/+7
| * at91sam9/at91cap: move common macb initialisation to cpuJean-Christophe PLAGNIOL-VILLARD2009-03-224-0/+174
| * at91sam9/at91cap: move common usb host initialisation to cpuJean-Christophe PLAGNIOL-VILLARD2009-03-222-0/+36
| * at91sam9/at91cap: move common led management to cpuJean-Christophe PLAGNIOL-VILLARD2009-03-222-0/+65
| * at91sam9/at91cap: move common spi initialisation to cpuJean-Christophe PLAGNIOL-VILLARD2009-03-226-5/+372
| * at91sam9/at91cap: move common serial initialisation to cpuJean-Christophe PLAGNIOL-VILLARD2009-03-226-1/+386
* | mpc5200: suppress printf until console initializedJon Smirl2009-03-251-10/+20
* | Blackfin: put memory into self-refresh before/after programming clocksMike Frysinger2009-03-232-82/+190
* | Blackfin: do not program voltage regulator on parts that do not have oneMike Frysinger2009-03-231-3/+20
OpenPOWER on IntegriCloud