summaryrefslogtreecommitdiff
path: root/tools/moveconfig.py
AgeCommit message (Expand)Author
2017-07-23RFC: moveconfig: Use toolchains from buildmanSimon Glass
2017-07-23moveconfig: Tidy up imply flag parsingSimon Glass
2017-07-11moveconfig: Allow automatic location and adding of 'imply'Simon Glass
2017-07-11moveconfig: Allow control of which implying configs are shownSimon Glass
2017-07-11moveconfig: Allow piping in 'git show --stat' outputSimon Glass
2017-07-11moveconfig: Support looking for implied CONFIG optionsSimon Glass
2017-07-11moveconfig: Support building a simple config databaseSimon Glass
2017-07-11moveconfig: Add a constant for auto.confSimon Glass
2017-07-11moveconfig: Tidy up the documentation and add hintsSimon Glass
2017-07-11moveconfig: Allow reading the defconfig list from stdinSimon Glass
2017-07-11moveconfig: Support providing a path to the defconfig filesSimon Glass
2017-07-06avr32: Retire AVR32 for goodAndy Shevchenko
2017-05-08tools: moveconfig: cleanup README entiresChris Packham
2017-05-08tools: moveconfig: cleanup whitelist entriesChris Packham
2017-05-08tools: moveconfig: extract helper function for user confirmationChris Packham
2017-04-18tools: moveconfig: remove GCC prefix of obsolete architectureMasahiro Yamada
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-12tools: moveconfig: Add a new --git-ref optionJoe Hershberger
2016-06-12tools: moveconfig: New color used for changed defconfigJoe Hershberger
2016-06-12tools: moveconfig: Fix another typoJoe Hershberger
2016-06-12tools: moveconfig: make Slot.poll() more readable with helper methodsMasahiro Yamada
2016-06-12tools: moveconfig: allow to run without any CONFIG specifiedMasahiro Yamada
2016-06-12tools: moveconfig: add --force-sync optionMasahiro Yamada
2016-06-12tools: moveconfig: report when defconfig is updatedMasahiro Yamada
2016-06-12tools: moveconfig: report when CONFIGs are removed by savedefconfigMasahiro Yamada
2016-06-12tools: moveconfig: display log when savedefconfig occursMasahiro Yamada
2016-06-12tools: moveconfig: skip savedefconfig if .config was not updatedMasahiro Yamada
2016-06-12tools: moveconfig: refactor code to go back to idle stateMasahiro Yamada
2016-06-12tools: moveconfig: display log atomically in more readable formatMasahiro Yamada