aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass106-166/+373
2014-11-19Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini2-0/+9
2014-11-19Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini25-424/+350
2014-11-19Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxxTom Rini3-0/+19
2014-11-19powerpc: mpc52xx: Clear GD in the main U-Boot stage for SPL usageStefan Roese1-0/+15
2014-11-19powerpc: mpc52xx: a3m071/a4m2k: Convert to generic boardStefan Roese1-0/+2
2014-11-19powerpc: mpc52xx: a4m072: Convert to generic boardStefan Roese1-0/+2
2014-11-19mpc83xx: Add gdsys hrcon boardDirk Eibach18-195/+2282
2014-11-19board: iocon: Fix uninitialized accessDirk Eibach1-1/+2
2014-11-19board: iocon: Fix fpga index in print_fpga_info()Dirk Eibach1-4/+4
2014-11-19board: dlvision-10g: Compile fixDirk Eibach1-4/+3
2014-11-19common: Fix cmd_fpgad addressingDirk Eibach1-8/+24
2014-11-19mtd: Handle 29LV800BTDirk Eibach2-0/+52
2014-11-19board: dlvision: Reduce memory footprintDirk Eibach1-1/+8
2014-11-19ubi: enable error reporting in initializationAndrew Ruder1-0/+8
2014-11-19mtd, cfi, ubi: add missing writebufsize initializationHeiko Schocher1-0/+1
2014-11-17ARM: atmel: add sama5d4 xplained ultra board supportBo Shen9-0/+583
2014-11-17ARM: atmel: add sama5d4ek board supportBo Shen16-9/+868
2014-11-17net: macb: enable GMAC IP without GE feature supportBo Shen1-1/+7
2014-11-17mtd: atmel_nand: runtime to build gf table for pmeccJosh Wu2-1/+78
2014-11-17arm, spl, at91: add spl support for the corvus boardHeiko Schocher4-18/+151
2014-11-17arm, at91, spl: add spl support for the taurus boardHeiko Schocher4-13/+127
2014-11-17arm, spl, at91: add at91sam9260 and at91sam9g45 spl supportHeiko Schocher13-97/+430
2014-11-17spl, mtd, nand, atmel_nand: invert device ready pin logicHeiko Schocher1-3/+3
2014-11-17spl, nand, atmel_nand: add erase one block functionHeiko Schocher2-0/+34
2014-11-17mtd: atmel_nand: add missing includeHeiko Schocher1-0/+1
2014-11-17spl, nand: add option to boot raw u-boot.bin image onlyHeiko Schocher4-5/+28
2014-11-17arm, at91: add missing ddr2 cr register MPDDRC_CR_EBISHARE defineHeiko Schocher1-0/+1
2014-11-17arm, at91: compile mpddrc ram init code also for AT91SAM9M10G45Heiko Schocher2-2/+15
2014-11-17arm, at91, mpddrc: fix typo in ddr2_init()Heiko Schocher1-1/+1
2014-11-17arm, at91: add spi dataflash support for the taurus boardHeiko Schocher2-0/+28
2014-11-17spi, atmel: move CONFIG_SYS_SPI_WRITE_TOUT into common headerHeiko Schocher14-13/+4
2014-11-17arm, at91: generate boot.bin file for all atmel SoCHeiko Schocher2-3/+5
2014-11-17ARM: atmel: spl: make css field configurableBo Shen1-2/+4
2014-11-17ARM: atmel: spl: make initialization more stableBo Shen1-0/+4
2014-11-17ARM: at91 series: convert to generic boardBo Shen3-0/+6
2014-11-17net: macb: write mac address when initializationBo Shen1-0/+9
2014-11-17Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini41-107/+93
2014-11-17Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini30-331/+4052
2014-11-17blackfin: convert to use CONFIG_SYS_I2C frameworkScott Jiang23-165/+83
2014-11-17adi_i2c: convert to use general io accessors.Scott Jiang1-68/+77
2014-11-17blackfin: rename bfin-twi_i2c driver to adi_i2cScott Jiang23-26/+25
2014-11-17arm: rmobile: replacement of common parts of config by rcar-gen2-common.hNobuhiro Iwamatsu4-363/+18
2014-11-17arm: rmobile: configs: Collect up common part of config for R-Car SoCsNobuhiro Iwamatsu1-0/+95
2014-11-17arm: rmobile: gose: Remove dram_init_banksize functionNobuhiro Iwamatsu1-7/+1
2014-11-17arm: rmobile: lager: Remove dram_init_banksize functionNobuhiro Iwamatsu1-7/+1
2014-11-17arm: rmobile: koelsch: Remove dram_init_banksize functionNobuhiro Iwamatsu1-7/+1
2014-11-17arm: rmobile: alt: Remove dram_init_banksize functionNobuhiro Iwamatsu1-7/+1
2014-11-17sh: Move SH_32BIT to KconfigNobuhiro Iwamatsu8-4/+13
2014-11-14Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini26-11/+411