summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2014-03-22patman: Use Patch-cc: instead of Cc:Simon Glass
2014-03-12kbuild: rename SRCTREE to srctreeMasahiro Yamada
2014-03-12fw_env: correct writes to devices with small erase blocksDustin Byford
2014-03-12fw_env: calculate default number of env sectorsDustin Byford
2014-03-04kbuild: tools: fix a bug that always builds Denx logoMasahiro Yamada
2014-03-04kbuild: add "cross_tools" target to build tools for the targetMasahiro Yamada
2014-02-25kbuild: move asm-offsets.h rules to ./KbuildMasahiro Yamada
2014-02-19kernel-doc: move kernel-doc tools to scripts/Masahiro Yamada
2014-02-19tools/env: cross-compile fw_printenv without setting HOSTCCMasahiro Yamada
2014-02-19Makefile: refactor tools-all targetsMasahiro Yamada
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada
2014-02-19Makefile: refactor include path settingsMasahiro Yamada
2014-02-19Makefile: move BFD_ROOT_DIR to tools/gdb/MakefileMasahiro Yamada
2014-02-19tools: convert makefiles to kbuild styleMasahiro Yamada
2014-02-19tools: correct proftool build ruleIan Campbell
2014-02-13relocate-rela: replace a magic number with sizeof(Elf64_Rela)Masahiro Yamada
2014-01-24tools: move kermit files to tools/kermit directoryMasahiro Yamada
2014-01-24cosmetic: tools/scripts/README: insert only one space between wordsMasahiro Yamada
2014-01-20.gitignore: ignore u-boot.elf and tools/relocate-relaMasahiro Yamada
2014-01-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2014-01-09arm64: Add tool to statically apply RELA relocationsScott Wood
2014-01-06Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD
2014-01-06Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD
2013-12-30SPL: EXYNOS: Prepare for variable size SPL supportRajeshwari Birje
2013-12-30Exynos5420: Add base patch for SMDK5420Rajeshwari Birje
2013-12-17ARM: mxs: tools: Fix errno handling in strtoul() invocationMarek Vasut
2013-12-16Makefile, .gitignore: Cleanup non-existing binariesMasahiro Yamada
2013-12-13Makefile: Move some scripts imported from LinuxMasahiro Yamada
2013-12-13Add dumpimage, a tool to extract data from U-Boot imagesGuilherme Maciel Ferreira
2013-12-13tools: moved code common to all image tools to a separated module.Guilherme Maciel Ferreira
2013-12-13mkimage: added 'static' specifier to match function's prototype.Guilherme Maciel Ferreira
2013-11-25Merge branch 'buildpatman' of http://git.denx.de/u-boot-x86Tom Rini
2013-11-25tools: updater: Remove remainders of dead boardMasahiro Yamada
2013-11-25tools: imls: Remove a broken and unused tool.Masahiro Yamada
2013-11-21buildman: make board selector argument a regexStephen Warren
2013-11-21buildman: fix READMEAndreas Bießmann
2013-11-21patman: add Commit-notes tag and sectionAlbert ARIBAUD
2013-11-17tools: Makefile: delete redundant linesMasahiro Yamada
2013-11-08Makefile: do not create a symbolic link to arch/${ARCH}/include/asmMasahiro Yamada
2013-10-15buildman: Use env to pick the python from $PATHJagannadha Sutradharudu Teki
2013-10-14Merge branch 'buildman' of git://git.denx.de/u-boot-x86Tom Rini
2013-10-14Coding Style cleanup: drop some excessive empty linesWolfgang Denk
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk
2013-10-10buildman: don't fail --list-toolchains when toolchains failStephen Warren
2013-10-02Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-10-01buildman: Allow make flags to be specified for each boardSimon Glass
2013-10-01buildman: Adjust tests for new boards.cfg formatSimon Glass
2013-09-27tools/imximage.c: Fix compiling warningYork Sun