aboutsummaryrefslogtreecommitdiff
path: root/tools/moveconfig.py
Commit message (Expand)AuthorAgeFilesLines
* moveconfig: Rename the tool to qconfigSimon Glass2023-10-041-1624/+0
* moveconfig: Move summaries to the endSimon Glass2023-10-041-13/+23
* moveconfig: Drop the initial outputSimon Glass2023-10-041-6/+0
* moveconfig: Show a summary at the endSimon Glass2023-10-041-13/+15
* moveconfig: Show failures in progressSimon Glass2023-10-041-7/+19
* moveconfig: Use u_boot_pylib for terminal colourSimon Glass2023-10-041-54/+38
* moveconfig: Avoid showing progress at the endSimon Glass2023-10-041-1/+2
* moveconfig: Reduce the amount of outputSimon Glass2023-10-041-12/+17
* moveconfig: Only show output when there is a reasonSimon Glass2023-10-041-6/+6
* moveconfig: Fix misc pylint warningsSimon Glass2023-10-041-11/+12
* moveconfig: Use an encoding with open()Simon Glass2023-10-041-2/+4
* moveconfig: Correct list-comprehension warningsSimon Glass2023-10-041-4/+4
* moveconfig: Correct use of members not declared in __init__()Simon Glass2023-10-041-0/+4
* moveconfig: Correct non-snake variables namesSimon Glass2023-10-041-35/+35
* moveconfig: Correct unused variablesSimon Glass2023-10-041-14/+12
* moveconfig: Use f strings where possibleSimon Glass2023-10-041-28/+28
* moveconfig: Correct parameter-type warningsSimon Glass2023-10-041-21/+22
* moveconfig: Correct some regular-expression stringsSimon Glass2023-10-041-4/+4
* moveconfig: Drop suspicious boardsSimon Glass2023-10-041-25/+0
* moveconfig: Drop check_defconfig() and update_dotconfig()Simon Glass2023-10-041-60/+2
* moveconfig: Drop CONFIG-moving codeSimon Glass2023-10-041-144/+19
* moveconfig: Drop unused cleanup optionsSimon Glass2023-10-041-252/+2
* moveconfig: Correct ordering of asteval importSimon Glass2023-10-041-1/+1
* moveconfig: Avoid deprecation warning for setDaemonSimon Glass2023-10-041-1/+1
* moveconfig: Drop -H optionSimon Glass2023-10-041-11/+7
* buildman: Convert camel case in bsettings.pySimon Glass2023-07-241-1/+1
* 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