summaryrefslogtreecommitdiff
path: root/tools/moveconfig.py
AgeCommit message (Expand)AuthorFilesLines
2022-04-03Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support"Tom Rini1-0/+65
2022-04-01global: Remove CONFIG_SYS_EXTRA_OPTIONS supportTom Rini1-65/+0
2022-03-19moveconfig: Use re.fullmatch() to avoid extra checkSimon Glass1-2/+1
2022-03-19moveconfig: Remove remove_defconfig()Simon Glass1-12/+1
2022-03-02moveconfig: Correct pylint errorsSimon Glass1-4/+1
2022-02-22moveconfig: Allow regex matches when finding combinationsSimon Glass1-2/+22
2022-02-22moveconfig: Show the config name rather than the defconfigSimon Glass1-1/+14
2022-01-31moveconfig: Fix code relying on now-stripped newline charactersAlper Nebi Yasak1-13/+13
2022-01-25moveconfig: Fix some pylint errorsSimon Glass1-96/+110
2022-01-25moveconfig: Use a function to read filesSimon Glass1-50/+63
2022-01-25moveconfig: Use a function to write filesSimon Glass1-18/+23
2022-01-25moveconfig: Drop check for old PythonSimon Glass1-9/+1
2022-01-25moveconfig: Convert to ArgumentParserSimon Glass1-109/+112
2022-01-25moveconfig: Use single quotesSimon Glass1-36/+36
2022-01-25moveconfig: Allow querying board configurationSimon Glass1-4/+82
2022-01-25moveconfig: Allow adding unit testsSimon Glass1-0/+9
2022-01-25moveconfig: Sort the optionsSimon Glass1-10/+12
2022-01-25moveconfig: Read the database in a separate functionSimon Glass1-29/+49
2022-01-25moveconfig: Correct operation of the 'imply' featureSimon Glass1-4/+5
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