- 8a37203 qconfig: Rename the database file by Simon Glass · 1 year, 2 months ago
- bf0e11a moveconfig: Rename the tool to qconfig by Simon Glass · 1 year, 2 months ago[Renamed (99%) from tools/moveconfig.py]
- 6570924 moveconfig: Move summaries to the end by Simon Glass · 1 year, 2 months ago
- 8d69a9e moveconfig: Drop the initial output by Simon Glass · 1 year, 2 months ago
- 2979043 moveconfig: Show a summary at the end by Simon Glass · 1 year, 2 months ago
- bef6736 moveconfig: Show failures in progress by Simon Glass · 1 year, 2 months ago
- 9b19110 moveconfig: Use u_boot_pylib for terminal colour by Simon Glass · 1 year, 2 months ago
- 99c28cd moveconfig: Avoid showing progress at the end by Simon Glass · 1 year, 2 months ago
- e24ac99 moveconfig: Reduce the amount of output by Simon Glass · 1 year, 2 months ago
- 4fd16e6 moveconfig: Only show output when there is a reason by Simon Glass · 1 year, 2 months ago
- e19a9cd moveconfig: Fix misc pylint warnings by Simon Glass · 1 year, 2 months ago
- 47f2289 moveconfig: Use an encoding with open() by Simon Glass · 1 year, 2 months ago
- d708cf7 moveconfig: Correct list-comprehension warnings by Simon Glass · 1 year, 2 months ago
- 67ee011 moveconfig: Correct use of members not declared in __init__() by Simon Glass · 1 year, 2 months ago
- 4f6725c moveconfig: Correct non-snake variables names by Simon Glass · 1 year, 2 months ago
- beb825d moveconfig: Correct unused variables by Simon Glass · 1 year, 2 months ago
- 96f8f31 moveconfig: Use f strings where possible by Simon Glass · 1 year, 2 months ago
- c89a296 moveconfig: Correct parameter-type warnings by Simon Glass · 1 year, 2 months ago
- 2deee26 moveconfig: Correct some regular-expression strings by Simon Glass · 1 year, 2 months ago
- 5202852 moveconfig: Drop suspicious boards by Simon Glass · 1 year, 2 months ago
- c1c10c2 moveconfig: Drop check_defconfig() and update_dotconfig() by Simon Glass · 1 year, 2 months ago
- 08d148a moveconfig: Drop CONFIG-moving code by Simon Glass · 1 year, 2 months ago
- 35688b6 moveconfig: Drop unused cleanup options by Simon Glass · 1 year, 2 months ago
- 5367e57 moveconfig: Correct ordering of asteval import by Simon Glass · 1 year, 2 months ago
- 5cda902 moveconfig: Avoid deprecation warning for setDaemon by Simon Glass · 1 year, 2 months ago
- 1572b3f moveconfig: Drop -H option by Simon Glass · 1 year, 2 months ago
- 06b83a5 buildman: Convert camel case in bsettings.py by Simon Glass · 1 year, 4 months ago
- 4c4eb7c moveconfig: Add an option to compare Kconfig against source by Simon Glass · 1 year, 10 months ago
- c1b64aa kbuild: Remove checking for adhoc CONFIG symbols by Tom Rini · 2 years ago
- 1d2c13c Revert "Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support"" by Simon Glass · 2 years, 5 months ago
- a23179e Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support" by Tom Rini · 2 years, 8 months ago
- 215ec5c global: Remove CONFIG_SYS_EXTRA_OPTIONS support by Tom Rini · 2 years, 8 months ago
- fea71c9 moveconfig: Use re.fullmatch() to avoid extra check by Simon Glass · 2 years, 9 months ago
- 51aa73b moveconfig: Remove remove_defconfig() by Simon Glass · 2 years, 9 months ago
- afaddc7 moveconfig: Correct pylint errors by Simon Glass · 2 years, 10 months ago
- 99f7942 moveconfig: Allow regex matches when finding combinations by Simon Glass · 2 years, 10 months ago
- e803755 moveconfig: Show the config name rather than the defconfig by Simon Glass · 2 years, 10 months ago
- cab8407 moveconfig: Fix code relying on now-stripped newline characters by Alper Nebi Yasak · 2 years, 10 months ago
- b3464eb moveconfig: Fix some pylint errors by Simon Glass · 3 years ago
- aba238f moveconfig: Use a function to read files by Simon Glass · 3 years ago
- b09ae45 moveconfig: Use a function to write files by Simon Glass · 3 years ago
- 34c505f moveconfig: Drop check for old Python by Simon Glass · 3 years ago
- d9c1da2 moveconfig: Convert to ArgumentParser by Simon Glass · 3 years ago
- dc634d9 moveconfig: Use single quotes by Simon Glass · 3 years ago
- 0082b2e moveconfig: Allow querying board configuration by Simon Glass · 3 years ago
- bb57be7 moveconfig: Allow adding unit tests by Simon Glass · 3 years ago
- 0559a74 moveconfig: Sort the options by Simon Glass · 3 years ago
- f931c2f moveconfig: Read the database in a separate function by Simon Glass · 3 years ago
- 93c0a9e moveconfig: Correct operation of the 'imply' feature by Simon Glass · 3 years ago
- 520b47a moveconfig: Update to newer kconfiglib by Simon Glass · 3 years, 4 months ago
- 83cc72e doc: Add docs for the moveconfig tool by Simon Glass · 3 years, 4 months ago
- aaad0c2 moveconfig.py: add to the "do not process" list by Trevor Woerner · 3 years, 8 months ago
- ea52c2d moveconfig: Handle binary files cleanly by Simon Glass · 3 years, 8 months ago
- ce44bf5 moveconfig: Skip binary and ELF files by Simon Glass · 4 years, 4 months ago
- 4214316 patman: Tidy up sys.path changes by Simon Glass · 4 years, 7 months ago
- f0d9c10 buildman: Move to absolute imports by Simon Glass · 4 years, 7 months ago
- 8773f35 moveconfig: convert ps.stderr to string by Markus Klotzbuecher · 4 years, 10 months ago
- bac0bb5 moveconfig: replace unsafe eval with asteval by Markus Klotzbuecher · 4 years, 10 months ago
- e90c007 moveconfig.py: Fix more Python3 UTF issues by Tom Rini · 5 years ago
- 1f70186 move_config: Convert to Python 3 by Simon Glass · 5 years ago
- 3c5f415 kconfiglib: Update to the 12.14.0 release by Tom Rini · 5 years ago
- 3d5d418 moveconfig: expand simple expressions by Markus Klotzbuecher · 6 years ago
- 73f6c7c moveconfig: add a second pass for empty #if/#endif blocks by Chris Packham · 6 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 1ebcbd1 moveconfig: fix error message in do_autoconf() by Chris Packham · 7 years ago
- 1682e05 kconfiglib: update with 'imply' support by Ulf Magnusson · 7 years ago
- 1c87931 moveconfig: Use fd.write() instead of print >> by Simon Glass · 7 years ago
- 257f523 RFC: moveconfig: Use toolchains from buildman by Simon Glass · 7 years ago
- 5f09692 moveconfig: Tidy up imply flag parsing by Simon Glass · 7 years ago
- 4411633 moveconfig: Allow automatic location and adding of 'imply' by Simon Glass · 7 years ago
- 92e5558 moveconfig: Allow control of which implying configs are shown by Simon Glass · 7 years ago
- 452fa8e moveconfig: Allow piping in 'git show --stat' output by Simon Glass · 7 years ago
- c6e73cf moveconfig: Support looking for implied CONFIG options by Simon Glass · 7 years ago
- 43cf08f moveconfig: Support building a simple config database by Simon Glass · 7 years ago
- 8fb5bd0 moveconfig: Add a constant for auto.conf by Simon Glass · 7 years ago
- 2d79f70 moveconfig: Tidy up the documentation and add hints by Simon Glass · 7 years ago
- 8f3cf31 moveconfig: Allow reading the defconfig list from stdin by Simon Glass · 7 years ago
- 18774bc moveconfig: Support providing a path to the defconfig files by Simon Glass · 7 years ago
- 8cb5cdd avr32: Retire AVR32 for good by Andy Shevchenko · 7 years ago
- 0e6deff tools: moveconfig: cleanup README entires by Chris Packham · 8 years ago
- 9d5274f tools: moveconfig: cleanup whitelist entries by Chris Packham · 8 years ago
- 85e15c5 tools: moveconfig: extract helper function for user confirmation by Chris Packham · 8 years ago
- 0e378ef tools: moveconfig: remove GCC prefix of obsolete architecture by Masahiro Yamada · 8 years ago
- 3984d6e tools: moveconfig: support wildcards in --defconfigs file by Masahiro Yamada · 8 years ago
- 8bf41c2 moveconfig: Add an option to commit changes by Simon Glass · 8 years ago
- 13e05a0 moveconfig: Add an option to skip prompts by Simon Glass · 8 years ago
- 6d13917 tools: moveconfig: add --spl option to move options for SPL build by Masahiro Yamada · 8 years ago
- 35204d9 tools: moveconfig: warn loudly if moved option has no entry in Kconfig by Masahiro Yamada · 8 years ago
- 1271b67 tools: moveconfig: use sets instead of lists for failed/suspicious boards by Masahiro Yamada · 8 years ago
- 61fbb57 tools: moveconfig: remove document about deprecated error message by Masahiro Yamada · 8 years ago
- 7facf88 treewide: fix "followings" to "following" by Masahiro Yamada · 8 years ago
- d1d9d60 tools: moveconfig: add Xtensa GCC prefix to CROSS_COMPILE list by Masahiro Yamada · 8 years ago
- dce28de tools: moveconfig: support CONFIG_SYS_EXTRA_OPTIONS cleaning by Masahiro Yamada · 8 years ago
- 58175e3 tools: moveconfig: make getting all defconfigs into helper function by Masahiro Yamada · 8 years ago
- 6d798ba tools: moveconfig: fix cleanup of defines across multiple lines by Masahiro Yamada · 8 years ago
- a1a4b09 tools: moveconfig: show diffs of cleaned headers in color by Masahiro Yamada · 8 years ago
- 573b390 tools: moveconfig: show result of header cleaning in unified diff by Masahiro Yamada · 8 years ago
- ea8f534 tools: moveconfig: trim garbage lines after header cleanups by Masahiro Yamada · 8 years ago
- d0a9d2a tools: moveconfig: do not check clean tree and compilers for -H option by Masahiro Yamada · 8 years ago
- 28a6d35 tools: moveconfig: do not cleanup headers in include/generated by Masahiro Yamada · 8 years ago