| Commit message (Expand) | Author | Age | Lines |
* | tbs2910: Fix error handling in board_mmc_init() | Soeren Moch | 2014-11-21 | -7/+6 |
* | imx: imx6q/dlsabreauto: Add PMIC Pfuze100 support | Ye.Li | 2014-11-20 | -0/+21 |
* | imx: mx6sxsabresd: Use the pfuze common init function | Ye.Li | 2014-11-20 | -41/+7 |
* | imx: mx6sabresd: Use the pfuze common init function | Ye.Li | 2014-11-20 | -43/+9 |
* | imx: mx6sabre common: Factorize the Pfuze init function | Ye.Li | 2014-11-20 | -0/+67 |
* | power: pfuze100: Update definitions for buck regulators | Ye.Li | 2014-11-20 | -0/+80 |
* | imx: mx6sxsabresd: Add board support for USDHC2 and USDHC3 | Ye.Li | 2014-11-20 | -7/+100 |
* | mmc: fsl_esdhc: Update esdhc driver for iMX6SX | Ye.Li | 2014-11-20 | -0/+8 |
* | mx6sabresd: Access SRC_SBMR1 register via structure | Fabio Estevam | 2014-11-20 | -3/+2 |
* | tqma6: use imx_ddr_size | Markus Niebel | 2014-11-20 | -1/+1 |
* | tqma6: add warning on failed setup_i2c | Markus Niebel | 2014-11-20 | -4/+16 |
* | tqma6: add missing include | Markus Niebel | 2014-11-20 | -0/+1 |
* | tqma6: (cosmetic) remove CONFIG_FLASH_SECTOR_SIZE | Markus Niebel | 2014-11-20 | -14/+14 |
* | mx6sabresd: Add mx6sabresd_spl_defconfig to MAINTAINERS entry | Fabio Estevam | 2014-11-20 | -0/+1 |
* | mx6sxsabresd: Simplify the return value of setup_fec() | Fabio Estevam | 2014-11-20 | -6/+1 |
* | mx6slevk: Simplify the return value of setup_fec() | Fabio Estevam | 2014-11-20 | -6/+1 |
* | mx6sabresd: State that only mx6q is supported in SPL | Fabio Estevam | 2014-11-20 | -4/+2 |
* | mx53loco: Fix error handling in board_mmc_init() | Fabio Estevam | 2014-11-20 | -4/+6 |
* | wandboard: Fix error handling in board_mmc_init() | Fabio Estevam | 2014-11-20 | -4/+6 |
* | tools/msximage.c: fix warning about nptr possibly uninitialized | Albert ARIBAUD | 2014-11-20 | -1/+1 |
* | mx6qsabreauto: Add parallel NOR flash support | Fabio Estevam | 2014-11-20 | -1/+89 |
* | mx6: add weim registers | Fabio Estevam | 2014-11-20 | -0/+37 |
* | imx: consolidate set_chipselect_size function | Fabio Estevam | 2014-11-20 | -41/+39 |
* | mx6: Use a common SPL configuration file | Fabio Estevam | 2014-11-20 | -40/+4 |
* | novena: Move the DCD settings to spl code | Fabio Estevam | 2014-11-20 | -31/+28 |
* | gw_ventana: Move the DCD settings to spl code | Fabio Estevam | 2014-11-20 | -48/+28 |
* | mx6sabresd: Move the DCD settings to spl code | Fabio Estevam | 2014-11-20 | -38/+27 |
* | imx: fix exception vectors relocation in imx27 | Albert ARIBAUD | 2014-11-20 | -28/+101 |
* | cosmetic: arm: fix whitespace in arch/arm/lib/relocate.S | Albert ARIBAUD | 2014-11-20 | -4/+4 |
* | imx: mx6slevk: Change default mmcdev to USDHC2 device | Ye.Li | 2014-11-20 | -1/+1 |
* | imx:mx6sxsabresd fix pfuz probe failed | Peng Fan | 2014-11-20 | -1/+4 |
* | ARM: mxs: tools: Add support for boot progress display flag | Alexey Ignatov | 2014-11-20 | -12/+27 |
* | ARM: atmel: add sama5d4 xplained ultra board support | Bo Shen | 2014-11-17 | -0/+583 |
* | ARM: atmel: add sama5d4ek board support | Bo Shen | 2014-11-17 | -9/+868 |
* | net: macb: enable GMAC IP without GE feature support | Bo Shen | 2014-11-17 | -1/+7 |
* | mtd: atmel_nand: runtime to build gf table for pmecc | Josh Wu | 2014-11-17 | -1/+78 |
* | arm, spl, at91: add spl support for the corvus board | Heiko Schocher | 2014-11-17 | -18/+151 |
* | arm, at91, spl: add spl support for the taurus board | Heiko Schocher | 2014-11-17 | -13/+127 |
* | arm, spl, at91: add at91sam9260 and at91sam9g45 spl support | Heiko Schocher | 2014-11-17 | -97/+430 |
* | spl, mtd, nand, atmel_nand: invert device ready pin logic | Heiko Schocher | 2014-11-17 | -3/+3 |
* | spl, nand, atmel_nand: add erase one block function | Heiko Schocher | 2014-11-17 | -0/+34 |
* | mtd: atmel_nand: add missing include | Heiko Schocher | 2014-11-17 | -0/+1 |
* | spl, nand: add option to boot raw u-boot.bin image only | Heiko Schocher | 2014-11-17 | -5/+28 |
* | arm, at91: add missing ddr2 cr register MPDDRC_CR_EBISHARE define | Heiko Schocher | 2014-11-17 | -0/+1 |
* | arm, at91: compile mpddrc ram init code also for AT91SAM9M10G45 | Heiko Schocher | 2014-11-17 | -2/+15 |
* | arm, at91, mpddrc: fix typo in ddr2_init() | Heiko Schocher | 2014-11-17 | -1/+1 |
* | arm, at91: add spi dataflash support for the taurus board | Heiko Schocher | 2014-11-17 | -0/+28 |
* | spi, atmel: move CONFIG_SYS_SPI_WRITE_TOUT into common header | Heiko Schocher | 2014-11-17 | -13/+4 |
* | arm, at91: generate boot.bin file for all atmel SoC | Heiko Schocher | 2014-11-17 | -3/+5 |
* | ARM: atmel: spl: make css field configurable | Bo Shen | 2014-11-17 | -2/+4 |