summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-02-17Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini
2014-02-07dra7xx_evm: Add CONFIG_SUPPORT_EMMC_BOOT, document usageTom Rini
2014-02-07omap5_uevm: Add CONFIG_SUPPORT_EMMC_BOOT, document usageTom Rini
2014-02-07cmd_mmc.c: Drop open/close mmc sub-commandsTom Rini
2014-02-07cmd_mmc.c: Add bootbus mmc sub-commandTom Rini
2014-02-07cmd_mmc.c: Add 'partconf' command to mmcTom Rini
2014-02-07SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORKTom Rini
2014-02-07MMC: DWMMC: Correct the CLKDIV register valueRajeshwari S Shinde
2014-02-07x600: Switch to CONFIG_PHYLIBTom Rini
2014-02-07net/designware - switch driver to phylib usageAlexey Brodkin
2014-02-07arc: add AXS101 board supportAlexey Brodkin
2014-02-07arc: add Arcangel4 board supportAlexey Brodkin
2014-02-07arc: bdinfo, image and arc-specific init functions declarations supportAlexey Brodkin
2014-02-06include/usb/s3c_udc.h: Add <asm/sizes.h>Tom Rini
2014-02-06Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblazeTom Rini
2014-02-06fpga: zynqpl: Add support for zc7015 deviceMichal Simek
2014-02-06usb: mv_udc: Rename to ci_udcMarek Vasut
2014-02-06usb:udc:samsung: Zero copy approach for data passed to Samsung's UDC driverLukasz Majewski
2014-02-05config: Fix line lengths in include/config_distro_defaults.hTom Rini
2014-02-04config: add config_distro_defaults.hDennis Gilmore
2014-02-04Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini
2014-02-04Merge branch 'clk' of git://www.denx.de/git/u-boot-microblazeTom Rini
2014-02-04microblaze: Add SPL supportMichal Simek
2014-02-04microblaze: Enable buffer write for NOR flashesMichal Simek
2014-02-04common: Add new clk commandMichal Simek
2014-02-03driver/ifc:Change accessor function to take care of endiannessPrabhakar Kushwaha
2014-02-03kmp204x: enable support for SPANSION SPI NORValentin Longchamp
2014-02-03KM: add the KM_UBI_PART_BOOT_OPTS #defineValentin Longchamp
2014-02-03kmp204x: add support for the kmcoge4 boardValentin Longchamp
2014-02-03kmp204x: I2C deblocking supportRainer Boschung
2014-02-03kmp204x: support for QRIO1 bootcounterRainer Boschung
2014-02-03powerpc/t104xrdb: Add basic ethernet supportPriyanka Jain
2014-02-03powerpc/t104xrdb: Update T1042RDB.h in config folderPrabhakar Kushwaha
2014-02-03powerpc/t104xrdb: Update T1040RDB.h in config folderPriyanka Jain
2014-02-03boards/t1040qds: Adds ethernet support for T1040Prabhakar Kushwaha
2014-01-24arm: am43xx: Add USB spl boot supportDan Murphy
2014-01-24spl: common: Support for USB MSD FAT image loadingDan Murphy
2014-01-24spl: common: Move FAT funcs to a common fileDan Murphy
2014-01-24powerpc: mpc5xxx: remove redundant CONFIG_MPC5xxx definitionMasahiro Yamada
2014-01-24sandbox: fix the return type of os_free() functionMasahiro Yamada
2014-01-24powerpc: mpc86xx: move CONFIG_MPC86xx definition to CPU config.mkMasahiro Yamada
2014-01-24powerpc: mpc85xx: move CONFIG_MPC85xx definition to CPU config.mkMasahiro Yamada
2014-01-24powerpc: mpc824x: remove redundant CONFIG_MPC824X definitionMasahiro Yamada
2014-01-24powerpc: mpc512x: remove redundant CONFIG_MPC512X definitionMasahiro Yamada
2014-01-24powerpc: mpc83xx: remove redundant CONFIG_MPC83xx definitionMasahiro Yamada
2014-01-24powerpc: ppc4xx: remove redundant CONFIG_4xx definitionMasahiro Yamada
2014-01-24include: delete unused header filesMasahiro Yamada
2014-01-24avr32: move CONFIG_AVR32 definition to arch/avr32/config.mkMasahiro Yamada
2014-01-24Remove obsolete _LINUX_CONFIG_H macroMasahiro Yamada
2014-01-22esdhc: Detecting 8 bit width before mmc initializationHaijun.Zhang