summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | | mpc8349itx: allow SATA boot from the onboard SIL1334Valeriy Glushkov2009-02-16-2/+21
* | | | MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by defaultBecky Bruce2009-02-23-1/+1
* | | | mpc8641hpcn: Indicate 36-bit addr map in boot messagesBecky Bruce2009-02-23-0/+3
* | | | netloop: speed up NetLoopHeiko Schocher2009-02-22-61/+91
* | | | smc911x_eeprom: new example app for managing newer SMC partsMike Frysinger2009-02-22-3/+386
* | | | Added Vitesse VSC8211 definitions to TSEC driverPieter Henning2009-02-22-0/+30
| |_|/ |/| |
* | | Update CHANGELOG; Prepare 2009.03-rc1v2009.03-rc1Wolfgang Denk2009-02-23-2/+266
* | | ARM: synchronize mach-types.h with linux v2.6.29-rc5-315-g683fdc5Wolfgang Denk2009-02-22-12/+1741
* | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2009-02-22-266/+842
|\ \ \
| * \ \ Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2009-02-22-266/+842
| |\ \ \
| | * | | OMAP3: Clean up MMC codeDirk Behme2009-02-22-90/+114
| | * | | OMAP3: Pandora: Update pin muxDirk Behme2009-02-22-6/+6
| | * | | OMAP3: Add OMAP3 auto detectionDirk Behme2009-02-22-8/+49
| | * | | OMAP3: Beagle: Add board revision detectionDirk Behme2009-02-22-1/+45
| | * | | OMAP3: Overo: Clean up pin mux and GPIO configurationDirk Behme2009-02-22-21/+11
| | * | | nmdk8815: fix onenand supportJean-Christophe PLAGNIOL-VILLARD2009-02-22-3/+2
| | * | | nomadik/nand: fix 'ecc512' discards qualifiers from pointer target typeJean-Christophe PLAGNIOL-VILLARD2009-02-22-1/+1
| | * | | davinci: fix implicit declaration of function 'davinci_errata_workarounds'Jean-Christophe PLAGNIOL-VILLARD2009-02-22-0/+1
| | * | | arm: add uart dcc supportJean-Christophe PLAGNIOL-VILLARD2009-02-22-0/+236
| | * | | ARM DaVinci: Add common peripherals and modules enable functions.Hugo Villeneuve2009-02-22-105/+101
| | * | | Enable Ethernet for Nomadik 8815 Evaluation KitAlessandro Rubini2009-02-22-1/+7
| | * | | Nand driver for Nomadik SoCAlessandro Rubini2009-02-22-10/+230
| | * | | Added nomadik.h headerAlessandro Rubini2009-02-22-22/+41
* | | | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2009-02-22-5/+31
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk2009-02-22-5/+31
| |\ \ \ \
| | * | | | r8a66597-hcd: fix cannot use external hubYoshihiro Shimoda2009-02-22-5/+31
| | |/ / /
* | | | | MIPS: Fix GCC-4.2 'discards qualifiers from pointer target type' warningsShinya Kuribayashi2009-02-22-1/+1
|/ / / /
* | | | Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk2009-02-22-2/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Blackfin: disable syscontrol code for nowMike Frysinger2009-02-21-0/+1
| * | | Blackfin: bf537-stamp: fix I2C board definesMike Frysinger2009-02-21-2/+2
* | | | Coding Style cleanup; update CHANGELOGWolfgang Denk2009-02-22-5/+370
* | | | Makefile: fix cleanupWolfgang Denk2009-02-22-1/+1
|/ / /
* | | Cleanup the comment for m68k linux boot argument passing.Richard Retanubun2009-02-21-5/+6
* | | sh: Fix rsk7203 in tree buildPeter Griffin2009-02-21-1/+1
* | | bootm: Reduce the unnecessary memmoveMinkyu Kang2009-02-21-2/+4
* | | fpga: Fix Spartan III FPGA bootingMatthias Fuchs2009-02-21-15/+7
* | | fpga: Fix Spartan II FPGA bootingMatthias Fuchs2009-02-21-21/+11
* | | drivers/serial/ns16550: move ifdef into Makefile COBJS-$(...)Mike Frysinger2009-02-21-11/+3
* | | lcd_putc bug fix for tab.Derek Ou2009-02-21-1/+1
* | | MIPS: cpu/mips/Makefile: Add a missing START lineShinya Kuribayashi2009-02-21-0/+1
* | | Enable ext2 support for TQM8xxL/M based boardsWolfgang Denk2009-02-21-0/+13
* | | ARM:PXA Use new definitions in mmc.hTom Rix2009-02-20-1/+1
* | | Reduce the scope of PXA's mmc_read/mmc_write/mmc_bread functionsAndy Fleming2009-02-20-4/+4
* | | pxa: move mmc drivers to drivers/mmcJean-Christophe PLAGNIOL-VILLARD2009-02-20-16/+38
* | | ARM:PXA Remove redefinition of mmc_cid and mmc_csd.Tom Rix2009-02-20-51/+0
* | | pxa: fixing get_timer to return time in miliseconds.Micha Kalfon2009-02-20-25/+33
* | | ARM:OMAP3 Change mmc_init to mmc_legacy_initTom Rix2009-02-19-15/+2
* | | 82xx, mgcoge: updates for 2009.03Heiko Schocher2009-02-19-4/+35
* | | 8xx, mgsuvd: updates for 2009.03Heiko Schocher2009-02-19-3/+20
* | | MMC: Don't use new framework code if not enabledDirk Behme2009-02-19-1/+2
| |/ |/|