summaryrefslogtreecommitdiff
path: root/tools/moveconfig.py
AgeCommit message (Expand)Author
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
2021-04-12moveconfig.py: add to the "do not process" listTrevor Woerner
2021-04-06moveconfig: Handle binary files cleanlySimon Glass
2020-08-23moveconfig: Skip binary and ELF filesSimon Glass
2020-04-26patman: Tidy up sys.path changesSimon Glass
2020-04-26buildman: Move to absolute importsSimon Glass
2020-02-25moveconfig: convert ps.stderr to stringMarkus Klotzbuecher
2020-02-25moveconfig: replace unsafe eval with astevalMarkus Klotzbuecher
2019-11-23moveconfig.py: Fix more Python3 UTF issuesTom Rini
2019-11-04move_config: Convert to Python 3Simon Glass
2019-10-08kconfiglib: Update to the 12.14.0 releaseTom Rini
2019-07-09moveconfig: expand simple expressionsMarkus Klotzbuecher
2019-02-09moveconfig: add a second pass for empty #if/#endif blocksChris Packham
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-10-15moveconfig: fix error message in do_autoconf()Chris Packham
2017-09-29kconfiglib: update with 'imply' supportUlf Magnusson
2017-09-11moveconfig: Use fd.write() instead of print >>Simon Glass
2017-07-22RFC: moveconfig: Use toolchains from buildmanSimon Glass
2017-07-22moveconfig: Tidy up imply flag parsingSimon Glass
2017-07-11moveconfig: Allow automatic location and adding of 'imply'Simon Glass
2017-07-11moveconfig: Allow control of which implying configs are shownSimon Glass
2017-07-11moveconfig: Allow piping in 'git show --stat' outputSimon Glass
2017-07-11moveconfig: Support looking for implied CONFIG optionsSimon Glass
2017-07-11moveconfig: Support building a simple config databaseSimon Glass
2017-07-11moveconfig: Add a constant for auto.confSimon Glass
2017-07-11moveconfig: Tidy up the documentation and add hintsSimon Glass
2017-07-11moveconfig: Allow reading the defconfig list from stdinSimon Glass
2017-07-11moveconfig: Support providing a path to the defconfig filesSimon Glass
2017-07-06avr32: Retire AVR32 for goodAndy Shevchenko