summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-19fs: ext4: fix writing zero-length filesStephen Warren
2014-06-19fdt_support: correct the return condition of fdt_initrd()Masahiro Yamada
2014-06-19fdt_support: fix an endian bug of fdt_initrd()Masahiro Yamada
2014-06-19fdt_support: fix an endian bug of fdt_fixup_memory_banksMasahiro Yamada
2014-06-19fdt_support: add 'const' qualifier for unchanged argumentMasahiro Yamada
2014-06-19fdt_support: refactor fdt_fixup_stdout() functionMasahiro Yamada
2014-06-19fdt_support: delete force argument of fdt_chosen()Masahiro Yamada
2014-06-19fdt_support: delete force argument of fdt_initrd()Masahiro Yamada
2014-06-19fdt_support: refactor with fdt_find_or_add_subnode helper funcMasahiro Yamada
2014-06-19fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTRMasahiro Yamada
2014-06-19freescale: m5253demo: fix unused-but-set-variable warningsMasahiro Yamada
2014-06-19libfdt: Fix segfault when calling fit_check_format() on corrupt FIT imagesJon Nalley
2014-06-19m68k:correct io macros about endianChao Fu
2014-06-19m68k: eliminate a warning in cpu_initMasahiro Yamada
2014-06-19ARM: fdt support: Add usbethaddr as an acceptable MACDan Murphy
2014-06-19Fix bug in io64 target (introduced by commit aba27ac)Vasili Galka
2014-06-18configs: iocon: Enabling CONFIG_CMD_FPGAD againMichal Simek
2014-06-12Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini
2014-06-12mmc: free allocated memory on initialization errorsDarwin Rambo
2014-06-12cmd_mmc: make mmc dev always re-probe the HWStephen Warren
2014-06-12cmd_mmc: Use init_mmc_device() from do_mmc_rescan()Stephen Warren
2014-06-12cmd_mmc: add force_init parameter to init_mmc_device()Stephen Warren
2014-06-12disk: default to HW partition 0 if not specifiedStephen Warren
2014-06-12cmd_mmc: default to HW partition 0 if not specifiedStephen Warren
2014-06-12mmc: return meaningful error codes from mmc_select_hwpartStephen Warren
2014-06-12i2c: kona: Resolve Kona I2C driver issueSteve Rae
2014-06-11common/xyzModem.c: move empty statements to newlineJeroen Hofstee
2014-06-11jffs2:jffs2_1pass.c: remove double bracesJeroen Hofstee
2014-06-11board:keymile: remove unnecessary double bracesJeroen Hofstee
2014-06-11common/cli_hush.c: remove unnecessary double bracesJeroen Hofstee
2014-06-11LzmaTools: don't self assign valuesJeroen Hofstee
2014-06-11imximage_hynix.cfg: fix unterminated commentJeroen Hofstee
2014-06-11cosmetic: board: pm9263 rewrite old style stuct initJeroen Hofstee
2014-06-11tps6586x.h: fix inclusion guardJeroen Hofstee
2014-06-11Remove ${objtree}/include/asm/proc/ linkVasili Galka
2014-06-11cosmetic: Whitespace fixVasili Galka
2014-06-11cosmetic: atmel: replace old style struct initJeroen Hofstee
2014-06-11ext4: correctly zero filenameJeroen Hofstee
2014-06-11common: hash: zero end the string instead of the pointerJeroen Hofstee
2014-06-11kbuild: move spl/Makefile to scripts/Makefile.splMasahiro Yamada
2014-06-11m68k: Fix warnings with gcc 4.6Simon Glass
2014-06-11docs: driver-model: Fix spellingChris Packham
2014-06-11.gitignore: move *.exe pattern to the top gitignore for CygwinMasahiro Yamada
2014-06-11kbuild: remove unnecessary adjustment for CygwinMasahiro Yamada
2014-06-11.gitignore: drop *.dts.tmp patternMasahiro Yamada
2014-06-11kbuild, tools: generate wrapper C sources automatically by MakefileMasahiro Yamada
2014-06-11disk: part_dos.c: Add a PBR check when MBR checking failsDarwin Dingel
2014-06-11kbuild: export HOSTCXX and HOSTCXXFLAGSMasahiro Yamada
2014-06-11Use run_command_repeatable()Thomas Betker
2014-06-11Add run_command_repeatable()Thomas Betker