Age | Commit message (Expand) | Author | Files | Lines |
2019-11-23 | moveconfig.py: Fix more Python3 UTF issues | Tom Rini | 1 | -1/+4 |
2019-11-05 | move_config: Convert to Python 3 | Simon Glass | 1 | -41/+41 |
2019-10-08 | kconfiglib: Update to the 12.14.0 release | Tom Rini | 1 | -6/+6 |
2019-07-09 | moveconfig: expand simple expressions | Markus Klotzbuecher | 1 | -0/+41 |
2019-02-09 | moveconfig: add a second pass for empty #if/#endif blocks | Chris Packham | 1 | -2/+25 |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 1 | -2/+1 |
2017-10-15 | moveconfig: fix error message in do_autoconf() | Chris Packham | 1 | -1/+1 |
2017-09-29 | kconfiglib: update with 'imply' support | Ulf Magnusson | 1 | -1/+1 |
2017-09-12 | moveconfig: Use fd.write() instead of print >> | Simon Glass | 1 | -3/+3 |
2017-07-23 | RFC: moveconfig: Use toolchains from buildman | Simon Glass | 1 | -96/+34 |
2017-07-23 | moveconfig: Tidy up imply flag parsing | Simon Glass | 1 | -8/+15 |
2017-07-11 | moveconfig: Allow automatic location and adding of 'imply' | Simon Glass | 1 | -9/+215 |
2017-07-11 | moveconfig: Allow control of which implying configs are shown | Simon Glass | 1 | -4/+32 |
2017-07-11 | moveconfig: Allow piping in 'git show --stat' output | Simon Glass | 1 | -0/+2 |
2017-07-11 | moveconfig: Support looking for implied CONFIG options | Simon Glass | 1 | -1/+214 |
2017-07-11 | moveconfig: Support building a simple config database | Simon Glass | 1 | -7/+74 |
2017-07-11 | moveconfig: Add a constant for auto.conf | Simon Glass | 1 | -4/+6 |
2017-07-11 | moveconfig: Tidy up the documentation and add hints | Simon Glass | 1 | -2/+20 |
2017-07-11 | moveconfig: Allow reading the defconfig list from stdin | Simon Glass | 1 | -3/+18 |
2017-07-11 | moveconfig: Support providing a path to the defconfig files | Simon Glass | 1 | -2/+19 |
2017-07-06 | avr32: Retire AVR32 for good | Andy Shevchenko | 1 | -1/+0 |
2017-05-08 | tools: moveconfig: cleanup README entires | Chris Packham | 1 | -0/+41 |
2017-05-08 | tools: moveconfig: cleanup whitelist entries | Chris Packham | 1 | -0/+20 |
2017-05-08 | tools: moveconfig: extract helper function for user confirmation | Chris Packham | 1 | -19/+18 |
2017-04-18 | tools: moveconfig: remove GCC prefix of obsolete architecture | Masahiro Yamada | 1 | -7/+0 |
2016-10-24 | tools: moveconfig: support wildcards in --defconfigs file | Masahiro Yamada | 1 | -8/+22 |
2016-09-17 | moveconfig: Add an option to commit changes | Simon Glass | 1 | -0/+18 |
2016-09-17 | moveconfig: Add an option to skip prompts | Simon Glass | 1 | -14/+23 |
2016-09-06 | tools: moveconfig: add --spl option to move options for SPL build | Masahiro Yamada | 1 | -3/+30 |
2016-09-06 | tools: moveconfig: warn loudly if moved option has no entry in Kconfig | Masahiro Yamada | 1 | -14/+31 |
2016-09-06 | tools: moveconfig: use sets instead of lists for failed/suspicious boards | Masahiro Yamada | 1 | -10/+10 |
2016-09-06 | tools: moveconfig: remove document about deprecated error message | Masahiro Yamada | 1 | -4/+0 |
2016-08-27 | treewide: fix "followings" to "following" | Masahiro Yamada | 1 | -2/+2 |
2016-08-27 | tools: moveconfig: add Xtensa GCC prefix to CROSS_COMPILE list | Masahiro Yamada | 1 | -1/+2 |
2016-08-05 | tools: moveconfig: support CONFIG_SYS_EXTRA_OPTIONS cleaning | Masahiro Yamada | 1 | -0/+74 |
2016-08-05 | tools: moveconfig: make getting all defconfigs into helper function | Masahiro Yamada | 1 | -6/+11 |
2016-08-05 | tools: moveconfig: fix cleanup of defines across multiple lines | Masahiro Yamada | 1 | -0/+3 |
2016-08-05 | tools: moveconfig: show diffs of cleaned headers in color | Masahiro Yamada | 1 | -10/+16 |
2016-08-05 | tools: moveconfig: show result of header cleaning in unified diff | Masahiro Yamada | 1 | -5/+25 |
2016-08-05 | tools: moveconfig: trim garbage lines after header cleanups | Masahiro Yamada | 1 | -4/+81 |
2016-08-05 | tools: moveconfig: do not check clean tree and compilers for -H option | Masahiro Yamada | 1 | -4/+2 |
2016-08-05 | tools: moveconfig: do not cleanup headers in include/generated | Masahiro Yamada | 1 | -0/+2 |
2016-06-22 | tools: moveconfig: show suspicious boards with possible misconversion | Masahiro Yamada | 1 | -1/+31 |
2016-06-22 | tools: moveconfig: simplify show_failed_boards() and show more info | Masahiro Yamada | 1 | -13/+14 |
2016-06-22 | tools: moveconfig: simplify source tree switching | Masahiro Yamada | 1 | -13/+9 |
2016-06-22 | tools: moveconfig: change class WorkDir to class ReferenceSource | Masahiro Yamada | 1 | -21/+28 |
2016-06-22 | tools: moveconfig: fix needless move for config with default 1 | Masahiro Yamada | 1 | -4/+2 |
2016-06-13 | tools: moveconfig: Add a new --git-ref option | Joe Hershberger | 1 | -6/+68 |
2016-06-13 | tools: moveconfig: New color used for changed defconfig | Joe Hershberger | 1 | -1/+1 |
2016-06-13 | tools: moveconfig: Fix another typo | Joe Hershberger | 1 | -1/+1 |