summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| * | | | Reverse the meaning of the fit_config_verify() return codeSimon Glass2014-06-194-6/+5
| * | | | tools: Check arguments in fit_check_sign/fit_infoSimon Glass2014-06-192-0/+21
| * | | | fdt: Rename the DEV_TREE_BIN Makefile flag to to EXT_DTBSimon Glass2014-06-193-5/+5
| * | | | mkimage: Automatically expand FDT in more casesSimon Glass2014-06-192-10/+21
| * | | | hash: Use uint8_t in preference to u8Simon Glass2014-06-192-7/+8
| * | | | am335x_evm: Only enable OF_CONTROL/OF_SEPARATE on VBOOT for nowTom Rini2014-06-191-3/+3
| * | | | .gitignore: drop include/asm/proc from ignore patternMasahiro Yamada2014-06-191-1/+0
| * | | | fs: ext4: fix writing zero-length filesStephen Warren2014-06-191-3/+1
| * | | | fdt_support: correct the return condition of fdt_initrd()Masahiro Yamada2014-06-191-4/+4
| * | | | fdt_support: fix an endian bug of fdt_initrd()Masahiro Yamada2014-06-191-21/+20
| * | | | fdt_support: fix an endian bug of fdt_fixup_memory_banksMasahiro Yamada2014-06-191-12/+30
| * | | | fdt_support: add 'const' qualifier for unchanged argumentMasahiro Yamada2014-06-191-2/+2
| * | | | fdt_support: refactor fdt_fixup_stdout() functionMasahiro Yamada2014-06-191-43/+42
| * | | | fdt_support: delete force argument of fdt_chosen()Masahiro Yamada2014-06-194-29/+15
| * | | | fdt_support: delete force argument of fdt_initrd()Masahiro Yamada2014-06-195-24/+19
| * | | | fdt_support: refactor with fdt_find_or_add_subnode helper funcMasahiro Yamada2014-06-191-35/+36
| * | | | fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTRMasahiro Yamada2014-06-191-5/+0
| * | | | freescale: m5253demo: fix unused-but-set-variable warningsMasahiro Yamada2014-06-191-4/+2
| * | | | libfdt: Fix segfault when calling fit_check_format() on corrupt FIT imagesJon Nalley2014-06-191-1/+1
| * | | | m68k:correct io macros about endianChao Fu2014-06-191-4/+4
| * | | | m68k: eliminate a warning in cpu_initMasahiro Yamada2014-06-191-1/+1
| * | | | ARM: fdt support: Add usbethaddr as an acceptable MACDan Murphy2014-06-191-1/+11
| * | | | Fix bug in io64 target (introduced by commit aba27ac)Vasili Galka2014-06-191-2/+2
| * | | | configs: iocon: Enabling CONFIG_CMD_FPGAD againMichal Simek2014-06-181-2/+1
| |/ / /
| * | | Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2014-06-124-36/+36
| |\ \ \
| | * | | mmc: free allocated memory on initialization errorsDarwin Rambo2014-06-121-2/+6
| | * | | cmd_mmc: make mmc dev always re-probe the HWStephen Warren2014-06-121-1/+1
| | * | | cmd_mmc: Use init_mmc_device() from do_mmc_rescan()Stephen Warren2014-06-121-8/+2
| | * | | cmd_mmc: add force_init parameter to init_mmc_device()Stephen Warren2014-06-121-12/+14
| | * | | disk: default to HW partition 0 if not specifiedStephen Warren2014-06-121-3/+3
| | * | | cmd_mmc: default to HW partition 0 if not specifiedStephen Warren2014-06-121-8/+7
| | * | | mmc: return meaningful error codes from mmc_select_hwpartStephen Warren2014-06-121-3/+4