summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-26Merge git://git.denx.de/u-boot-fdtTom Rini113-232/+599
2014-11-25Revert "common/board_f: add setup of initial stack frame for MIPS"Tom Rini1-7/+1
2014-11-25Prepare v2015.01-rc2Tom Rini1-1/+1
2014-11-25Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini9-11/+76
2014-11-24Revert "hush: fix segfault on syntax error"Rabin Vincent1-1/+1
2014-11-24Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini76-451/+1242
2014-11-24Merge git://git.denx.de/u-boot-dmTom Rini41-364/+1048
2014-11-24Merge git://git.denx.de/u-boot-x86Tom Rini86-473/+8299
2014-11-24mx6boards: Fix error handling in board_mmc_init()Fabio Estevam1-4/+6
2014-11-24nitrogen6x: Fix error handling in board_mmc_init()Fabio Estevam1-4/+6
2014-11-24ot1200: Fix error handling in board_mmc_init()Fabio Estevam1-4/+6
2014-11-24arm: imx: stop sata on bootNikita Kiryanov1-2/+6
2014-11-24arm: mx6: cm_fx6: implement board specific sata stopNikita Kiryanov1-3/+9
2014-11-24cmd_sata: implement sata stop commandNikita Kiryanov2-1/+25
2014-11-24sata: implement reset_sata for dwc_ahsataNikita Kiryanov9-0/+57
2014-11-24arm: mx6: introduce disable_sata_clockNikita Kiryanov2-0/+9
2014-11-24gw_ventana: Use the generic spl_sd.cfgFabio Estevam2-24/+1
2014-11-24ARM: bootm: Allow booting in secure mode on hyp capable systemsHans de Goede2-5/+37
2014-11-24ARM: Add arch/arm/cpu/armv7/Kconfig with non-secure and virt optionsHans de Goede7-6/+31
2014-11-24Kconfig: Add EXPERT optionTom Rini1-0/+8
2014-11-23sandbox: script for testing sandbox/ext4/fat/fs commandsSuriyan Ramasami1-0/+561
2014-11-23fs: API changes enabling extra parameter to return size of type loff_tSuriyan Ramasami11-122/+138
2014-11-23sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami6-41/+77
2014-11-23ext4: Prepare API change for files greater than 2GBSuriyan Ramasami7-93/+97
2014-11-23fat: Prepare API change for files greater than 2GBSuriyan Ramasami7-100/+128
2014-11-23board/esd/common/auto_update.c: Use <flash.h>Tom Rini1-3/+1
2014-11-23sandbox: Use md5sum and fatwrite to enable testing of fs commandsSuriyan Ramasami2-2/+12
2014-11-23common/board_f: fix gcc warning on MIPS64Daniel Schwierzeck1-4/+6
2014-11-23common/board_f: add setup of initial stack frame for MIPSDaniel Schwierzeck1-1/+7
2014-11-23spl: fix descending condition to drivers/mtd/nand/Masahiro Yamada1-1/+1
2014-11-23commands: add more command entries in KconfigMasahiro Yamada1-9/+274
2014-11-23hush: add CONFIG_HUSH_PARSER to KconfigMasahiro Yamada2-12/+17
2014-11-23FIT: add some FIT configurations to KconfigMasahiro Yamada1-0/+22
2014-11-23config: remove redundant CONFIG_SYS_PROMPT definesMasahiro Yamada8-8/+0
2014-11-23tegra: do not descend into empty directoriesMasahiro Yamada4-54/+0
2014-11-23kbuild: use SoC-specific CONFIG to descend into SoC directoryMasahiro Yamada10-14/+60
2014-11-23x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directoryMasahiro Yamada2-7/+7
2014-11-23kbuild: Descend into SOC directory from CPU directoryMasahiro Yamada14-7/+23
2014-11-23Add pr_fmt() macroThierry Reding1-5/+9
2014-11-23pci: Honour pci_skip_dev()Thierry Reding3-0/+7
2014-11-23pci: Abort early if bus does not existThierry Reding1-0/+4
2014-11-23vsprintf: Add modifier for phys_addr_tThierry Reding1-2/+14
2014-11-23fs: make it possible to read the filesystem UUIDChristian Gmeiner7-0/+94
2014-11-23sata: fix a bug in init_sata() for pci-sata cardli pengbo1-1/+1
2014-11-23ARM: bcm: Enable bcm11130 boardsSteve Rae4-0/+18
2014-11-23ARM: bcm: Enable five Cygnus boardsSteve Rae18-15/+74
2014-11-23spl: Change debug to printf for "Unsupported boot-device"Stefan Roese1-1/+3
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada54-160/+180
2014-11-22dm: core: remove unnecessary return condition in uclass lookupMasahiro Yamada1-3/+0
2014-11-22dm: core: remove unnecessary return condition in driver lookupMasahiro Yamada1-3/+0