summaryrefslogtreecommitdiff
path: root/tools/moveconfig.py
Commit message (Expand)AuthorAgeFilesLines
* moveconfig: Add an option to compare Kconfig against sourceSimon Glass2023-02-071-0/+334
* kbuild: Remove checking for adhoc CONFIG symbolsTom Rini2022-12-231-30/+2
* Revert "Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support""Simon Glass2022-08-051-65/+0
* Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support"Tom Rini2022-04-021-0/+65
* global: Remove CONFIG_SYS_EXTRA_OPTIONS supportTom Rini2022-04-011-65/+0
* moveconfig: Use re.fullmatch() to avoid extra checkSimon Glass2022-03-181-2/+1
* moveconfig: Remove remove_defconfig()Simon Glass2022-03-181-12/+1
* moveconfig: Correct pylint errorsSimon Glass2022-03-021-4/+1
* moveconfig: Allow regex matches when finding combinationsSimon Glass2022-02-221-2/+22
* moveconfig: Show the config name rather than the defconfigSimon Glass2022-02-221-1/+14
* moveconfig: Fix code relying on now-stripped newline charactersAlper Nebi Yasak2022-01-301-13/+13
* moveconfig: Fix some pylint errorsSimon Glass2022-01-241-96/+110
* moveconfig: Use a function to read filesSimon Glass2022-01-241-50/+63
* moveconfig: Use a function to write filesSimon Glass2022-01-241-18/+23
* moveconfig: Drop check for old PythonSimon Glass2022-01-241-9/+1
* moveconfig: Convert to ArgumentParserSimon Glass2022-01-241-109/+112
* moveconfig: Use single quotesSimon Glass2022-01-241-36/+36
* moveconfig: Allow querying board configurationSimon Glass2022-01-241-4/+82
* moveconfig: Allow adding unit testsSimon Glass2022-01-241-0/+9
* moveconfig: Sort the optionsSimon Glass2022-01-241-10/+12
* moveconfig: Read the database in a separate functionSimon Glass2022-01-241-29/+49
* moveconfig: Correct operation of the 'imply' featureSimon Glass2022-01-241-4/+5
* moveconfig: Update to newer kconfiglibSimon Glass2021-08-011-12/+12
* doc: Add docs for the moveconfig toolSimon Glass2021-08-011-290/+1
* 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