aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-11tps6586x.h: fix inclusion guardJeroen Hofstee1-1/+1
2014-06-11Remove ${objtree}/include/asm/proc/ linkVasili Galka6-10/+5
2014-06-11cosmetic: Whitespace fixVasili Galka2-4/+4
2014-06-11cosmetic: atmel: replace old style struct initJeroen Hofstee5-70/+70
2014-06-11ext4: correctly zero filenameJeroen Hofstee1-1/+1
2014-06-11common: hash: zero end the string instead of the pointerJeroen Hofstee1-1/+1
2014-06-11kbuild: move spl/Makefile to scripts/Makefile.splMasahiro Yamada3-7/+4
2014-06-11m68k: Fix warnings with gcc 4.6Simon Glass7-15/+12
2014-06-11docs: driver-model: Fix spellingChris Packham1-5/+5
2014-06-11.gitignore: move *.exe pattern to the top gitignore for CygwinMasahiro Yamada2-1/+3
2014-06-11kbuild: remove unnecessary adjustment for CygwinMasahiro Yamada1-49/+40
2014-06-11.gitignore: drop *.dts.tmp patternMasahiro Yamada1-1/+0
2014-06-11kbuild, tools: generate wrapper C sources automatically by MakefileMasahiro Yamada19-30/+26
2014-06-11disk: part_dos.c: Add a PBR check when MBR checking failsDarwin Dingel1-1/+20
2014-06-11kbuild: export HOSTCXX and HOSTCXXFLAGSMasahiro Yamada1-1/+1
2014-06-11Use run_command_repeatable()Thomas Betker2-2/+2
2014-06-11Add run_command_repeatable()Thomas Betker2-0/+25
2014-06-11Check run_command() return code properlyThomas Betker3-11/+3
2014-06-11am33xx/omap: Add a new board to enable verified bootSimon Glass2-0/+5
2014-06-11am33xx/omap: Enable FIT supportSimon Glass1-0/+5
2014-06-11am33xx/omap: Enable CONFIG_OF_CONTROLSimon Glass9-0/+1103
2014-06-11arm: ti: Increase malloc size to 16MB for armv7 boardsSimon Glass1-1/+1
2014-06-11mkimage: Automatically make space in FDT when fullSimon Glass6-60/+114
2014-06-11Improve error handling in fit_commonSimon Glass4-19/+29
2014-06-11fdt: Update functions which write to an FDT to return -ENOSPCSimon Glass3-12/+23
2014-06-11fdt: Add DEV_TREE_BIN option to specify a device tree binary fileSimon Glass3-3/+19
2014-06-11hash: Export the function to show a hashSimon Glass2-4/+17
2014-06-11am33xx/omap: Allow cache enable for all Sitara/OMAPSimon Glass5-58/+60
2014-06-11Check that u-boot.bin size looks correctSimon Glass1-1/+13
2014-06-11mx31ads: Fix the U-Boot binary outputSimon Glass1-1/+3
2014-06-11cm_t335: Fix the U-Boot binary outputSimon Glass1-2/+2
2014-06-11ti: am335x: Fix the U-Boot binary outputSimon Glass1-1/+2
2014-06-11tools: include u-boot version of sha256.hJeroen Hofstee1-0/+1
2014-06-11Makefile: fix clang warnings due to clang supportJeroen Hofstee1-28/+0
2014-06-11Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini3-16/+23
2014-06-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini7-55/+183
2014-06-11dfu: Disable default calculation of CRC32Lukasz Majewski1-13/+7
2014-06-11usb: ci_udc: terminate ep0 INs with a zlp when requiredStephen Warren1-3/+35
2014-06-11usb: ci_udc: clean up all allocations in unregisterStephen Warren1-0/+6
2014-06-11usb: ci_udc: fix probe error cleanupStephen Warren1-0/+1
2014-06-11usb: ci_udc: fix freeing of ep0 reqStephen Warren1-2/+7
2014-06-11usb: ci_udc: call udc_disconnect() from ci_pullup()Stephen Warren1-16/+12
2014-06-10Prepare v2014.07-rc3v2014.07-rc3Tom Rini1-1/+1
2014-06-10net: sh-eth: Fix typo from rESR_RTLF to EESR_RTLFNobuhiro Iwamatsu1-1/+1
2014-06-10net: sh-eth: Fix coding styleNobuhiro Iwamatsu2-22/+22
2014-06-10net: sh-eth: Add support R7S72100 of rmobileNobuhiro Iwamatsu2-14/+77
2014-06-08sf: probe: Fix quad bit set pathPoddar, Sourav1-10/+10
2014-06-08spi: soft_spi: Support NULL din/dout buffersAndrew Ruder1-6/+12
2014-06-08sf: params: Added support for Spansion S25FL512S_512KSiva Durga Prasad Paladugu1-0/+1
2014-06-08Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini108-763/+1918