Commit message (Expand) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Blackfin: fix crash when booting from external memory | Mike Frysinger | 2009-04-02 | -0/+11 | |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2009-04-02 | -3668/+251 | |
|\ | |||||
| * | OMAP: use {read,write}l to access timer registers | Ladislav Michl | 2009-03-30 | -12/+9 | |
| * | OMAP: rename timer divisor | Ladislav Michl | 2009-03-30 | -4/+4 | |
| * | OMAP: reindent timer code | Ladislav Michl | 2009-03-30 | -11/+8 | |
| * | s3c2410: move nand driver to drivers/mtd/nand | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-30 | -180/+1 | |
| * | s3c24x0: move i2c driver to drivers/i2c | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-30 | -448/+1 | |
| * | s3c24x0: move serial driver to drivers/serial | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-30 | -306/+1 | |
| * | davinci: move i2c driver to drivers/i2c | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-30 | -335/+1 | |
| * | davinci: move nand driver to drivers/mtd/nand | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-30 | -476/+1 | |
| * | imx: move serial driver to drivers/serial | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-30 | -228/+1 | |
| * | arm720t/clps7111: move serial driver to drivers/serial | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-29 | -126/+1 | |
| * | lpc2292: move serial driver to drivers/serial | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-29 | -77/+0 | |
| * | ks8695: move serial driver to drivers/serial | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-29 | -118/+1 | |
| * | s3c64xx: move usb driver to drivers/usb | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-29 | -46/+0 | |
| * | imx31: move serial driver to drivers/serial | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-29 | -233/+1 | |
| * | netarm: move serial driver to drivers/serial | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-29 | -201/+1 | |
| * | sa1100: move serial driver to drivers/serial | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-29 | -161/+1 | |
| * | s3c44b0: extract cache from cpu.c | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-29 | -63/+92 | |
| * | s3c44b0: move serial driver to drivers/serial | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-29 | -219/+1 | |
| * | s3c44b0: move rtc driver to drivers/rtc | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-29 | -77/+0 | |
| * | s3c44b0: move i2c driver to drivers/i2c | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-29 | -291/+0 | |
| * | s3c4510b: move specific code to soc directory | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-29 | -62/+132 | |
* | | 85xx: Introduce determine_mp_bootpg() helper. | Kumar Gala | 2009-04-01 | -23/+16 | |
* | | 86xx: Cleanup MP support | Kumar Gala | 2009-04-01 | -52/+49 | |
* | | MPC85xx: Add MPC8569 CPU support | Haiying Wang | 2009-03-30 | -0/+52 | |
* | | 85xx: Add support for additional e500mc features | Kumar Gala | 2009-03-30 | -1/+94 | |
* | | fsl-ddr: add the DDR3 SPD infrastructure | Dave Liu | 2009-03-30 | -48/+758 | |
* | | fsl-ddr: Fix two bugs in the ddr infrastructure | Dave Liu | 2009-03-30 | -1/+4 | |
|/ | |||||
* | ppc: cleanup compiler errors/warnings | Heiko Schocher | 2009-03-27 | -0/+1 | |
* | Merge branch 'master' of git://git.denx.de/u-boot-at91 | Wolfgang Denk | 2009-03-26 | -3/+1035 | |
|\ | |||||
| * | at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC. | Nicolas Ferre | 2009-03-22 | -2/+7 | |
| * | at91sam9/at91cap: move common macb initialisation to cpu | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-22 | -0/+174 | |
| * | at91sam9/at91cap: move common usb host initialisation to cpu | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-22 | -0/+36 | |
| * | at91sam9/at91cap: move common led management to cpu | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-22 | -0/+65 | |
| * | at91sam9/at91cap: move common spi initialisation to cpu | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-22 | -5/+372 | |
| * | at91sam9/at91cap: move common serial initialisation to cpu | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-22 | -1/+386 | |
* | | mpc5200: suppress printf until console initialized | Jon Smirl | 2009-03-25 | -10/+20 | |
* | | Blackfin: put memory into self-refresh before/after programming clocks | Mike Frysinger | 2009-03-23 | -82/+190 | |
* | | Blackfin: do not program voltage regulator on parts that do not have one | Mike Frysinger | 2009-03-23 | -3/+20 | |
* | | Blackfin: setup a sane default EBIU_SDBCTL for SDRAM controllers | Mike Frysinger | 2009-03-23 | -0/+33 | |
* | | Blackfin: handle reboot anomaly 432 | Mike Frysinger | 2009-03-23 | -0/+6 | |
* | | Blackfin: kill off LDR jump block | Mike Frysinger | 2009-03-23 | -7/+5 | |
* | | Blackfin: simplify symbol_lookup() a bit | Mike Frysinger | 2009-03-23 | -1/+1 | |
* | | Blackfin: mark bfin_reset static | Mike Frysinger | 2009-03-23 | -1/+1 | |
* | | Blackfin: fix jtag console tstc | Mike Frysinger | 2009-03-23 | -4/+11 | |
* | | Merge branch 'mimc200' | Haavard Skinnemoen | 2009-03-23 | -321/+432 | |
|\ \ | |/ |/| | |||||
| * | AVR32: Make cacheflush cpu-dependent | Olav Morken | 2009-02-23 | -1/+1 | |
| * | Merge branch 'cleanups' into next | Haavard Skinnemoen | 2009-02-23 | -320/+431 | |
| |\ | |||||
| | * | Merge branch 'fixes' into cleanups | Haavard Skinnemoen | 2008-12-17 | -7169/+7620 | |
| | |\ |