summaryrefslogtreecommitdiff
path: root/tools/moveconfig.py
AgeCommit message (Expand)Author
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-05-06Fix 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-26moveconfig: Print status about the processed defconfigsJoe Hershberger
2015-05-26moveconfig: Add a switch to enable printing errorsJoe Hershberger
2015-05-26moveconfig: Print a message for missing compilerJoe Hershberger
2015-05-26moveconfig: Output a list of failed boardsJoe Hershberger
2015-05-26moveconfig: Cleanup headers in arch and boardJoe Hershberger
2015-05-26moveconfig: Add a switch to only cleanup headersJoe Hershberger
2015-05-26moveconfig: Add a parameter to accept a list to buildJoe Hershberger
2015-05-26moveconfig: Ignore duplicate configs when movingJoe Hershberger
2015-05-26moveconfig: Always run savedefconfig on the moved configJoe Hershberger
2015-05-26tools: moveconfig: a tool to move CONFIGs from headers to defconfigsMasahiro Yamada