summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini2014-06-20-61/+831
|\
| * dm: Expand and improve the device lifecycle docsSimon Glass2014-06-20-7/+213
| * dm: Tidy up four minor code nitsSimon Glass2014-06-20-6/+28
| * tegra: Enable driver modelSimon Glass2014-06-20-0/+3
| * tegra: dts: Bring in GPIO bindings from linuxSimon Glass2014-06-20-28/+155
| * dm: Fix printf() strings in the 'dm' commandSimon Glass2014-06-20-4/+4
| * dm: Allow driver model tests only for sandboxSimon Glass2014-06-20-2/+11
| * dm: Cast away the const-ness of the global_data pointerSimon Glass2014-06-20-4/+8
| * dm: Add missing header files in lists and rootSimon Glass2014-06-20-0/+2
| * dm: Use case-insensitive comparison for GPIO banksSimon Glass2014-06-20-1/+1
| * dm: Update README to encourage conversion to driver modelSimon Glass2014-06-20-0/+5
| * dm: Rename struct device_id to udevice_idSimon Glass2014-06-20-9/+9
| * Makefile: Support include files for .dts filesSimon Glass2014-06-20-0/+5
| * sandbox: Support iotrace featureSimon Glass2014-06-20-0/+13
| * arm: Support iotrace featureSimon Glass2014-06-20-0/+3
| * Add an I/O tracing featureSimon Glass2014-06-20-0/+371
* | cosmetic: kbuild: clean-up coding style (sync with Linux 3.16-rc1)Masahiro Yamada2014-06-20-49/+48
|/
* cosmetic: autoboot: update old style GNU struct initJeroen Hofstee2014-06-19-4/+4
* cmd_md5sum.c: remove dead code / fix warningJeroen Hofstee2014-06-19-1/+0
* Remove nios-32 arch remnantsVasili Galka2014-06-19-335/+0
* m68k: Remove CONFIG_CMD_BEDBUG related codeVasili Galka2014-06-19-8/+0
* pmic: tps65090: correct checking i2c busJeroen Hofstee2014-06-19-1/+1
* fix: CONFIG_NETCONSOLE start/handle this stuff only outside SPLHannes Petermaier2014-06-19-2/+2
* includes: move openssl headers to include/u-bootJeroen Hofstee2014-06-19-31/+30
* test: vboot: explicitly request bashStephen Warren2014-06-19-1/+1
* Add documentation for verified boot on Beaglebone BlackSimon Glass2014-06-19-0/+608
* Enhance fit_check_sign to check all imagesSimon Glass2014-06-19-7/+96
* bootm: Move decompression code into its own functionSimon Glass2014-06-19-27/+48
* Allow compiling common/bootm.c on with HOSTCCSimon Glass2014-06-19-4/+15
* Avoid including config.h in command.hSimon Glass2014-06-19-1/+0
* Fix small 'case' typo in image-fit.cSimon Glass2014-06-19-1/+1
* bootm: Support android boot on sandboxSimon Glass2014-06-19-1/+2
* image: Remove the fit_load_image() property parameterSimon Glass2014-06-19-7/+33
* bootm: Split out code from cmd_bootm.cSimon Glass2014-06-19-1338/+1356
* Reverse the meaning of the fit_config_verify() return codeSimon Glass2014-06-19-6/+5
* tools: Check arguments in fit_check_sign/fit_infoSimon Glass2014-06-19-0/+21
* fdt: Rename the DEV_TREE_BIN Makefile flag to to EXT_DTBSimon Glass2014-06-19-5/+5
* mkimage: Automatically expand FDT in more casesSimon Glass2014-06-19-10/+21
* hash: Use uint8_t in preference to u8Simon Glass2014-06-19-7/+8
* am335x_evm: Only enable OF_CONTROL/OF_SEPARATE on VBOOT for nowTom Rini2014-06-19-3/+3
* .gitignore: drop include/asm/proc from ignore patternMasahiro Yamada2014-06-19-1/+0
* fs: ext4: fix writing zero-length filesStephen Warren2014-06-19-3/+1
* fdt_support: correct the return condition of fdt_initrd()Masahiro Yamada2014-06-19-4/+4
* fdt_support: fix an endian bug of fdt_initrd()Masahiro Yamada2014-06-19-21/+20
* fdt_support: fix an endian bug of fdt_fixup_memory_banksMasahiro Yamada2014-06-19-12/+30
* fdt_support: add 'const' qualifier for unchanged argumentMasahiro Yamada2014-06-19-2/+2
* fdt_support: refactor fdt_fixup_stdout() functionMasahiro Yamada2014-06-19-43/+42
* fdt_support: delete force argument of fdt_chosen()Masahiro Yamada2014-06-19-29/+15
* fdt_support: delete force argument of fdt_initrd()Masahiro Yamada2014-06-19-24/+19
* fdt_support: refactor with fdt_find_or_add_subnode helper funcMasahiro Yamada2014-06-19-35/+36