summaryrefslogtreecommitdiff
path: root/tools/moveconfig.py
AgeCommit message (Expand)AuthorFilesLines
2021-08-01moveconfig: Update to newer kconfiglibSimon Glass1-12/+12
2021-08-01doc: Add docs for the moveconfig toolSimon Glass1-290/+1
2021-04-13moveconfig.py: add to the "do not process" listTrevor Woerner1-1/+1
2021-04-06moveconfig: Handle binary files cleanlySimon Glass1-2/+14
2020-08-23moveconfig: Skip binary and ELF filesSimon Glass1-1/+2
2020-04-26patman: Tidy up sys.path changesSimon Glass1-2/+0
2020-04-26buildman: Move to absolute importsSimon Glass1-4/+4
2020-02-25moveconfig: convert ps.stderr to stringMarkus Klotzbuecher1-1/+1
2020-02-25moveconfig: replace unsafe eval with astevalMarkus Klotzbuecher1-1/+3
2019-11-23moveconfig.py: Fix more Python3 UTF issuesTom Rini1-1/+4
2019-11-05move_config: Convert to Python 3Simon Glass1-41/+41
2019-10-08kconfiglib: Update to the 12.14.0 releaseTom Rini1-6/+6
2019-07-09moveconfig: expand simple expressionsMarkus Klotzbuecher1-0/+41
2019-02-09moveconfig: add a second pass for empty #if/#endif blocksChris Packham1-2/+25
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-15moveconfig: fix error message in do_autoconf()Chris Packham1-1/+1
2017-09-29kconfiglib: update with 'imply' supportUlf Magnusson1-1/+1
2017-09-12moveconfig: Use fd.write() instead of print >>Simon Glass1-3/+3
2017-07-23RFC: moveconfig: Use toolchains from buildmanSimon Glass1-96/+34
2017-07-23moveconfig: Tidy up imply flag parsingSimon Glass1-8/+15
2017-07-11moveconfig: Allow automatic location and adding of 'imply'Simon Glass1-9/+215
2017-07-11moveconfig: Allow control of which implying configs are shownSimon Glass1-4/+32
2017-07-11moveconfig: Allow piping in 'git show --stat' outputSimon Glass1-0/+2
2017-07-11moveconfig: Support looking for implied CONFIG optionsSimon Glass1-1/+214
2017-07-11moveconfig: Support building a simple config databaseSimon Glass1-7/+74
2017-07-11moveconfig: Add a constant for auto.confSimon Glass1-4/+6
2017-07-11moveconfig: Tidy up the documentation and add hintsSimon Glass1-2/+20
2017-07-11moveconfig: Allow reading the defconfig list from stdinSimon Glass1-3/+18
2017-07-11moveconfig: Support providing a path to the defconfig filesSimon Glass1-2/+19
2017-07-06avr32: Retire AVR32 for goodAndy Shevchenko1-1/+0
2017-05-08tools: moveconfig: cleanup README entiresChris Packham1-0/+41
2017-05-08tools: moveconfig: cleanup whitelist entriesChris Packham1-0/+20
2017-05-08tools: moveconfig: extract helper function for user confirmationChris Packham1-19/+18
2017-04-18tools: moveconfig: remove GCC prefix of obsolete architectureMasahiro Yamada1-7/+0
2016-10-24tools: moveconfig: support wildcards in --defconfigs fileMasahiro Yamada1-8/+22
2016-09-17moveconfig: Add an option to commit changesSimon Glass1-0/+18
2016-09-17moveconfig: Add an option to skip promptsSimon Glass1-14/+23
2016-09-06tools: moveconfig: add --spl option to move options for SPL buildMasahiro Yamada1-3/+30
2016-09-06tools: moveconfig: warn loudly if moved option has no entry in KconfigMasahiro Yamada1-14/+31
2016-09-06tools: moveconfig: use sets instead of lists for failed/suspicious boardsMasahiro Yamada1-10/+10
2016-09-06tools: moveconfig: remove document about deprecated error messageMasahiro Yamada1-4/+0
2016-08-27treewide: fix "followings" to "following"Masahiro Yamada1-2/+2
2016-08-27tools: moveconfig: add Xtensa GCC prefix to CROSS_COMPILE listMasahiro Yamada1-1/+2
2016-08-05tools: moveconfig: support CONFIG_SYS_EXTRA_OPTIONS cleaningMasahiro Yamada1-0/+74
2016-08-05tools: moveconfig: make getting all defconfigs into helper functionMasahiro Yamada1-6/+11
2016-08-05tools: moveconfig: fix cleanup of defines across multiple linesMasahiro Yamada1-0/+3
2016-08-05tools: moveconfig: show diffs of cleaned headers in colorMasahiro Yamada1-10/+16
2016-08-05tools: moveconfig: show result of header cleaning in unified diffMasahiro Yamada1-5/+25
2016-08-05tools: moveconfig: trim garbage lines after header cleanupsMasahiro Yamada1-4/+81
2016-08-05tools: moveconfig: do not check clean tree and compilers for -H optionMasahiro Yamada1-4/+2