1. 00b0855 qconfig: Support a 'list' format by Simon Glass · 4 months ago
  2. 6bf44b4 qconfig: Sort the boards by name when finding by Simon Glass · 4 months ago
  3. 7ff80ec qconfig: Allow searching for CONFIG values by Simon Glass · 4 months ago
  4. c57d406 qconfig: Move operation check into parse_args() by Simon Glass · 4 months ago
  5. e23a583 qconfig: Drop col argument from Slots() by Simon Glass · 4 months ago
  6. 948d0b4 qconfig: Use the Color object in Progress by Simon Glass · 4 months ago
  7. ab1bfd4 qconfig: Move the last two operations into their own functions by Simon Glass · 4 months ago
  8. 0229eee qconfig: Move progress output into the class by Simon Glass · 4 months ago
  9. 6c2a438 qconfig: Move commit code into a separate function by Simon Glass · 4 months ago
  10. eb1df3f qconfig: Move all move_config code into move_config() by Simon Glass · 4 months ago
  11. 630a9c9 qconfig: Add a return value to do_find_config() by Simon Glass · 4 months ago
  12. cc628f5 qconfig: Move imply into a separate function by Simon Glass · 4 months ago
  13. d63357e qconfig: Add a return value to do_scan_source() by Simon Glass · 4 months ago
  14. 7e68804 qconfig: Move testing into a separate function by Simon Glass · 4 months ago
  15. fd35fbe qconfig: Move converting config args to the top by Simon Glass · 4 months ago
  16. c50b6f1 qconfig: Move checking directory to the top by Simon Glass · 4 months ago
  17. 035ecb4 qconfig: Move getting the colour to where it is needed by Simon Glass · 4 months ago
  18. 382c662 qconfig: Move arg checking to the top of main() by Simon Glass · 4 months ago
  19. fd385b3 qconfig: Move arg checking a little higher by Simon Glass · 4 months ago
  20. a056c42 qconfig: Move arg parsing into a separate function by Simon Glass · 4 months ago
  21. 495e58c qconfig: Rename the doc link by Simon Glass · 4 months ago
  22. 0e03fb1 qconfig: Correct format string in do_imply_config() by Simon Glass · 4 months ago
  23. f876e96 qconfig: Tidy up some pylint warnings by Simon Glass · 4 months ago
  24. 0a0c124 qconfig: Make KconfigScanner a function by Simon Glass · 4 months ago
  25. deedf65 qconfig: Drop the try_expand() function by Simon Glass · 4 months ago
  26. 61d555d qconfig: Fix pylint error in read_database() by Simon Glass · 4 months ago
  27. 5196379 qconfig: Rename the database file by Simon Glass · 1 year, 2 months ago
  28. ea4d6de moveconfig: Rename the tool to qconfig by Simon Glass · 1 year, 2 months ago[Renamed (99%) from tools/moveconfig.py]
  29. 94e2ed7 moveconfig: Move summaries to the end by Simon Glass · 1 year, 2 months ago
  30. fc07d99 moveconfig: Drop the initial output by Simon Glass · 1 year, 2 months ago
  31. dc1d2e6 moveconfig: Show a summary at the end by Simon Glass · 1 year, 2 months ago
  32. 6b25d21 moveconfig: Show failures in progress by Simon Glass · 1 year, 2 months ago
  33. 15f19ab moveconfig: Use u_boot_pylib for terminal colour by Simon Glass · 1 year, 2 months ago
  34. 95f0914 moveconfig: Avoid showing progress at the end by Simon Glass · 1 year, 2 months ago
  35. 9461bf0 moveconfig: Reduce the amount of output by Simon Glass · 1 year, 2 months ago
  36. 5aba58c moveconfig: Only show output when there is a reason by Simon Glass · 1 year, 2 months ago
  37. f297ba3 moveconfig: Fix misc pylint warnings by Simon Glass · 1 year, 2 months ago
  38. e6c686f moveconfig: Use an encoding with open() by Simon Glass · 1 year, 2 months ago
  39. b774ba5 moveconfig: Correct list-comprehension warnings by Simon Glass · 1 year, 2 months ago
  40. a6ab4db moveconfig: Correct use of members not declared in __init__() by Simon Glass · 1 year, 2 months ago
  41. a4c9d17 moveconfig: Correct non-snake variables names by Simon Glass · 1 year, 2 months ago
  42. 62fae4b moveconfig: Correct unused variables by Simon Glass · 1 year, 2 months ago
  43. 1bd4306 moveconfig: Use f strings where possible by Simon Glass · 1 year, 2 months ago
  44. 549d422 moveconfig: Correct parameter-type warnings by Simon Glass · 1 year, 2 months ago
  45. 9827571 moveconfig: Correct some regular-expression strings by Simon Glass · 1 year, 2 months ago
  46. 0313742 moveconfig: Drop suspicious boards by Simon Glass · 1 year, 2 months ago
  47. c734561 moveconfig: Drop check_defconfig() and update_dotconfig() by Simon Glass · 1 year, 2 months ago
  48. 882c8e4 moveconfig: Drop CONFIG-moving code by Simon Glass · 1 year, 2 months ago
  49. 3481e89 moveconfig: Drop unused cleanup options by Simon Glass · 1 year, 2 months ago
  50. b5aa5a3 moveconfig: Correct ordering of asteval import by Simon Glass · 1 year, 2 months ago
  51. ad1f187 moveconfig: Avoid deprecation warning for setDaemon by Simon Glass · 1 year, 2 months ago
  52. 63df202 moveconfig: Drop -H option by Simon Glass · 1 year, 2 months ago
  53. 42d42cf buildman: Convert camel case in bsettings.py by Simon Glass · 1 year, 4 months ago
  54. 65e6203 moveconfig: Add an option to compare Kconfig against source by Simon Glass · 1 year, 10 months ago
  55. 9ef3ba8 kbuild: Remove checking for adhoc CONFIG symbols by Tom Rini · 2 years ago
  56. 5579ce7 Revert "Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support"" by Simon Glass · 2 years, 5 months ago
  57. 25b8ace Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support" by Tom Rini · 2 years, 8 months ago
  58. eeec000 global: Remove CONFIG_SYS_EXTRA_OPTIONS support by Tom Rini · 2 years, 8 months ago
  59. d9c958f moveconfig: Use re.fullmatch() to avoid extra check by Simon Glass · 2 years, 9 months ago
  60. 78f12e5 moveconfig: Remove remove_defconfig() by Simon Glass · 2 years, 9 months ago
  61. 68a0b71 moveconfig: Correct pylint errors by Simon Glass · 2 years, 10 months ago
  62. 941671a moveconfig: Allow regex matches when finding combinations by Simon Glass · 2 years, 10 months ago
  63. b8d11da moveconfig: Show the config name rather than the defconfig by Simon Glass · 2 years, 10 months ago
  64. 6c928c6 moveconfig: Fix code relying on now-stripped newline characters by Alper Nebi Yasak · 2 years, 10 months ago
  65. 91197aa moveconfig: Fix some pylint errors by Simon Glass · 3 years ago
  66. 37f815c moveconfig: Use a function to read files by Simon Glass · 3 years ago
  67. 2fd85bd moveconfig: Use a function to write files by Simon Glass · 3 years ago
  68. 478920d moveconfig: Drop check for old Python by Simon Glass · 3 years ago
  69. b2e83c6 moveconfig: Convert to ArgumentParser by Simon Glass · 3 years ago
  70. daa694d moveconfig: Use single quotes by Simon Glass · 3 years ago
  71. 65d7fce moveconfig: Allow querying board configuration by Simon Glass · 3 years ago
  72. 84067a5 moveconfig: Allow adding unit tests by Simon Glass · 3 years ago
  73. e1ae563 moveconfig: Sort the options by Simon Glass · 3 years ago
  74. 9d60339 moveconfig: Read the database in a separate function by Simon Glass · 3 years ago
  75. a362708 moveconfig: Correct operation of the 'imply' feature by Simon Glass · 3 years ago
  76. ea40b20 moveconfig: Update to newer kconfiglib by Simon Glass · 3 years, 4 months ago
  77. 5c72c0e doc: Add docs for the moveconfig tool by Simon Glass · 3 years, 4 months ago
  78. dc514d7 moveconfig.py: add to the "do not process" list by Trevor Woerner · 3 years, 9 months ago
  79. 7570d9b moveconfig: Handle binary files cleanly by Simon Glass · 3 years, 8 months ago
  80. a38cc17 moveconfig: Skip binary and ELF files by Simon Glass · 4 years, 4 months ago
  81. b4fa949 patman: Tidy up sys.path changes by Simon Glass · 4 years, 7 months ago
  82. 0ede00f buildman: Move to absolute imports by Simon Glass · 4 years, 7 months ago
  83. 4f5c5e9 moveconfig: convert ps.stderr to string by Markus Klotzbuecher · 4 years, 10 months ago
  84. b3192f4 moveconfig: replace unsafe eval with asteval by Markus Klotzbuecher · 4 years, 10 months ago
  85. 02b5670 moveconfig.py: Fix more Python3 UTF issues by Tom Rini · 5 years ago
  86. 793dca3 move_config: Convert to Python 3 by Simon Glass · 5 years ago
  87. 65e05dd kconfiglib: Update to the 12.14.0 release by Tom Rini · 5 years ago
  88. b237d35 moveconfig: expand simple expressions by Markus Klotzbuecher · 6 years ago
  89. 4d9dbb1 moveconfig: add a second pass for empty #if/#endif blocks by Chris Packham · 6 years ago
  90. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  91. ce3ba45 moveconfig: fix error message in do_autoconf() by Chris Packham · 7 years ago
  92. 4e1102f kconfiglib: update with 'imply' support by Ulf Magnusson · 7 years ago
  93. c79d18c4 moveconfig: Use fd.write() instead of print >> by Simon Glass · 7 years ago
  94. 6821a74 RFC: moveconfig: Use toolchains from buildman by Simon Glass · 7 years ago
  95. dee36c7 moveconfig: Tidy up imply flag parsing by Simon Glass · 7 years ago
  96. cb00883 moveconfig: Allow automatic location and adding of 'imply' by Simon Glass · 7 years ago
  97. 9b2a2e8 moveconfig: Allow control of which implying configs are shown by Simon Glass · 7 years ago
  98. 2ddd85d moveconfig: Allow piping in 'git show --stat' output by Simon Glass · 7 years ago
  99. 99b6660 moveconfig: Support looking for implied CONFIG options by Simon Glass · 7 years ago
  100. d73fcb1 moveconfig: Support building a simple config database by Simon Glass · 7 years ago