summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| | * TI DaVinci: Adding Copyright for DM365 EVMSandeep Paulraj2009-10-24-0/+2
| | * TI DaVinci: Fix DM6467 EVM Compilation WarningSandeep Paulraj2009-10-24-0/+2
| | * TI DaVinci: DM355 Leopard: Fix compilation warningSandeep Paulraj2009-10-24-0/+1
| | * TI OMAP3: make gpmc_config as constNishanth Menon2009-10-24-8/+5
| | * OMAP3: fix warnings when NAND/ONENAND is not usedNishanth Menon2009-10-18-1/+5
| | * OMAP3: export enable_gpmc_cs_config to board filesNishanth Menon2009-10-18-0/+2
| | * Zoom2 Fix serial gpmc setupTom Rix2009-10-18-1/+1
| | * TI DaVinci Sonata: Add Config option for 64 bit SupportSandeep Paulraj2009-10-18-0/+1
| | * TI DaVinci DVEVM: Add Config option for 64 bit SupportSandeep Paulraj2009-10-18-0/+1
| | * TI DaVinci DM365: Add Config option for 64 bit SupportSandeep Paulraj2009-10-18-0/+1
| | * TI DaVinci DM355: Add Config option for 64 bit SupportSandeep Paulraj2009-10-18-0/+1
| | * TI: OMAP3: Remove SZ_xx referencesSandeep Paulraj2009-10-18-60/+53
| | * OMAP3: Update Overo and Beagle environmentSteve Sakoman2009-10-18-16/+38
| | * TI DaVinci: Maintainer for DM355 and DM365 EVMSandeep Paulraj2009-10-18-0/+2
| | * TI: DaVinci: DM355 Leopard board supportSandeep Paulraj2009-10-18-0/+322
| | * TI DaVinci DM646x: Adding initial support for DM6467 EVMSandeep Paulraj2009-10-18-0/+225
| | * TI DaVinci DM365: Fix Compilation warning for DM365 EVMSandeep Paulraj2009-10-18-2/+2
| | * TI DaVinci DM355: Fix Compilation warning for DM355 EVMSandeep Paulraj2009-10-18-2/+2
| | * AT91 CPUAT91 Fix compiler warningEric Benard2009-10-18-2/+2
| | * AT91 CPU9260 CPU9G20 Fix compile warningsEric Benard2009-10-18-0/+1
| | * AT91 CPU9260 Fix machine ID when using a CPU9G20.Eric Benard2009-10-18-1/+1
| | * Clean-up of s3c24x0 nand driverkevin.morfitt@fearnside-systems.co.uk2009-10-13-37/+25
| | * Clean-up of s3c24x0 drivers excluding nand driverkevin.morfitt@fearnside-systems.co.uk2009-10-13-339/+374
| | * Clean-up of s3c24x0 header fileskevin.morfitt@fearnside-systems.co.uk2009-10-13-1121/+137
| | * Clean-up of cpu_arm920t and cpu_arm920t_s3c24x0 codekevin.morfitt@fearnside-systems.co.uk2009-10-13-830/+915
| | * CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boardskevin.morfitt@fearnside-systems.co.uk2009-10-13-36/+24
| | * s5pc1xx: add support SMDKC100 boardMinkyu Kang2009-10-13-0/+923
| | * s5pc1xx: support serial driverMinkyu Kang2009-10-13-0/+221
| | * s5pc1xx: support onenand driverMinkyu Kang2009-10-13-0/+773
| | * s5pc1xx: support Samsung s5pc1xx SoCMinkyu Kang2009-10-13-0/+1178
* | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2009-10-24-241/+317
|\ \ \ | |/ /
| * | Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk2009-10-24-242/+318
| |\ \
| | * | ppc4xx: Sequoia: Add chip_config commandStefan Roese2009-10-23-232/+131
| | * | ppc4xx: Yosemite/Yellowstone: Check and reconfigure the PCI sync clockStefan Roese2009-10-23-3/+23
| | * | ppc4xx: Sequoia/Rainer: Check and reconfigure the PCI sync clockStefan Roese2009-10-23-3/+23
| | * | ppc4xx: Print PCI synchronous clock frequency upon bootupStefan Roese2009-10-23-1/+8
| | * | ppc4xx: Add function to check and dynamically change PCI sync clockStefan Roese2009-10-23-1/+77
| | * | ppc4xx: Update flash size in reg property of the NOR flash nodeStefan Roese2009-10-23-1/+9
| | * | fdt: Add fdt_fixup_nor_flash_size() to fixup NOR FLASH size in dtbStefan Roese2009-10-23-0/+46
| | * | cpu/ppc4xx/fdt.c: avoid strcpy() to constant stringWolfgang Denk2009-10-23-1/+1
* | | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2009-10-24-2/+41
|\ \ \ \ | |/ / /
| * | | Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk2009-10-24-2/+41
| |\ \ \
| | * | | mpc83xx: mpc8313 - handle erratum IPIC1 (TSEC IRQ number swappage)Kim Phillips2009-10-16-0/+39
| | * | | mpc83xx: cosmetic comment update relating to SPD EEPROMPaul Gortmaker2009-10-09-2/+2
* | | | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2009-10-24-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | smc911x: add support for LAN9220Daniel Mack2009-10-19-0/+2
| | |/ / | |/| |
* | | | cpu/ppc4xx/fdt.c: avoid strcpy() to constant stringWolfgang Denk2009-10-20-1/+1
|/ / /
* | | envcrc: check return value of fwrite()Mike Frysinger2009-10-19-1/+3
* | | mcc200: fix build errorWolfgang Denk2009-10-19-1/+1
* | | lcd: remove '#if 0' 32-bit scroll, now memcpy does itAlessandro Rubini2009-10-18-21/+0