summaryrefslogtreecommitdiffstats
path: root/tools/moveconfig.py
Commit message (Expand)AuthorAgeFilesLines
* tools: moveconfig: move log output code out of Kconfig Parser classMasahiro Yamada2016-06-131-12/+12
* tools: moveconfig: compute file paths just onceMasahiro Yamada2016-06-131-10/+10
* tools: moveconfig: allow to give CONFIG names as argument directlyMasahiro Yamada2016-06-131-88/+20
* tools: moveconfig: drop code for handling type and default valueMasahiro Yamada2016-06-131-76/+29
* tools: moveconfig: do not rely on type and default value given by usersMasahiro Yamada2016-06-131-45/+43
* tools: moveconfig: increment number of processed files monotonicallyMasahiro Yamada2016-06-131-16/+49
* tools: moveconfig: exit with error message for not clean directoryMasahiro Yamada2016-06-131-0/+8
* tools: moveconfig: check compilers before starting defconfig walkMasahiro Yamada2016-06-131-23/+48
* tools: moveconfig: check directory location before compilersMasahiro Yamada2016-06-131-2/+2
* tools: moveconfig: remove redundant else: after sys.exit()Masahiro Yamada2016-06-131-7/+5
* tools: moveconfig: rename update_defconfig() to update_dotconfig()Masahiro Yamada2016-06-131-5/+5
* tools: moveconfig: fix --dry-run optionMasahiro Yamada2016-06-131-8/+7
* Fix various typos, scattered over the code.Robert P. J. Day2016-05-051-2/+2
* tools: Update openrisc toolchain informationBin Meng2016-02-241-1/+4
* tools: moveconfig: Update the URL for nds32 toolchainBin Meng2015-09-281-1/+1
* moveconfig: Print status about the processed defconfigsJoe Hershberger2015-05-271-5/+11
* moveconfig: Add a switch to enable printing errorsJoe Hershberger2015-05-271-0/+8
* moveconfig: Print a message for missing compilerJoe Hershberger2015-05-271-8/+20
* moveconfig: Output a list of failed boardsJoe Hershberger2015-05-271-0/+4
* moveconfig: Cleanup headers in arch and boardJoe Hershberger2015-05-271-5/+6
* moveconfig: Add a switch to only cleanup headersJoe Hershberger2015-05-271-5/+12
* moveconfig: Add a parameter to accept a list to buildJoe Hershberger2015-05-271-6/+20
* moveconfig: Ignore duplicate configs when movingJoe Hershberger2015-05-271-0/+1
* moveconfig: Always run savedefconfig on the moved configJoe Hershberger2015-05-271-9/+21
* tools: moveconfig: a tool to move CONFIGs from headers to defconfigsMasahiro Yamada2015-05-271-0/+853
OpenPOWER on IntegriCloud