summaryrefslogtreecommitdiff
path: root/tools/moveconfig.py
AgeCommit message (Expand)Author
2023-10-04moveconfig: Rename the tool to qconfigSimon Glass
2023-10-04moveconfig: Move summaries to the endSimon Glass
2023-10-04moveconfig: Drop the initial outputSimon Glass
2023-10-04moveconfig: Show a summary at the endSimon Glass
2023-10-04moveconfig: Show failures in progressSimon Glass
2023-10-04moveconfig: Use u_boot_pylib for terminal colourSimon Glass
2023-10-04moveconfig: Avoid showing progress at the endSimon Glass
2023-10-04moveconfig: Reduce the amount of outputSimon Glass
2023-10-04moveconfig: Only show output when there is a reasonSimon Glass
2023-10-04moveconfig: Fix misc pylint warningsSimon Glass
2023-10-04moveconfig: Use an encoding with open()Simon Glass
2023-10-04moveconfig: Correct list-comprehension warningsSimon Glass
2023-10-04moveconfig: Correct use of members not declared in __init__()Simon Glass
2023-10-04moveconfig: Correct non-snake variables namesSimon Glass
2023-10-04moveconfig: Correct unused variablesSimon Glass
2023-10-04moveconfig: Use f strings where possibleSimon Glass
2023-10-04moveconfig: Correct parameter-type warningsSimon Glass
2023-10-04moveconfig: Correct some regular-expression stringsSimon Glass
2023-10-04moveconfig: Drop suspicious boardsSimon Glass
2023-10-04moveconfig: Drop check_defconfig() and update_dotconfig()Simon Glass
2023-10-04moveconfig: Drop CONFIG-moving codeSimon Glass
2023-10-04moveconfig: Drop unused cleanup optionsSimon Glass
2023-10-04moveconfig: Correct ordering of asteval importSimon Glass
2023-10-04moveconfig: Avoid deprecation warning for setDaemonSimon Glass
2023-10-04moveconfig: Drop -H optionSimon Glass
2023-07-24buildman: Convert camel case in bsettings.pySimon Glass
2023-02-07moveconfig: Add an option to compare Kconfig against sourceSimon Glass
2022-12-23kbuild: Remove checking for adhoc CONFIG symbolsTom Rini
2022-08-05Revert "Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support""Simon Glass
2022-04-02Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support"Tom Rini
2022-04-01global: Remove CONFIG_SYS_EXTRA_OPTIONS supportTom Rini
2022-03-18moveconfig: Use re.fullmatch() to avoid extra checkSimon Glass
2022-03-18moveconfig: Remove remove_defconfig()Simon Glass
2022-03-02moveconfig: Correct pylint errorsSimon Glass
2022-02-22moveconfig: Allow regex matches when finding combinationsSimon Glass
2022-02-22moveconfig: Show the config name rather than the defconfigSimon Glass
2022-01-30moveconfig: Fix code relying on now-stripped newline charactersAlper Nebi Yasak
2022-01-24moveconfig: Fix some pylint errorsSimon Glass
2022-01-24moveconfig: Use a function to read filesSimon Glass
2022-01-24moveconfig: Use a function to write filesSimon Glass
2022-01-24moveconfig: Drop check for old PythonSimon Glass
2022-01-24moveconfig: Convert to ArgumentParserSimon Glass
2022-01-24moveconfig: Use single quotesSimon Glass
2022-01-24moveconfig: Allow querying board configurationSimon Glass
2022-01-24moveconfig: Allow adding unit testsSimon Glass
2022-01-24moveconfig: Sort the optionsSimon Glass
2022-01-24moveconfig: Read the database in a separate functionSimon Glass
2022-01-24moveconfig: Correct operation of the 'imply' featureSimon Glass
2021-08-01moveconfig: Update to newer kconfiglibSimon Glass
2021-08-01doc: Add docs for the moveconfig toolSimon Glass