summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'Albert ARIBAUD2014-06-301-2/+0
|\
| * arm: rmobile: lager: Remove NOR-Flash support from boards.cfgNobuhiro Iwamatsu2014-06-111-1/+0
| * arm: rmobile: koelsch: Remove NOR-Flash support from boards.cfgNobuhiro Iwamatsu2014-06-111-1/+0
* | Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'Albert ARIBAUD2014-06-251-0/+1
|\ \
| * | arm: zynq: fix a bug in Zynq linker scriptMasahiro Yamada2014-06-171-0/+1
* | | Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2014-06-25385-15624/+8705
|\ \ \
| * \ \ Merge branch 'sandbox' of git://git.denx.de/u-boot-x86Tom Rini2014-06-249-18/+39
| |\ \ \
| | * | | sandbox: change local_irq_save() to macroMasahiro Yamada2014-06-232-6/+4
| | * | | sandbox: terminate os_dirent_ls() result listStephen Warren2014-06-231-0/+1
| | * | | sandbox: restore ability to access host fs through standard commandsStephen Warren2014-06-234-9/+30
| | * | | x86: Enable 32-bit build using x86_64 multilib toolchainVasili Galka2014-06-232-3/+4
| * | | | Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini2014-06-242-6/+7
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | dm: Use '*' to indicate a device is activatedSimon Glass2014-06-211-5/+6
| | * | | include/dm.h: fix inclusion guardJeroen Hofstee2014-06-211-1/+1
| * | | | mpc8313: add CONFIG_SYS_GENERIC_BOARD to ids8313 boardHeiko Schocher2014-06-231-1/+2
| * | | | lib, fdt: move fdtdec_get_int() out of lib/fdtdec.cHeiko Schocher2014-06-234-36/+41
| |/ / /
| * | | Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini2014-06-2038-61/+831
| |\ \ \
| | * | | dm: Expand and improve the device lifecycle docsSimon Glass2014-06-201-7/+213
| | * | | dm: Tidy up four minor code nitsSimon Glass2014-06-204-6/+28
| | * | | tegra: Enable driver modelSimon Glass2014-06-201-0/+3
| | * | | tegra: dts: Bring in GPIO bindings from linuxSimon Glass2014-06-208-28/+155
| | * | | dm: Fix printf() strings in the 'dm' commandSimon Glass2014-06-201-4/+4
| | * | | dm: Allow driver model tests only for sandboxSimon Glass2014-06-202-2/+11
| | * | | dm: Cast away the const-ness of the global_data pointerSimon Glass2014-06-203-4/+8
| | * | | dm: Add missing header files in lists and rootSimon Glass2014-06-202-0/+2
| | * | | dm: Use case-insensitive comparison for GPIO banksSimon Glass2014-06-201-1/+1
| | * | | dm: Update README to encourage conversion to driver modelSimon Glass2014-06-201-0/+5
| | * | | dm: Rename struct device_id to udevice_idSimon Glass2014-06-207-9/+9
| | * | | Makefile: Support include files for .dts filesSimon Glass2014-06-205-0/+5
| | * | | sandbox: Support iotrace featureSimon Glass2014-06-202-0/+13
| | * | | arm: Support iotrace featureSimon Glass2014-06-201-0/+3
| | * | | Add an I/O tracing featureSimon Glass2014-06-205-0/+371
| * | | | cosmetic: kbuild: clean-up coding style (sync with Linux 3.16-rc1)Masahiro Yamada2014-06-206-49/+48
| |/ / /
| * | | cosmetic: autoboot: update old style GNU struct initJeroen Hofstee2014-06-191-4/+4
| * | | cmd_md5sum.c: remove dead code / fix warningJeroen Hofstee2014-06-191-1/+0
| * | | Remove nios-32 arch remnantsVasili Galka2014-06-194-335/+0
| * | | m68k: Remove CONFIG_CMD_BEDBUG related codeVasili Galka2014-06-191-8/+0
| * | | pmic: tps65090: correct checking i2c busJeroen Hofstee2014-06-191-1/+1
| * | | fix: CONFIG_NETCONSOLE start/handle this stuff only outside SPLHannes Petermaier2014-06-191-2/+2
| * | | includes: move openssl headers to include/u-bootJeroen Hofstee2014-06-1925-31/+30
| * | | test: vboot: explicitly request bashStephen Warren2014-06-191-1/+1
| * | | Add documentation for verified boot on Beaglebone BlackSimon Glass2014-06-191-0/+608
| * | | Enhance fit_check_sign to check all imagesSimon Glass2014-06-197-7/+96
| * | | bootm: Move decompression code into its own functionSimon Glass2014-06-191-27/+48
| * | | Allow compiling common/bootm.c on with HOSTCCSimon Glass2014-06-192-4/+15
| * | | Avoid including config.h in command.hSimon Glass2014-06-191-1/+0
| * | | Fix small 'case' typo in image-fit.cSimon Glass2014-06-191-1/+1
| * | | bootm: Support android boot on sandboxSimon Glass2014-06-192-1/+2
| * | | image: Remove the fit_load_image() property parameterSimon Glass2014-06-195-7/+33
| * | | bootm: Split out code from cmd_bootm.cSimon Glass2014-06-195-1338/+1356