summaryrefslogtreecommitdiffstats
path: root/tools/moveconfig.py
Commit message (Expand)AuthorAgeFilesLines
* moveconfig.py: add to the "do not process" listTrevor Woerner2021-04-121-1/+1
* moveconfig: Handle binary files cleanlySimon Glass2021-04-061-2/+14
* moveconfig: Skip binary and ELF filesSimon Glass2020-08-231-1/+2
* patman: Tidy up sys.path changesSimon Glass2020-04-261-2/+0
* buildman: Move to absolute importsSimon Glass2020-04-261-4/+4
* moveconfig: convert ps.stderr to stringMarkus Klotzbuecher2020-02-251-1/+1
* moveconfig: replace unsafe eval with astevalMarkus Klotzbuecher2020-02-251-1/+3
* moveconfig.py: Fix more Python3 UTF issuesTom Rini2019-11-231-1/+4
* move_config: Convert to Python 3Simon Glass2019-11-041-41/+41
* kconfiglib: Update to the 12.14.0 releaseTom Rini2019-10-081-6/+6
* moveconfig: expand simple expressionsMarkus Klotzbuecher2019-07-091-0/+41
* moveconfig: add a second pass for empty #if/#endif blocksChris Packham2019-02-091-2/+25
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* moveconfig: fix error message in do_autoconf()Chris Packham2017-10-151-1/+1
* kconfiglib: update with 'imply' supportUlf Magnusson2017-09-291-1/+1
* moveconfig: Use fd.write() instead of print >>Simon Glass2017-09-111-3/+3
* RFC: moveconfig: Use toolchains from buildmanSimon Glass2017-07-221-96/+34
* moveconfig: Tidy up imply flag parsingSimon Glass2017-07-221-8/+15
* moveconfig: Allow automatic location and adding of 'imply'Simon Glass2017-07-111-9/+215
* moveconfig: Allow control of which implying configs are shownSimon Glass2017-07-111-4/+32
* moveconfig: Allow piping in 'git show --stat' outputSimon Glass2017-07-111-0/+2
* moveconfig: Support looking for implied CONFIG optionsSimon Glass2017-07-111-1/+214
* moveconfig: Support building a simple config databaseSimon Glass2017-07-111-7/+74
* moveconfig: Add a constant for auto.confSimon Glass2017-07-111-4/+6
* moveconfig: Tidy up the documentation and add hintsSimon Glass2017-07-111-2/+20
* moveconfig: Allow reading the defconfig list from stdinSimon Glass2017-07-111-3/+18
* moveconfig: Support providing a path to the defconfig filesSimon Glass2017-07-111-2/+19
* avr32: Retire AVR32 for goodAndy Shevchenko2017-07-061-1/+0
* tools: moveconfig: cleanup README entiresChris Packham2017-05-081-0/+41
* tools: moveconfig: cleanup whitelist entriesChris Packham2017-05-081-0/+20
* tools: moveconfig: extract helper function for user confirmationChris Packham2017-05-081-19/+18
* tools: moveconfig: remove GCC prefix of obsolete architectureMasahiro Yamada2017-04-181-7/+0
* tools: moveconfig: support wildcards in --defconfigs fileMasahiro Yamada2016-10-241-8/+22
* 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