aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-04powerpc/85xx: Add eSDHC support on P2020DSJerry Huang2-1/+37
2011-04-04powerpc/85xx: Add some defines for P2040, P3041, P5010, P5020Kumar Gala1-0/+15
2011-04-04powerpc/85xx: Extend ethernet device tree stashing parameters for "fsl,etsec2"Pankaj Chauhan1-0/+3
2011-04-04powerpc/85xx: Declare fsl_ddr_set_memctl_regs in <asm/fsl_ddr_sdram.h>Kumar Gala3-6/+2
2011-04-04powerpc/85xx: Remove DATARATE_*_MHZ defines in static ddr initKumar Gala3-35/+28
2011-04-04p1022ds: allow for board-specific ngPIXIS functionsTimur Tabi3-18/+112
2011-04-04powerpc/85xx: Add support for Integrated Flash Controller (IFC)Dipen Dudhat7-2/+1056
2011-04-04powerpc/85xx: Add SERDES support for P1010/P1014Prabhakar Kushwaha3-0/+82
2011-04-02MIPS: Au1x00: Move all Au1x00 specific code to separate subdirectoryDaniel Schwierzeck8-9/+76
2011-04-02MIPS: IncaIP: Move all IncaIP specific code to separate subdirectoryDaniel Schwierzeck8-6/+74
2011-04-02MIPS: Optimize the setup of CPU optimization flagsDaniel Schwierzeck1-7/+8
2011-04-02MIPS: Move content of arch/mips/cpu to arch/mips/cpu/mips32Daniel Schwierzeck15-25/+25
2011-04-02MIPS: Purple: Remove Purple supportDaniel Schwierzeck19-1641/+1
2011-04-02ehci-pci: Add PCI EHCI controllerTrübenbach, Ralf1-1/+2
2011-04-02fat32 root directory handlingErik Hansen1-14/+23
2011-04-02Remove unnecessary reset in usb_stor_get_infoErik Hansen1-25/+0
2011-04-02usb: musb: blackfin: check anomaly workarounds at runtime tooMike Frysinger1-3/+26
2011-04-02usb: musb: blackfin: make clkin configurableMike Frysinger1-1/+6
2011-04-01atmel_nand: don't require CONFIG_SYS_NAND_ENABLE_PINmichael1-0/+2
2011-04-01NAND: add support for reading ONFI page tableFlorian Fainelli2-49/+213
2011-04-01Fix NAND_SPL and ONENAND_IPL in MakefileHaiying Wang1-16/+14
2011-04-01NAND: add more watchdog resetsScott Wood2-0/+8
2011-03-31Prepare v2011.03v2011.03Wolfgang Denk1-1/+1
2011-03-31Fix build issues cause by LDFLAGS_FINAL changesWolfgang Denk16-48/+48
2011-03-31Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk5-1/+67
2011-03-31Merge branch 'master' of git://git.denx.de/u-boot-cfi-flashWolfgang Denk1-0/+5
2011-03-31Fix build problems caused by "_end" -> "__bss_end__" renameWolfgang Denk3-4/+4
2011-03-29powerpc/85xx: Handle PCIe initialization requires for P1021 class SoCsPrabhakar Kushwaha4-1/+60
2011-03-28cfi_flash: fix bug with flash banks with different sector numbersMartin Krause1-0/+5
2011-03-28powerpc/85xx: Enable various errata on P1022/P1013 SoCsJiang Yutang2-0/+7
2011-03-27Prepare vv2011.03-rc2Wolfgang Denk1-1/+1
2011-03-27Coding Style cleanup: remove trailing empty linesWolfgang Denk11-11/+0
2011-03-27Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk259-329/+680
2011-03-27arm: Tegra2: Change mach-type to MACH_TYPE_SEABOARD due to mach-types.h updateTom Warren1-1/+1
2011-03-27S5P: mmc: Resolved interrupt error during mmc_initChander Kashyap1-1/+1
2011-03-27ARMV7: S5P: Fixed register offset in mmc.hChander Kashyap2-4/+6
2011-03-27S5P: timer: replace bss variable by gdMinkyu Kang1-15/+12
2011-03-27S5P: universal: Enable the pwm driverMinkyu Kang1-0/+3
2011-03-27S5P: goni: Enable the pwm driverMinkyu Kang1-0/+3
2011-03-27S5P: smdkc100: Enable the pwm driverMinkyu Kang1-0/+3
2011-03-27S5P: timer: Use pwm functionsMinkyu Kang3-58/+7
2011-03-27ARM: S5P: pwm driver supportDonghwa Lee5-0/+259
2011-03-27SMDK6400: Fixup dram_init for relocation supportseedshope1-1/+7
2011-03-27SMDK6400: Disable LED function in start.s on the nand bootingseedshope1-0/+2
2011-03-27SMDK6400: Add some labels to u-boot.lds to support nand_splseedshope1-1/+16
2011-03-27SMDK6400: Fix the mutiple link errorseedshope1-1/+0
2011-03-27SMDK6400: Fix some label undefined in build errorseedshope1-3/+24
2011-03-27SMDK6400: Fix CONFIG_SYS_INIT_SP_ADDR undefinedseedshope1-0/+5
2011-03-27arm: fix incorrect monitor protection region in FLASHPo-Yu Chuang31-1/+88
2011-03-27rename _end to __bss_end__Po-Yu Chuang242-263/+263