| Commit message (Expand) | Author | Age | Files | Lines |
* | mtd: atmel_nand: runtime to build gf table for pmecc | Josh Wu | 2014-11-17 | 2 | -1/+78 |
* | arm, spl, at91: add spl support for the corvus board | Heiko Schocher | 2014-11-17 | 4 | -18/+151 |
* | arm, at91, spl: add spl support for the taurus board | Heiko Schocher | 2014-11-17 | 4 | -13/+127 |
* | arm, spl, at91: add at91sam9260 and at91sam9g45 spl support | Heiko Schocher | 2014-11-17 | 13 | -97/+430 |
* | spl, mtd, nand, atmel_nand: invert device ready pin logic | Heiko Schocher | 2014-11-17 | 1 | -3/+3 |
* | spl, nand, atmel_nand: add erase one block function | Heiko Schocher | 2014-11-17 | 2 | -0/+34 |
* | mtd: atmel_nand: add missing include | Heiko Schocher | 2014-11-17 | 1 | -0/+1 |
* | spl, nand: add option to boot raw u-boot.bin image only | Heiko Schocher | 2014-11-17 | 4 | -5/+28 |
* | arm, at91: add missing ddr2 cr register MPDDRC_CR_EBISHARE define | Heiko Schocher | 2014-11-17 | 1 | -0/+1 |
* | arm, at91: compile mpddrc ram init code also for AT91SAM9M10G45 | Heiko Schocher | 2014-11-17 | 2 | -2/+15 |
* | arm, at91, mpddrc: fix typo in ddr2_init() | Heiko Schocher | 2014-11-17 | 1 | -1/+1 |
* | arm, at91: add spi dataflash support for the taurus board | Heiko Schocher | 2014-11-17 | 2 | -0/+28 |
* | spi, atmel: move CONFIG_SYS_SPI_WRITE_TOUT into common header | Heiko Schocher | 2014-11-17 | 14 | -13/+4 |
* | arm, at91: generate boot.bin file for all atmel SoC | Heiko Schocher | 2014-11-17 | 2 | -3/+5 |
* | ARM: atmel: spl: make css field configurable | Bo Shen | 2014-11-17 | 1 | -2/+4 |
* | ARM: atmel: spl: make initialization more stable | Bo Shen | 2014-11-17 | 1 | -0/+4 |
* | ARM: at91 series: convert to generic board | Bo Shen | 2014-11-17 | 3 | -0/+6 |
* | net: macb: write mac address when initialization | Bo Shen | 2014-11-17 | 1 | -0/+9 |
* | Merge branch 'master' of git://git.denx.de/u-boot-sh | Tom Rini | 2014-11-17 | 41 | -107/+93 |
|\ |
|
| * | sh: Move SH_32BIT to Kconfig | Nobuhiro Iwamatsu | 2014-11-17 | 8 | -4/+13 |
| * | sh: define CONFIG_CPU_SH4A for some boards | Masahiro Yamada | 2014-11-13 | 1 | -7/+7 |
| * | sh: consolidate CONFIG_SYS_CPU defines | Masahiro Yamada | 2014-11-13 | 22 | -66/+8 |
| * | sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig | Masahiro Yamada | 2014-11-13 | 12 | -18/+53 |
| * | sh: use more descriptive prompts for board select menu | Masahiro Yamada | 2014-11-13 | 1 | -19/+19 |
| * | board/renesas/ecovec/ecovec.c: fix buffer overflow | Wolfgang Denk | 2014-11-10 | 1 | -1/+1 |
* | | Merge branch 'rmobile' of git://git.denx.de/u-boot-sh | Tom Rini | 2014-11-17 | 30 | -331/+4052 |
|\ \ |
|
| * | | arm: rmobile: replacement of common parts of config by rcar-gen2-common.h | Nobuhiro Iwamatsu | 2014-11-17 | 4 | -363/+18 |
| * | | arm: rmobile: configs: Collect up common part of config for R-Car SoCs | Nobuhiro Iwamatsu | 2014-11-17 | 1 | -0/+95 |
| * | | arm: rmobile: gose: Remove dram_init_banksize function | Nobuhiro Iwamatsu | 2014-11-17 | 1 | -7/+1 |
| * | | arm: rmobile: lager: Remove dram_init_banksize function | Nobuhiro Iwamatsu | 2014-11-17 | 1 | -7/+1 |
| * | | arm: rmobile: koelsch: Remove dram_init_banksize function | Nobuhiro Iwamatsu | 2014-11-17 | 1 | -7/+1 |
| * | | arm: rmobile: alt: Remove dram_init_banksize function | Nobuhiro Iwamatsu | 2014-11-17 | 1 | -7/+1 |
| * | | arm: rmobile: alt: Change clock of SCIF to external clock | Nobuhiro Iwamatsu | 2014-11-10 | 1 | -1/+2 |
| * | | arm: rmobile: kconfig: Remove '+S:' prefix from defconfig files | Nobuhiro Iwamatsu | 2014-11-10 | 3 | -3/+3 |
| * | | arm: rmobile: alt: Remove i2c_init function | Nobuhiro Iwamatsu | 2014-11-10 | 1 | -1/+0 |
| * | | arm: rmobile: alt: Fix typo in comment for sh-i2c | Nobuhiro Iwamatsu | 2014-11-10 | 1 | -1/+1 |
| * | | arm: rmobile: alt: Enable channel 1 of sh-i2c | Nobuhiro Iwamatsu | 2014-11-10 | 1 | -0/+7 |
| * | | arm: rmobile: Move rcar-i2c of the address defined to common header | Nobuhiro Iwamatsu | 2014-11-10 | 2 | -4/+6 |
| * | | arm: rmobile: Move sh-i2c of the address defined to common header | Nobuhiro Iwamatsu | 2014-11-10 | 8 | -9/+23 |
| * | | arm: rmobile: alt: Remove board_late_init function | Nobuhiro Iwamatsu | 2014-11-10 | 2 | -7/+0 |
| * | | arm: rmobile: lager: Remove board_late_init function | Nobuhiro Iwamatsu | 2014-11-10 | 2 | -6/+0 |
| * | | arm: rmobile: koelsch: Remove board_late_init function | Nobuhiro Iwamatsu | 2014-11-10 | 2 | -6/+0 |
| * | | arm: rmobile: gose: Add VFAT file system support | Nobuhiro Iwamatsu | 2014-11-10 | 1 | -0/+6 |
| * | | arm: rmobile: gose: Add USB support | Nobuhiro Iwamatsu | 2014-11-10 | 1 | -0/+7 |
| * | | arm: rmobile: gose: Add Ethernet support | Nobuhiro Iwamatsu | 2014-11-10 | 2 | -0/+81 |
| * | | arm: rmobile: Add support gose board | Nobuhiro Iwamatsu | 2014-11-10 | 9 | -0/+1467 |
| * | | arm: rmobile: Add support R8A7793 | Nobuhiro Iwamatsu | 2014-11-10 | 8 | -1/+2431 |
| |/ |
|
* | | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Tom Rini | 2014-11-14 | 26 | -11/+411 |
|\ \ |
|
| * | | powerpc/85xx: enable some P1/P2 boards mtdparts for nor flash | Yangbo Lu | 2014-11-14 | 3 | -0/+75 |
| * | | keymile/powerpc: move to the architecture-generic board system | Valentin Longchamp | 2014-11-14 | 3 | -0/+9 |