summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2016-06-12tools: fix define2mk.sed to not add quotes around negative integersMasahiro Yamada
2016-06-12tools: moveconfig: Add a new --git-ref optionJoe Hershberger
2016-06-12tools: moveconfig: New color used for changed defconfigJoe Hershberger
2016-06-12tools: moveconfig: Fix another typoJoe Hershberger
2016-06-12tools: moveconfig: make Slot.poll() more readable with helper methodsMasahiro Yamada
2016-06-12tools: moveconfig: allow to run without any CONFIG specifiedMasahiro Yamada
2016-06-12tools: moveconfig: add --force-sync optionMasahiro Yamada
2016-06-12tools: moveconfig: report when defconfig is updatedMasahiro Yamada
2016-06-12tools: moveconfig: report when CONFIGs are removed by savedefconfigMasahiro Yamada
2016-06-12tools: moveconfig: display log when savedefconfig occursMasahiro Yamada
2016-06-12tools: moveconfig: skip savedefconfig if .config was not updatedMasahiro Yamada
2016-06-12tools: moveconfig: refactor code to go back to idle stateMasahiro Yamada
2016-06-12tools: moveconfig: display log atomically in more readable formatMasahiro Yamada
2016-06-12tools: moveconfig: move log output code out of Kconfig Parser classMasahiro Yamada
2016-06-12tools: moveconfig: compute file paths just onceMasahiro Yamada
2016-06-12tools: moveconfig: allow to give CONFIG names as argument directlyMasahiro Yamada
2016-06-12tools: moveconfig: drop code for handling type and default valueMasahiro Yamada
2016-06-12tools: moveconfig: do not rely on type and default value given by usersMasahiro Yamada
2016-06-12tools: moveconfig: increment number of processed files monotonicallyMasahiro Yamada
2016-06-12tools: moveconfig: exit with error message for not clean directoryMasahiro Yamada
2016-06-12tools: moveconfig: check compilers before starting defconfig walkMasahiro Yamada
2016-06-12tools: moveconfig: check directory location before compilersMasahiro Yamada
2016-06-12tools: moveconfig: remove redundant else: after sys.exit()Masahiro Yamada
2016-06-12tools: moveconfig: rename update_defconfig() to update_dotconfig()Masahiro Yamada
2016-06-12tools: moveconfig: fix --dry-run optionMasahiro Yamada
2016-06-04mtd: nand: Remove docg4 driver and palmtreo680 flashing toolScott Wood
2016-05-31tools/env: allow to pass NULL for environment optionsAndreas Fenkart
2016-05-28Merge git://git.denx.de/u-boot-dmTom Rini
2016-05-27tools: Add entry for generated tools/bin2header to tools/.gitignoreRobert P. J. Day
2016-05-27tools/genboardscfg.py: remove bogus import subprocessMasahiro Yamada
2016-05-27tools/env: no global variable sharing between application and libraryAndreas Fenkart
2016-05-27rockchip: Check image name for the rksd imageSimon Glass
2016-05-27tools/env: compute size of usable area only onceAndreas Fenkart
2016-05-27tools/env: fw_printenv pass value_only as argumentAndreas Fenkart
2016-05-27tools/env: remove 'extern' from function prototype in fw_env.hAndreas Fenkart
2016-05-27tools/env: pass key as argument to env_aes_cbc_cryptAndreas Fenkart
2016-05-24tools: zynqmpimage: Add Xilinx ZynqMP boot header generationMichal Simek
2016-05-23mkimage: Add a quiet modeSimon Glass
2016-05-17Merge git://git.denx.de/u-boot-dmTom Rini
2016-05-17buildman: allow more incremental buildingStephen Warren
2016-05-17imx: tools: imximage: fix CLR bit commandAdrian Alonso
2016-05-13test, tools: update tbot documentationHeiko Schocher
2016-05-06Fix various typos, scattered over the code.Robert P. J. Day
2016-05-03mkimage: fix generation of FIT imageAndreas Bießmann
2016-05-02fit_image: Fix a double close() on the error pathSimon Glass
2016-05-02tools: env: fix config file loading in env libraryAnatolij Gustschin
2016-05-02Change my mailaddressAndreas Bießmann
2016-05-02mkimage: fix argument parsing on BSD systemsAndreas Bießmann
2016-03-27tools: env: bug: config structs must be defined in tools libraryAndreas Fenkart
2016-03-26tools: env: fw_parse_script: simplify removal of newline/carriage returnAndreas Fenkart