summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* Merge git://git.denx.de/u-boot-dmTom Rini2015-10-27-257/+209
|\
| * fdt: fix fdtdec_get_pci_addr() for CONFIG_PHYS_64BITStephen Warren2015-10-23-7/+7
| * env: export fdt_blob to the environment variableThomas Chou2015-10-23-1/+7
| * dm: tpm: Drop CONFIG_DM_TPMSimon Glass2015-10-23-13/+5
| * dm: tpm: Every TPM drivers should depends on DM_TPMChristophe Ricard2015-10-23-3/+3
| * dm: tpm: Remove every compilation switch for TPM driver modelChristophe Ricard2015-10-23-97/+4
| * dm: tpm: Add Driver Model support for tpm_atmel_twi driverChristophe Ricard2015-10-23-19/+59
| * dm: tpm: Move tpm_tis_i2c to tpm_i2c_infineonChristophe Ricard2015-10-23-12/+12
| * dm: core: Tidy up comments in device.hSimon Glass2015-10-23-3/+16
| * dm: core: Remove a comment about dropping per_child_auto_alloc_sizeSimon Glass2015-10-23-4/+0
| * dm: core: Tidy up devres commentsSimon Glass2015-10-23-26/+24
| * dm: core: Fix device flag whitespaceSimon Glass2015-10-23-5/+5
| * dm: core: Adjust device.h header file orderSimon Glass2015-10-23-13/+13
| * dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass2015-10-23-60/+60
* | image.c: Fix non-Android booting with ramdisk and/or device treeTom Rini2015-10-27-1/+1
* | UBI: Fastmap: Fix PEB array typeHeiko Schocher2015-10-26-2/+2
* | ubi,ubifs: sync with linux v4.2Heiko Schocher2015-10-26-1836/+2473
* | linux, compat: add missing definitions for ubiHeiko Schocher2015-10-26-9/+33
* | common/board_f.c: modify the macro to use get_clocks() more commonGong Qianyu2015-10-24-1/+41
* | arm, powerpc: select SYS_GENERIC_BOARDMasahiro Yamada2015-10-24-258/+2
* | Revert "ARM: zynq: disable CONFIG_SYS_MALLOC_F to fix MMC boot"Simon Glass2015-10-24-10/+0
* | zynq: Move SPL console init out of board_init_f()Simon Glass2015-10-24-1/+1
* | microblaze: Add a TODO to call board_init_f_mem()Simon Glass2015-10-24-0/+2
* | arm: Switch 32-bit ARM to using generic global_data setupSimon Glass2015-10-24-24/+4
* | arm: Switch aarch64 to using generic global_data setupSimon Glass2015-10-24-12/+3
* | board_init_f_mem(): Don't create an unused early malloc() areaSimon Glass2015-10-24-1/+2
* | board_init_f_mem(): Don't require memset()Simon Glass2015-10-24-0/+18
* | Move board_init_f_mem() into a common locationSimon Glass2015-10-24-29/+50
* | fs-test.sh: fix pre-requisite detectionStephen Warren2015-10-24-1/+1
* | test: fat: add test of non-contiguous file readsStephen Warren2015-10-24-0/+113
* | itest: make memory access work under sandboxStephen Warren2015-10-24-5/+16
* | distro_bootcmd: Add support for booting from ubifsRoy Spliet2015-10-24-0/+19
* | ubifs: Add generic fs supportHans de Goede2015-10-24-0/+44
* | ubifs: Add functions for generic fs useHans de Goede2015-10-24-0/+69
* | ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs useHans de Goede2015-10-24-29/+87
* | disk/part: Only build hostfs special handling when CONFIG_SANDBOX is setHans de Goede2015-10-24-0/+2
* | Allow imxtract to extract part of script image.Pierre Aubert2015-10-24-1/+2
* | Fix bad return value checks (detected with Coccinelle)Thomas Huth2015-10-24-5/+5
* | ARM: rpi: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG supportGuillaume GARDET2015-10-24-0/+14
* | allow LED initialization without STATUS_LED_BOOTBernhard Nortmann2015-10-24-5/+13
* | add generic stubs for GPIO LEDsBernhard Nortmann2015-10-23-0/+54
* | dm: keystone: serial: Add driver model supportLokesh Vutla2015-10-23-0/+49
* | net: convert altera_tse to driver model and phylibThomas Chou2015-10-23-1047/+504
* | nios2: fix virt_to_phys for nios2 with MMUThomas Chou2015-10-23-1/+5
* | nios2: add README.nios2Thomas Chou2015-10-23-0/+95
* | nios2: zap nios2-generic board dirThomas Chou2015-10-23-257/+23
* | nios2: convert dma_alloc_coherent to use malloc_cache_alignedThomas Chou2015-10-23-13/+14
* | nios2: convert copy_exception_trampoline to use dm cpu dataThomas Chou2015-10-23-24/+25
* | nios2: convert cache flush to use dm cpu dataThomas Chou2015-10-23-98/+133
* | nios2: set default cache configuration in start.SThomas Chou2015-10-23-7/+15