summaryrefslogtreecommitdiffstats
path: root/tools/moveconfig.py
Commit message (Expand)AuthorAgeFilesLines
* tools: moveconfig: show suspicious boards with possible misconversionMasahiro Yamada2016-06-221-1/+31
* tools: moveconfig: simplify show_failed_boards() and show more infoMasahiro Yamada2016-06-221-13/+14
* tools: moveconfig: simplify source tree switchingMasahiro Yamada2016-06-221-13/+9
* tools: moveconfig: change class WorkDir to class ReferenceSourceMasahiro Yamada2016-06-221-21/+28
* tools: moveconfig: fix needless move for config with default 1Masahiro Yamada2016-06-221-4/+2
* tools: moveconfig: Add a new --git-ref optionJoe Hershberger2016-06-131-6/+68
* tools: moveconfig: New color used for changed defconfigJoe Hershberger2016-06-131-1/+1
* tools: moveconfig: Fix another typoJoe Hershberger2016-06-131-1/+1
* tools: moveconfig: make Slot.poll() more readable with helper methodsMasahiro Yamada2016-06-131-43/+67
* tools: moveconfig: allow to run without any CONFIG specifiedMasahiro Yamada2016-06-131-6/+10
* tools: moveconfig: add --force-sync optionMasahiro Yamada2016-06-131-3/+14
* tools: moveconfig: report when defconfig is updatedMasahiro Yamada2016-06-131-3/+11
* tools: moveconfig: report when CONFIGs are removed by savedefconfigMasahiro Yamada2016-06-131-0/+26
* tools: moveconfig: display log when savedefconfig occursMasahiro Yamada2016-06-131-1/+2
* tools: moveconfig: skip savedefconfig if .config was not updatedMasahiro Yamada2016-06-131-5/+16
* tools: moveconfig: refactor code to go back to idle stateMasahiro Yamada2016-06-131-20/+17
* tools: moveconfig: display log atomically in more readable formatMasahiro Yamada2016-06-131-31/+42
* 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