summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-27Merge git://www.denx.de/git/u-boot-ppc4xxTom Rini
2015-10-27Merge git://www.denx.de/git/u-boot-cfi-flashTom Rini
2015-10-27Merge git://git.denx.de/u-boot-dmTom Rini
2015-10-27image.c: Fix non-Android booting with ramdisk and/or device treeTom Rini
2015-10-27ocotea: DropTom Rini
2015-10-27taishan: DropTom Rini
2015-10-27ebony: DropTom Rini
2015-10-27taihu: RemoveTom Rini
2015-10-27cfi_flash: use specific width types for cwordRyan Harkin
2015-10-26UBI: Fastmap: Fix PEB array typeHeiko Schocher
2015-10-26ubi,ubifs: sync with linux v4.2Heiko Schocher
2015-10-26linux, compat: add missing definitions for ubiHeiko Schocher
2015-10-24common/board_f.c: modify the macro to use get_clocks() more commonGong Qianyu
2015-10-24arm, powerpc: select SYS_GENERIC_BOARDMasahiro Yamada
2015-10-24Revert "ARM: zynq: disable CONFIG_SYS_MALLOC_F to fix MMC boot"Simon Glass
2015-10-24zynq: Move SPL console init out of board_init_f()Simon Glass
2015-10-24microblaze: Add a TODO to call board_init_f_mem()Simon Glass
2015-10-24arm: Switch 32-bit ARM to using generic global_data setupSimon Glass
2015-10-24arm: Switch aarch64 to using generic global_data setupSimon Glass
2015-10-24board_init_f_mem(): Don't create an unused early malloc() areaSimon Glass
2015-10-24board_init_f_mem(): Don't require memset()Simon Glass
2015-10-24Move board_init_f_mem() into a common locationSimon Glass
2015-10-24fs-test.sh: fix pre-requisite detectionStephen Warren
2015-10-24test: fat: add test of non-contiguous file readsStephen Warren
2015-10-24itest: make memory access work under sandboxStephen Warren
2015-10-24distro_bootcmd: Add support for booting from ubifsRoy Spliet
2015-10-24ubifs: Add generic fs supportHans de Goede
2015-10-24ubifs: Add functions for generic fs useHans de Goede
2015-10-24ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs useHans de Goede
2015-10-24disk/part: Only build hostfs special handling when CONFIG_SANDBOX is setHans de Goede
2015-10-24Allow imxtract to extract part of script image.Pierre Aubert
2015-10-24Fix bad return value checks (detected with Coccinelle)Thomas Huth
2015-10-24ARM: rpi: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG supportGuillaume GARDET
2015-10-24allow LED initialization without STATUS_LED_BOOTBernhard Nortmann
2015-10-23add generic stubs for GPIO LEDsBernhard Nortmann
2015-10-23fdt: fix fdtdec_get_pci_addr() for CONFIG_PHYS_64BITStephen Warren
2015-10-23env: export fdt_blob to the environment variableThomas Chou
2015-10-23dm: tpm: Drop CONFIG_DM_TPMSimon Glass
2015-10-23dm: tpm: Every TPM drivers should depends on DM_TPMChristophe Ricard
2015-10-23dm: tpm: Remove every compilation switch for TPM driver modelChristophe Ricard
2015-10-23dm: tpm: Add Driver Model support for tpm_atmel_twi driverChristophe Ricard
2015-10-23dm: tpm: Move tpm_tis_i2c to tpm_i2c_infineonChristophe Ricard
2015-10-23dm: core: Tidy up comments in device.hSimon Glass
2015-10-23dm: core: Remove a comment about dropping per_child_auto_alloc_sizeSimon Glass
2015-10-23dm: core: Tidy up devres commentsSimon Glass
2015-10-23dm: core: Fix device flag whitespaceSimon Glass
2015-10-23dm: core: Adjust device.h header file orderSimon Glass
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass
2015-10-23dm: keystone: serial: Add driver model supportLokesh Vutla
2015-10-23net: convert altera_tse to driver model and phylibThomas Chou