summaryrefslogtreecommitdiff
path: root/tools/moveconfig.py
AgeCommit message (Expand)Author
2016-06-13tools: moveconfig: report when CONFIGs are removed by savedefconfigMasahiro Yamada
2016-06-13tools: moveconfig: display log when savedefconfig occursMasahiro Yamada
2016-06-13tools: moveconfig: skip savedefconfig if .config was not updatedMasahiro Yamada
2016-06-13tools: moveconfig: refactor code to go back to idle stateMasahiro Yamada
2016-06-13tools: moveconfig: display log atomically in more readable formatMasahiro Yamada
2016-06-13tools: moveconfig: move log output code out of Kconfig Parser classMasahiro Yamada
2016-06-13tools: moveconfig: compute file paths just onceMasahiro Yamada
2016-06-13tools: moveconfig: allow to give CONFIG names as argument directlyMasahiro Yamada
2016-06-13tools: moveconfig: drop code for handling type and default valueMasahiro Yamada
2016-06-13tools: moveconfig: do not rely on type and default value given by usersMasahiro Yamada
2016-06-13tools: moveconfig: increment number of processed files monotonicallyMasahiro Yamada
2016-06-13tools: moveconfig: exit with error message for not clean directoryMasahiro Yamada
2016-06-13tools: moveconfig: check compilers before starting defconfig walkMasahiro Yamada
2016-06-13tools: moveconfig: check directory location before compilersMasahiro Yamada
2016-06-13tools: moveconfig: remove redundant else: after sys.exit()Masahiro Yamada
2016-06-13tools: moveconfig: rename update_defconfig() to update_dotconfig()Masahiro Yamada
2016-06-13tools: moveconfig: fix --dry-run optionMasahiro Yamada
2016-05-05Fix various typos, scattered over the code.Robert P. J. Day
2016-02-24tools: Update openrisc toolchain informationBin Meng
2015-09-28tools: moveconfig: Update the URL for nds32 toolchainBin Meng
2015-05-27moveconfig: Print status about the processed defconfigsJoe Hershberger
2015-05-27moveconfig: Add a switch to enable printing errorsJoe Hershberger
2015-05-27moveconfig: Print a message for missing compilerJoe Hershberger
2015-05-27moveconfig: Output a list of failed boardsJoe Hershberger
2015-05-27moveconfig: Cleanup headers in arch and boardJoe Hershberger
2015-05-27moveconfig: Add a switch to only cleanup headersJoe Hershberger
2015-05-27moveconfig: Add a parameter to accept a list to buildJoe Hershberger
2015-05-27moveconfig: Ignore duplicate configs when movingJoe Hershberger
2015-05-27moveconfig: Always run savedefconfig on the moved configJoe Hershberger
2015-05-27tools: moveconfig: a tool to move CONFIGs from headers to defconfigsMasahiro Yamada