summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-20cosmetic: kbuild: clean-up coding style (sync with Linux 3.16-rc1)Masahiro Yamada6-49/+48
2014-06-19cosmetic: autoboot: update old style GNU struct initJeroen Hofstee1-4/+4
2014-06-19cmd_md5sum.c: remove dead code / fix warningJeroen Hofstee1-1/+0
2014-06-19Remove nios-32 arch remnantsVasili Galka4-335/+0
2014-06-19m68k: Remove CONFIG_CMD_BEDBUG related codeVasili Galka1-8/+0
2014-06-19pmic: tps65090: correct checking i2c busJeroen Hofstee1-1/+1
2014-06-19fix: CONFIG_NETCONSOLE start/handle this stuff only outside SPLHannes Petermaier1-2/+2
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee25-31/+30
2014-06-19test: vboot: explicitly request bashStephen Warren1-1/+1
2014-06-19Add documentation for verified boot on Beaglebone BlackSimon Glass1-0/+608
2014-06-19Enhance fit_check_sign to check all imagesSimon Glass7-7/+96
2014-06-19bootm: Move decompression code into its own functionSimon Glass1-27/+48
2014-06-19Allow compiling common/bootm.c on with HOSTCCSimon Glass2-4/+15
2014-06-19Avoid including config.h in command.hSimon Glass1-1/+0
2014-06-19Fix small 'case' typo in image-fit.cSimon Glass1-1/+1
2014-06-19bootm: Support android boot on sandboxSimon Glass2-1/+2
2014-06-19image: Remove the fit_load_image() property parameterSimon Glass5-7/+33
2014-06-19bootm: Split out code from cmd_bootm.cSimon Glass5-1338/+1356
2014-06-19Reverse the meaning of the fit_config_verify() return codeSimon Glass4-6/+5
2014-06-19tools: Check arguments in fit_check_sign/fit_infoSimon Glass2-0/+21
2014-06-19fdt: Rename the DEV_TREE_BIN Makefile flag to to EXT_DTBSimon Glass3-5/+5
2014-06-19mkimage: Automatically expand FDT in more casesSimon Glass2-10/+21
2014-06-19hash: Use uint8_t in preference to u8Simon Glass2-7/+8
2014-06-19am335x_evm: Only enable OF_CONTROL/OF_SEPARATE on VBOOT for nowTom Rini1-3/+3
2014-06-19.gitignore: drop include/asm/proc from ignore patternMasahiro Yamada1-1/+0
2014-06-19fs: ext4: fix writing zero-length filesStephen Warren1-3/+1
2014-06-19fdt_support: correct the return condition of fdt_initrd()Masahiro Yamada1-4/+4
2014-06-19fdt_support: fix an endian bug of fdt_initrd()Masahiro Yamada1-21/+20
2014-06-19fdt_support: fix an endian bug of fdt_fixup_memory_banksMasahiro Yamada1-12/+30
2014-06-19fdt_support: add 'const' qualifier for unchanged argumentMasahiro Yamada1-2/+2
2014-06-19fdt_support: refactor fdt_fixup_stdout() functionMasahiro Yamada1-43/+42
2014-06-19fdt_support: delete force argument of fdt_chosen()Masahiro Yamada4-29/+15
2014-06-19fdt_support: delete force argument of fdt_initrd()Masahiro Yamada5-24/+19
2014-06-19fdt_support: refactor with fdt_find_or_add_subnode helper funcMasahiro Yamada1-35/+36
2014-06-19fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTRMasahiro Yamada1-5/+0
2014-06-19freescale: m5253demo: fix unused-but-set-variable warningsMasahiro Yamada1-4/+2
2014-06-19libfdt: Fix segfault when calling fit_check_format() on corrupt FIT imagesJon Nalley1-1/+1
2014-06-19m68k:correct io macros about endianChao Fu1-4/+4
2014-06-19m68k: eliminate a warning in cpu_initMasahiro Yamada1-1/+1
2014-06-19ARM: fdt support: Add usbethaddr as an acceptable MACDan Murphy1-1/+11
2014-06-19Fix bug in io64 target (introduced by commit aba27ac)Vasili Galka1-2/+2
2014-06-18configs: iocon: Enabling CONFIG_CMD_FPGAD againMichal Simek1-2/+1
2014-06-12Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini4-36/+36
2014-06-12mmc: free allocated memory on initialization errorsDarwin Rambo1-2/+6
2014-06-12cmd_mmc: make mmc dev always re-probe the HWStephen Warren1-1/+1
2014-06-12cmd_mmc: Use init_mmc_device() from do_mmc_rescan()Stephen Warren1-8/+2
2014-06-12cmd_mmc: add force_init parameter to init_mmc_device()Stephen Warren1-12/+14
2014-06-12disk: default to HW partition 0 if not specifiedStephen Warren1-3/+3
2014-06-12cmd_mmc: default to HW partition 0 if not specifiedStephen Warren1-8/+7
2014-06-12mmc: return meaningful error codes from mmc_select_hwpartStephen Warren1-3/+4