summaryrefslogtreecommitdiffstats
path: root/tools/moveconfig.py
Commit message (Expand)AuthorAgeFilesLines
* moveconfig: Add an option to commit changesSimon Glass2016-09-161-0/+18
* moveconfig: Add an option to skip promptsSimon Glass2016-09-161-14/+23
* tools: moveconfig: add --spl option to move options for SPL buildMasahiro Yamada2016-09-061-3/+30
* tools: moveconfig: warn loudly if moved option has no entry in KconfigMasahiro Yamada2016-09-061-14/+31
* tools: moveconfig: use sets instead of lists for failed/suspicious boardsMasahiro Yamada2016-09-061-10/+10
* tools: moveconfig: remove document about deprecated error messageMasahiro Yamada2016-09-061-4/+0
* treewide: fix "followings" to "following"Masahiro Yamada2016-08-261-2/+2
* tools: moveconfig: add Xtensa GCC prefix to CROSS_COMPILE listMasahiro Yamada2016-08-261-1/+2
* tools: moveconfig: support CONFIG_SYS_EXTRA_OPTIONS cleaningMasahiro Yamada2016-08-051-0/+74
* tools: moveconfig: make getting all defconfigs into helper functionMasahiro Yamada2016-08-051-6/+11
* tools: moveconfig: fix cleanup of defines across multiple linesMasahiro Yamada2016-08-051-0/+3
* tools: moveconfig: show diffs of cleaned headers in colorMasahiro Yamada2016-08-051-10/+16
* tools: moveconfig: show result of header cleaning in unified diffMasahiro Yamada2016-08-051-5/+25
* tools: moveconfig: trim garbage lines after header cleanupsMasahiro Yamada2016-08-051-4/+81
* tools: moveconfig: do not check clean tree and compilers for -H optionMasahiro Yamada2016-08-051-4/+2
* tools: moveconfig: do not cleanup headers in include/generatedMasahiro Yamada2016-08-051-0/+2
* 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