summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-09dfu: add SF backendStephen Warren4-0/+165
2014-08-09dfu: add free_entity() to struct dfu_entityStephen Warren2-0/+5
2014-08-09dfu: allow backend to specify a maximum buffer sizeStephen Warren3-8/+13
2014-08-09dfu: defer parsing of device string to IO backendStephen Warren6-32/+38
2014-08-09dfu: add write error handlingStephen Warren2-22/+44
2014-08-09dfu: fix some issues with reads/uploadsStephen Warren5-21/+79
2014-08-09fs: implement size/fatsize/ext4sizeStephen Warren11-0/+110
2014-08-06Prepare v2014.10-rc1Tom Rini1-2/+2
2014-08-06Change Andy Fleming's email addressAndy Fleming5-5/+5
2014-08-06The _config target is not present anymore, mention _defconfig insteadHolger Freyther1-11/+11
2014-08-06git-mailrc: add a kconfig aliasStephen Warren1-0/+2
2014-08-06doc: README.SPL: adjust for Kbuild and KconfigMasahiro Yamada1-22/+6
2014-08-06doc: delete README.ARM-SoCMasahiro Yamada1-31/+0
2014-08-06Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini7-8/+31
2014-08-06Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini9-1/+83
2014-08-05spi, spi_mxc: do not hang in spi_xchg_singleHeiko Schocher2-2/+19
2014-08-05spi: Support half-duplex mode in FDT decodeSimon Glass2-0/+4
2014-08-05exynos: spi: Fix calculation of SPI transaction start timeSimon Glass1-4/+5
2014-08-05cros_ec: Fix two bugs in the SPI implementationSimon Glass1-2/+2
2014-08-05sf: sf_ops: Stop leaking memoryMarek Vasut1-0/+1
2014-08-04Merge http://git.denx.de/u-boot-dmTom Rini3-0/+17
2014-08-04arm: Support pre-relocation malloc()Simon Glass2-1/+7
2014-08-04arm: Set up global data before board_init_f()Simon Glass2-0/+11
2014-08-02kmp204x: prepare to use CPU watchdogBoschung, Rainer1-0/+3
2014-08-02kmp204x/qrio: support for setting the CPU reset request modeBoschung, Rainer2-0/+22
2014-08-02kmp204x: set CPU watchdog reset reason flagBoschung, Rainer1-0/+12
2014-08-02kmp204x/qrio: prepare support for the CPU watchdog reset reasonBoschung, Rainer2-0/+17
2014-08-02kmp204x: CPU watchdog enabledBoschung, Rainer1-0/+8
2014-08-02powerpc: mpc85xx watchdog init added to init_funcBoschung, Rainer1-0/+3
2014-08-02mpc85xx: watchdog initialisation addedBoschung, Rainer2-0/+12
2014-08-02powerpc: macros for e500mc timer regs addedBoschung, Rainer1-0/+5
2014-08-02mpc85xx: fix interrupt init to not affect watchdogBoschung, Rainer1-1/+1
2014-08-01env_mmc: support env partition setup in runtimeDmitry Lifshitz2-12/+26
2014-08-01env_mmc: add mmc_get_env_addr() prototypeDmitry Lifshitz1-0/+6
2014-08-01MMC: atmel_mci: enable high speed mode supportBo Shen1-1/+6
2014-08-01MMC: atmel_mci: add configuration register definitionBo Shen1-1/+13
2014-08-01MMC: atmel_mci: refactor setting the mode registerBo Shen2-14/+46
2014-08-01mmc/dw_mmc: Fix clock divider calculation error for bypass modeChin Liang See1-1/+4
2014-08-01mmc: s3c: Add SD driverMarek Vasut3-0/+328
2014-08-01arm: s3c: Unify the S3C24xx SDI structureMarek Vasut3-11/+10
2014-08-01bcm2835_sdhci: Add SDHCI_QUIRK_NO_HISPD_BIT flagLubomir Rintel1-1/+1
2014-08-01ARM: kirkwood: add mvsdio driverDrEagle7-0/+669
2014-07-30include: remove CONFIG_SPL/CONFIG_TPL definition in config headersMasahiro Yamada56-69/+0
2014-07-30powerpc: remove redundant CPU definitionMasahiro Yamada11-12/+11
2014-07-30kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada14-14/+11
2014-07-30buildman: adjust for KconfigMasahiro Yamada3-4/+14
2014-07-30MAKEALL: adjust for KconfigMasahiro Yamada1-3/+13
2014-07-30kconfig: remove mkconfig and boards.cfgMasahiro Yamada3-1412/+1
2014-07-30tools: add genboardscfg.pyMasahiro Yamada1-0/+504
2014-07-30Add board MAINTAINERS filesMasahiro Yamada562-0/+4234