summaryrefslogtreecommitdiff
path: root/tools/moveconfig.py
AgeCommit message (Expand)AuthorFilesLines
2016-08-05tools: moveconfig: do not cleanup headers in include/generatedMasahiro Yamada1-0/+2
2016-06-22tools: moveconfig: show suspicious boards with possible misconversionMasahiro Yamada1-1/+31
2016-06-22tools: moveconfig: simplify show_failed_boards() and show more infoMasahiro Yamada1-13/+14
2016-06-22tools: moveconfig: simplify source tree switchingMasahiro Yamada1-13/+9
2016-06-22tools: moveconfig: change class WorkDir to class ReferenceSourceMasahiro Yamada1-21/+28
2016-06-22tools: moveconfig: fix needless move for config with default 1Masahiro Yamada1-4/+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-05-06Fix various typos, scattered over the code.Robert P. J. Day1-2/+2
2016-02-25tools: Update openrisc toolchain informationBin Meng1-1/+4
2015-09-28tools: moveconfig: Update the URL for nds32 toolchainBin Meng1-1/+1
2015-05-27moveconfig: Print status about the processed defconfigsJoe Hershberger1-5/+11
2015-05-27moveconfig: Add a switch to enable printing errorsJoe Hershberger1-0/+8
2015-05-27moveconfig: Print a message for missing compilerJoe Hershberger1-8/+20
2015-05-27moveconfig: Output a list of failed boardsJoe Hershberger1-0/+4
2015-05-27moveconfig: Cleanup headers in arch and boardJoe Hershberger1-5/+6
2015-05-27moveconfig: Add a switch to only cleanup headersJoe Hershberger1-5/+12
2015-05-27moveconfig: Add a parameter to accept a list to buildJoe Hershberger1-6/+20
2015-05-27moveconfig: Ignore duplicate configs when movingJoe Hershberger1-0/+1
2015-05-27moveconfig: Always run savedefconfig on the moved configJoe Hershberger1-9/+21
2015-05-27tools: moveconfig: a tool to move CONFIGs from headers to defconfigsMasahiro Yamada1-0/+853