summaryrefslogtreecommitdiff
path: root/tools/moveconfig.py
AgeCommit message (Expand)Author
2016-10-24tools: moveconfig: support wildcards in --defconfigs fileMasahiro Yamada
2016-09-16moveconfig: Add an option to commit changesSimon Glass
2016-09-16moveconfig: Add an option to skip promptsSimon Glass
2016-09-06tools: moveconfig: add --spl option to move options for SPL buildMasahiro Yamada
2016-09-06tools: moveconfig: warn loudly if moved option has no entry in KconfigMasahiro Yamada
2016-09-06tools: moveconfig: use sets instead of lists for failed/suspicious boardsMasahiro Yamada
2016-09-06tools: moveconfig: remove document about deprecated error messageMasahiro Yamada
2016-08-26treewide: fix "followings" to "following"Masahiro Yamada
2016-08-26tools: moveconfig: add Xtensa GCC prefix to CROSS_COMPILE listMasahiro Yamada
2016-08-05tools: moveconfig: support CONFIG_SYS_EXTRA_OPTIONS cleaningMasahiro Yamada
2016-08-05tools: moveconfig: make getting all defconfigs into helper functionMasahiro Yamada
2016-08-05tools: moveconfig: fix cleanup of defines across multiple linesMasahiro Yamada
2016-08-05tools: moveconfig: show diffs of cleaned headers in colorMasahiro Yamada
2016-08-05tools: moveconfig: show result of header cleaning in unified diffMasahiro Yamada
2016-08-05tools: moveconfig: trim garbage lines after header cleanupsMasahiro Yamada
2016-08-05tools: moveconfig: do not check clean tree and compilers for -H optionMasahiro Yamada
2016-08-05tools: moveconfig: do not cleanup headers in include/generatedMasahiro Yamada
2016-06-22tools: moveconfig: show suspicious boards with possible misconversionMasahiro Yamada
2016-06-22tools: moveconfig: simplify show_failed_boards() and show more infoMasahiro Yamada
2016-06-22tools: moveconfig: simplify source tree switchingMasahiro Yamada
2016-06-22tools: moveconfig: change class WorkDir to class ReferenceSourceMasahiro Yamada
2016-06-22tools: moveconfig: fix needless move for config with default 1Masahiro Yamada
2016-06-13tools: moveconfig: Add a new --git-ref optionJoe Hershberger
2016-06-13tools: moveconfig: New color used for changed defconfigJoe Hershberger
2016-06-13tools: moveconfig: Fix another typoJoe Hershberger
2016-06-13tools: moveconfig: make Slot.poll() more readable with helper methodsMasahiro Yamada
2016-06-13tools: moveconfig: allow to run without any CONFIG specifiedMasahiro Yamada
2016-06-13tools: moveconfig: add --force-sync optionMasahiro Yamada
2016-06-13tools: moveconfig: report when defconfig is updatedMasahiro Yamada
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