summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-06-13tools: fix define2mk.sed to not add quotes around negative integersMasahiro Yamada1-0/+2
2016-06-13tools: moveconfig: Add a new --git-ref optionJoe Hershberger1-6/+68
2016-06-13tools: moveconfig: New color used for changed defconfigJoe Hershberger1-1/+1
2016-06-13tools: moveconfig: Fix another typoJoe Hershberger1-1/+1
2016-06-13tools: moveconfig: make Slot.poll() more readable with helper methodsMasahiro Yamada1-43/+67
2016-06-13tools: moveconfig: allow to run without any CONFIG specifiedMasahiro Yamada1-6/+10
2016-06-13tools: moveconfig: add --force-sync optionMasahiro Yamada1-3/+14
2016-06-13tools: moveconfig: report when defconfig is updatedMasahiro Yamada1-3/+11
2016-06-13tools: moveconfig: report when CONFIGs are removed by savedefconfigMasahiro Yamada1-0/+26
2016-06-13tools: moveconfig: display log when savedefconfig occursMasahiro Yamada1-1/+2
2016-06-13tools: moveconfig: skip savedefconfig if .config was not updatedMasahiro Yamada1-5/+16
2016-06-13tools: moveconfig: refactor code to go back to idle stateMasahiro Yamada1-20/+17
2016-06-13tools: moveconfig: display log atomically in more readable formatMasahiro Yamada1-31/+42
2016-06-13tools: moveconfig: move log output code out of Kconfig Parser classMasahiro Yamada1-12/+12
2016-06-13tools: moveconfig: compute file paths just onceMasahiro Yamada1-10/+10
2016-06-13tools: moveconfig: allow to give CONFIG names as argument directlyMasahiro Yamada1-88/+20
2016-06-13tools: moveconfig: drop code for handling type and default valueMasahiro Yamada1-76/+29
2016-06-13tools: moveconfig: do not rely on type and default value given by usersMasahiro Yamada1-45/+43
2016-06-13tools: moveconfig: increment number of processed files monotonicallyMasahiro Yamada1-16/+49
2016-06-13tools: moveconfig: exit with error message for not clean directoryMasahiro Yamada1-0/+8
2016-06-13tools: moveconfig: check compilers before starting defconfig walkMasahiro Yamada1-23/+48
2016-06-13tools: moveconfig: check directory location before compilersMasahiro Yamada1-2/+2
2016-06-13tools: moveconfig: remove redundant else: after sys.exit()Masahiro Yamada1-7/+5
2016-06-13tools: moveconfig: rename update_defconfig() to update_dotconfig()Masahiro Yamada1-5/+5
2016-06-13tools: moveconfig: fix --dry-run optionMasahiro Yamada1-8/+7
2016-06-04mtd: nand: Remove docg4 driver and palmtreo680 flashing toolScott Wood1-177/+0
2016-05-31tools/env: allow to pass NULL for environment optionsAndreas Fenkart1-3/+24
2016-05-28Merge git://git.denx.de/u-boot-dmTom Rini1-6/+1
2016-05-27tools: Add entry for generated tools/bin2header to tools/.gitignoreRobert P. J. Day1-0/+1
2016-05-27tools/genboardscfg.py: remove bogus import subprocessMasahiro Yamada1-1/+0
2016-05-27tools/env: no global variable sharing between application and libraryAndreas Fenkart3-55/+48
2016-05-27rockchip: Check image name for the rksd imageSimon Glass1-6/+1
2016-05-27tools/env: compute size of usable area only onceAndreas Fenkart1-14/+18
2016-05-27tools/env: fw_printenv pass value_only as argumentAndreas Fenkart3-7/+7
2016-05-27tools/env: remove 'extern' from function prototype in fw_env.hAndreas Fenkart1-8/+8
2016-05-27tools/env: pass key as argument to env_aes_cbc_cryptAndreas Fenkart1-6/+9
2016-05-24tools: zynqmpimage: Add Xilinx ZynqMP boot header generationMichal Simek2-0/+270
2016-05-23mkimage: Add a quiet modeSimon Glass3-2/+7
2016-05-17Merge git://git.denx.de/u-boot-dmTom Rini5-11/+73
2016-05-17buildman: allow more incremental buildingStephen Warren5-11/+73
2016-05-17imx: tools: imximage: fix CLR bit commandAdrian Alonso1-1/+1
2016-05-13test, tools: update tbot documentationHeiko Schocher2-153/+103
2016-05-06Fix various typos, scattered over the code.Robert P. J. Day1-2/+2
2016-05-03mkimage: fix generation of FIT imageAndreas Bießmann1-6/+3
2016-05-03fit_image: Fix a double close() on the error pathSimon Glass1-1/+0
2016-05-03tools: env: fix config file loading in env libraryAnatolij Gustschin1-0/+3
2016-05-03Change my mailaddressAndreas Bießmann2-2/+2
2016-05-03mkimage: fix argument parsing on BSD systemsAndreas Bießmann1-21/+12
2016-03-27tools: env: bug: config structs must be defined in tools libraryAndreas Fenkart2-4/+4
2016-03-27tools: env: fw_parse_script: simplify removal of newline/carriage returnAndreas Fenkart1-6/+4