summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-24nds32: Enable the function of passing parameters to Linuxken kuo
2013-07-24nds32: Enable SDIO and EXT2 command support for Andes boardken kuo
2013-07-24nds32: Enable two banks of SDRAM on Andes boardken kuo
2013-07-24nds32: adp-ag102: use 'faraday/ftpci100.h' for pci_ftpci_initGabor Juhos
2013-07-24pci: move pci_ftpci100.h to include/faraday/ftpci100.hGabor Juhos
2013-07-24pci: add prototype for pci_ftpci_init() functionGabor Juhos
2013-07-24block: constify sect_buf argument of ide_write_dataGabor Juhos
2013-07-24mmc: ftsdc010_mci: fix build error if CONFIG_FTSDC010_SDIO is not definedGabor Juhos
2013-07-24nds32: introduce macros for bit manipulationGabor Juhos
2013-07-23Prepare v2013.07v2013.07Tom Rini
2013-07-23fdtdec: Add compatible string for High speed i2cnaveen krishna chatradhi
2013-07-23i2c: add Faraday FTI2C010 I2C controller supportKuo-Jung Su
2013-07-23I2C: mxc_i2c: Add support for Vybrid VF610 platformAlison Wang
2013-07-23vf610: Add I2C support for Vybrid VF610 platformAlison Wang
2013-07-23cmd_i2c: Use ARRAY_SIZE instead of reinventing itAxel Lin
2013-07-23arm/km: fix u-boot update functionalityHolger Brunck
2013-07-23i2c, ppc4xx_i2c: switch to new multibus/multiadapter supportDirk Eibach
2013-07-23tegra: i2c: Enable new CONFIG_SYS_I2C frameworkSimon Glass
2013-07-23tegra: i2c: Add function to know about current busSimon Glass
2013-07-23i2c, multibus, keymile: get rid of EEprom_ivm envvariableHeiko Schocher
2013-07-23i2c, multibus: get rid of CONFIG_I2C_MUXHeiko Schocher
2013-07-23i2c, fsl_i2c: switch to new multibus/multiadapter supportHeiko Schocher
2013-07-23i2c, soft-i2c: switch to new multibus/multiadapter supportHeiko Schocher
2013-07-23i2c: common changes for multibus/multiadapter supportHeiko Schocher
2013-07-23i2c: add i2c_core and prepare for new multibus supportHeiko Schocher
2013-07-22fs/ext4: fix log2blksz un-initialized error, by cacaulating its value from blkszLan Yixun (dlan)
2013-07-22ext4fs: le32_to_cpu() used on a 16-bit fieldRommel Custodio
2013-07-22arm: at91sam9n12: change EBI IO to high drive modeBo Shen
2013-07-20ddr cfg: DRAM_RESET needs 0x00020030Troy Kisky
2013-07-19net: phy: Set SUPPORTED_1000baseX_Half flag in ESTATUS_1000_XHALF caseFabio Estevam
2013-07-19phy: fix 10/100Mbps operation on 1Gbps-capable linksSascha Silbe
2013-07-19mkimage: Use board config to get CONFIG_FIT_SIGNATURE valueSimon Glass
2013-07-19arm:trats:fix: Correction of loaddtb environment variable.Łukasz Majewski
2013-07-17bootm: Move fixup_silent_linux() earlier in the bootm stagesSimon Glass
2013-07-17README.mx28_common: Rename it to README.mxsFabio Estevam
2013-07-16Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini
2013-07-16fsl_esdhc: Touch only relevant sys ctrl bitsDirk Behme
2013-07-16drivers/mmc/dw_mmc - remove extra arch specific "asm/arch/clk.h" inclusionAlexey Brodkin
2013-07-16Powerpc: eSDHC: Fix mmc read write err in uboot of T4240QDS boardHaijun.Zhang
2013-07-16powerpc/mpc85xx:Disable Debug TLB entry for non-minimal SPLPrabhakar Kushwaha
2013-07-16mpc85xx: Add gdsys ControlCenter Digital boardDirk Eibach
2013-07-16Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTMDirk Eibach
2013-07-16Add Atmel I2C tpmDirk Eibach
2013-07-16i2c: fsl_i2c: i2c_read(): dont try to write address w/ alen=0Reinhard Pfau
2013-07-16tpm: add AUTH1 cmds for LoadKey2 and GetPubKeyReinhard Pfau
2013-07-16arm:samsung:trats:fix: Restore proper orientation of TRATS's LCD panelŁukasz Majewski
2013-07-16arm:exynos:fix: Fix clock calculation for Exynos4210 based targets.Łukasz Majewski
2013-07-15PPC MPC83xx: Fix MPC8323ERDB build warningWolfgang Denk
2013-07-15Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy
2013-07-15common: remove unaligned access error in bootmenu_getoption()Lan Yixun (dlan)