| Commit message (Expand) | Author | Age | Files | Lines |
* | moveconfig: Add an option to commit changes | Simon Glass | 2016-09-16 | 1 | -0/+18 |
* | moveconfig: Add an option to skip prompts | Simon Glass | 2016-09-16 | 1 | -14/+23 |
* | tools: moveconfig: add --spl option to move options for SPL build | Masahiro Yamada | 2016-09-06 | 1 | -3/+30 |
* | tools: moveconfig: warn loudly if moved option has no entry in Kconfig | Masahiro Yamada | 2016-09-06 | 1 | -14/+31 |
* | tools: moveconfig: use sets instead of lists for failed/suspicious boards | Masahiro Yamada | 2016-09-06 | 1 | -10/+10 |
* | tools: moveconfig: remove document about deprecated error message | Masahiro Yamada | 2016-09-06 | 1 | -4/+0 |
* | treewide: fix "followings" to "following" | Masahiro Yamada | 2016-08-26 | 1 | -2/+2 |
* | tools: moveconfig: add Xtensa GCC prefix to CROSS_COMPILE list | Masahiro Yamada | 2016-08-26 | 1 | -1/+2 |
* | tools: moveconfig: support CONFIG_SYS_EXTRA_OPTIONS cleaning | Masahiro Yamada | 2016-08-05 | 1 | -0/+74 |
* | tools: moveconfig: make getting all defconfigs into helper function | Masahiro Yamada | 2016-08-05 | 1 | -6/+11 |
* | tools: moveconfig: fix cleanup of defines across multiple lines | Masahiro Yamada | 2016-08-05 | 1 | -0/+3 |
* | tools: moveconfig: show diffs of cleaned headers in color | Masahiro Yamada | 2016-08-05 | 1 | -10/+16 |
* | tools: moveconfig: show result of header cleaning in unified diff | Masahiro Yamada | 2016-08-05 | 1 | -5/+25 |
* | tools: moveconfig: trim garbage lines after header cleanups | Masahiro Yamada | 2016-08-05 | 1 | -4/+81 |
* | tools: moveconfig: do not check clean tree and compilers for -H option | Masahiro Yamada | 2016-08-05 | 1 | -4/+2 |
* | tools: moveconfig: do not cleanup headers in include/generated | Masahiro Yamada | 2016-08-05 | 1 | -0/+2 |
* | tools: moveconfig: show suspicious boards with possible misconversion | Masahiro Yamada | 2016-06-22 | 1 | -1/+31 |
* | tools: moveconfig: simplify show_failed_boards() and show more info | Masahiro Yamada | 2016-06-22 | 1 | -13/+14 |
* | tools: moveconfig: simplify source tree switching | Masahiro Yamada | 2016-06-22 | 1 | -13/+9 |
* | tools: moveconfig: change class WorkDir to class ReferenceSource | Masahiro Yamada | 2016-06-22 | 1 | -21/+28 |
* | tools: moveconfig: fix needless move for config with default 1 | Masahiro Yamada | 2016-06-22 | 1 | -4/+2 |
* | tools: moveconfig: Add a new --git-ref option | Joe Hershberger | 2016-06-13 | 1 | -6/+68 |
* | tools: moveconfig: New color used for changed defconfig | Joe Hershberger | 2016-06-13 | 1 | -1/+1 |
* | tools: moveconfig: Fix another typo | Joe Hershberger | 2016-06-13 | 1 | -1/+1 |
* | tools: moveconfig: make Slot.poll() more readable with helper methods | Masahiro Yamada | 2016-06-13 | 1 | -43/+67 |
* | tools: moveconfig: allow to run without any CONFIG specified | Masahiro Yamada | 2016-06-13 | 1 | -6/+10 |
* | tools: moveconfig: add --force-sync option | Masahiro Yamada | 2016-06-13 | 1 | -3/+14 |
* | tools: moveconfig: report when defconfig is updated | Masahiro Yamada | 2016-06-13 | 1 | -3/+11 |
* | tools: moveconfig: report when CONFIGs are removed by savedefconfig | Masahiro Yamada | 2016-06-13 | 1 | -0/+26 |
* | tools: moveconfig: display log when savedefconfig occurs | Masahiro Yamada | 2016-06-13 | 1 | -1/+2 |
* | tools: moveconfig: skip savedefconfig if .config was not updated | Masahiro Yamada | 2016-06-13 | 1 | -5/+16 |
* | tools: moveconfig: refactor code to go back to idle state | Masahiro Yamada | 2016-06-13 | 1 | -20/+17 |
* | tools: moveconfig: display log atomically in more readable format | Masahiro Yamada | 2016-06-13 | 1 | -31/+42 |
* | tools: moveconfig: move log output code out of Kconfig Parser class | Masahiro Yamada | 2016-06-13 | 1 | -12/+12 |
* | tools: moveconfig: compute file paths just once | Masahiro Yamada | 2016-06-13 | 1 | -10/+10 |
* | tools: moveconfig: allow to give CONFIG names as argument directly | Masahiro Yamada | 2016-06-13 | 1 | -88/+20 |
* | tools: moveconfig: drop code for handling type and default value | Masahiro Yamada | 2016-06-13 | 1 | -76/+29 |
* | tools: moveconfig: do not rely on type and default value given by users | Masahiro Yamada | 2016-06-13 | 1 | -45/+43 |
* | tools: moveconfig: increment number of processed files monotonically | Masahiro Yamada | 2016-06-13 | 1 | -16/+49 |
* | tools: moveconfig: exit with error message for not clean directory | Masahiro Yamada | 2016-06-13 | 1 | -0/+8 |
* | tools: moveconfig: check compilers before starting defconfig walk | Masahiro Yamada | 2016-06-13 | 1 | -23/+48 |
* | tools: moveconfig: check directory location before compilers | Masahiro Yamada | 2016-06-13 | 1 | -2/+2 |
* | tools: moveconfig: remove redundant else: after sys.exit() | Masahiro Yamada | 2016-06-13 | 1 | -7/+5 |
* | tools: moveconfig: rename update_defconfig() to update_dotconfig() | Masahiro Yamada | 2016-06-13 | 1 | -5/+5 |
* | tools: moveconfig: fix --dry-run option | Masahiro Yamada | 2016-06-13 | 1 | -8/+7 |
* | Fix various typos, scattered over the code. | Robert P. J. Day | 2016-05-05 | 1 | -2/+2 |
* | tools: Update openrisc toolchain information | Bin Meng | 2016-02-24 | 1 | -1/+4 |
* | tools: moveconfig: Update the URL for nds32 toolchain | Bin Meng | 2015-09-28 | 1 | -1/+1 |
* | moveconfig: Print status about the processed defconfigs | Joe Hershberger | 2015-05-27 | 1 | -5/+11 |
* | moveconfig: Add a switch to enable printing errors | Joe Hershberger | 2015-05-27 | 1 | -0/+8 |