1. 4214316 patman: Tidy up sys.path changes by Simon Glass · 4 years, 7 months ago
  2. f0d9c10 buildman: Move to absolute imports by Simon Glass · 4 years, 7 months ago
  3. 8773f35 moveconfig: convert ps.stderr to string by Markus Klotzbuecher · 4 years, 10 months ago
  4. bac0bb5 moveconfig: replace unsafe eval with asteval by Markus Klotzbuecher · 4 years, 10 months ago
  5. e90c007 moveconfig.py: Fix more Python3 UTF issues by Tom Rini · 5 years ago
  6. 1f70186 move_config: Convert to Python 3 by Simon Glass · 5 years ago
  7. 3c5f415 kconfiglib: Update to the 12.14.0 release by Tom Rini · 5 years ago
  8. 3d5d418 moveconfig: expand simple expressions by Markus Klotzbuecher · 6 years ago
  9. 73f6c7c moveconfig: add a second pass for empty #if/#endif blocks by Chris Packham · 6 years ago
  10. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  11. 1ebcbd1 moveconfig: fix error message in do_autoconf() by Chris Packham · 7 years ago
  12. 1682e05 kconfiglib: update with 'imply' support by Ulf Magnusson · 7 years ago
  13. 1c87931 moveconfig: Use fd.write() instead of print >> by Simon Glass · 7 years ago
  14. 257f523 RFC: moveconfig: Use toolchains from buildman by Simon Glass · 7 years ago
  15. 5f09692 moveconfig: Tidy up imply flag parsing by Simon Glass · 7 years ago
  16. 4411633 moveconfig: Allow automatic location and adding of 'imply' by Simon Glass · 7 years ago
  17. 92e5558 moveconfig: Allow control of which implying configs are shown by Simon Glass · 7 years ago
  18. 452fa8e moveconfig: Allow piping in 'git show --stat' output by Simon Glass · 7 years ago
  19. c6e73cf moveconfig: Support looking for implied CONFIG options by Simon Glass · 7 years ago
  20. 43cf08f moveconfig: Support building a simple config database by Simon Glass · 7 years ago
  21. 8fb5bd0 moveconfig: Add a constant for auto.conf by Simon Glass · 7 years ago
  22. 2d79f70 moveconfig: Tidy up the documentation and add hints by Simon Glass · 7 years ago
  23. 8f3cf31 moveconfig: Allow reading the defconfig list from stdin by Simon Glass · 7 years ago
  24. 18774bc moveconfig: Support providing a path to the defconfig files by Simon Glass · 7 years ago
  25. 8cb5cdd avr32: Retire AVR32 for good by Andy Shevchenko · 7 years ago
  26. 0e6deff tools: moveconfig: cleanup README entires by Chris Packham · 8 years ago
  27. 9d5274f tools: moveconfig: cleanup whitelist entries by Chris Packham · 8 years ago
  28. 85e15c5 tools: moveconfig: extract helper function for user confirmation by Chris Packham · 8 years ago
  29. 0e378ef tools: moveconfig: remove GCC prefix of obsolete architecture by Masahiro Yamada · 8 years ago
  30. 3984d6e tools: moveconfig: support wildcards in --defconfigs file by Masahiro Yamada · 8 years ago
  31. 8bf41c2 moveconfig: Add an option to commit changes by Simon Glass · 8 years ago
  32. 13e05a0 moveconfig: Add an option to skip prompts by Simon Glass · 8 years ago
  33. 6d13917 tools: moveconfig: add --spl option to move options for SPL build by Masahiro Yamada · 8 years ago
  34. 35204d9 tools: moveconfig: warn loudly if moved option has no entry in Kconfig by Masahiro Yamada · 8 years ago
  35. 1271b67 tools: moveconfig: use sets instead of lists for failed/suspicious boards by Masahiro Yamada · 8 years ago
  36. 61fbb57 tools: moveconfig: remove document about deprecated error message by Masahiro Yamada · 8 years ago
  37. 7facf88 treewide: fix "followings" to "following" by Masahiro Yamada · 8 years ago
  38. d1d9d60 tools: moveconfig: add Xtensa GCC prefix to CROSS_COMPILE list by Masahiro Yamada · 8 years ago
  39. dce28de tools: moveconfig: support CONFIG_SYS_EXTRA_OPTIONS cleaning by Masahiro Yamada · 8 years ago
  40. 58175e3 tools: moveconfig: make getting all defconfigs into helper function by Masahiro Yamada · 8 years ago
  41. 6d798ba tools: moveconfig: fix cleanup of defines across multiple lines by Masahiro Yamada · 8 years ago
  42. a1a4b09 tools: moveconfig: show diffs of cleaned headers in color by Masahiro Yamada · 8 years ago
  43. 573b390 tools: moveconfig: show result of header cleaning in unified diff by Masahiro Yamada · 8 years ago
  44. ea8f534 tools: moveconfig: trim garbage lines after header cleanups by Masahiro Yamada · 8 years ago
  45. d0a9d2a tools: moveconfig: do not check clean tree and compilers for -H option by Masahiro Yamada · 8 years ago
  46. 28a6d35 tools: moveconfig: do not cleanup headers in include/generated by Masahiro Yamada · 8 years ago
  47. 3c9bfea tools: moveconfig: show suspicious boards with possible misconversion by Masahiro Yamada · 8 years ago
  48. 0153f03 tools: moveconfig: simplify show_failed_boards() and show more info by Masahiro Yamada · 8 years ago
  49. 8f5256a tools: moveconfig: simplify source tree switching by Masahiro Yamada · 8 years ago
  50. 2e74fee tools: moveconfig: change class WorkDir to class ReferenceSource by Masahiro Yamada · 8 years ago
  51. b48387f tools: moveconfig: fix needless move for config with default 1 by Masahiro Yamada · 8 years ago
  52. b1a570f tools: moveconfig: Add a new --git-ref option by Joe Hershberger · 8 years ago
  53. 93f1c2d tools: moveconfig: New color used for changed defconfig by Joe Hershberger · 8 years ago
  54. 640de87 tools: moveconfig: Fix another typo by Joe Hershberger · 8 years ago
  55. cb256cb tools: moveconfig: make Slot.poll() more readable with helper methods by Masahiro Yamada · 8 years ago
  56. 9566abd tools: moveconfig: allow to run without any CONFIG specified by Masahiro Yamada · 9 years ago
  57. 83c1767 tools: moveconfig: add --force-sync option by Masahiro Yamada · 9 years ago
  58. 0f6beda tools: moveconfig: report when defconfig is updated by Masahiro Yamada · 9 years ago
  59. 07f9852 tools: moveconfig: report when CONFIGs are removed by savedefconfig by Masahiro Yamada · 9 years ago
  60. 76f8df5 tools: moveconfig: display log when savedefconfig occurs by Masahiro Yamada · 9 years ago
  61. 263d137 tools: moveconfig: skip savedefconfig if .config was not updated by Masahiro Yamada · 9 years ago
  62. 274a5ee tools: moveconfig: refactor code to go back to idle state by Masahiro Yamada · 9 years ago
  63. 465b7c0 tools: moveconfig: display log atomically in more readable format by Masahiro Yamada · 9 years ago
  64. 69e2bbc tools: moveconfig: move log output code out of Kconfig Parser class by Masahiro Yamada · 9 years ago
  65. 5393b61 tools: moveconfig: compute file paths just once by Masahiro Yamada · 9 years ago
  66. b903c4e tools: moveconfig: allow to give CONFIG names as argument directly by Masahiro Yamada · 9 years ago
  67. b80a667 tools: moveconfig: drop code for handling type and default value by Masahiro Yamada · 9 years ago
  68. 5643d6e tools: moveconfig: do not rely on type and default value given by users by Masahiro Yamada · 9 years ago
  69. cefaa58 tools: moveconfig: increment number of processed files monotonically by Masahiro Yamada · 9 years ago
  70. 990e677 tools: moveconfig: exit with error message for not clean directory by Masahiro Yamada · 9 years ago
  71. c4d76eb tools: moveconfig: check compilers before starting defconfig walk by Masahiro Yamada · 9 years ago
  72. 06f76e9 tools: moveconfig: check directory location before compilers by Masahiro Yamada · 9 years ago
  73. 6ef8ad9 tools: moveconfig: remove redundant else: after sys.exit() by Masahiro Yamada · 9 years ago
  74. 7c0d9d2 tools: moveconfig: rename update_defconfig() to update_dotconfig() by Masahiro Yamada · 9 years ago
  75. 953d93b tools: moveconfig: fix --dry-run option by Masahiro Yamada · 9 years ago
  76. 8c60f92 Fix various typos, scattered over the code. by Robert P. J. Day · 9 years ago
  77. 07a50f9 tools: Update openrisc toolchain information by Bin Meng · 9 years ago
  78. 3bb02f6 tools: moveconfig: Update the URL for nds32 toolchain by Bin Meng · 9 years ago
  79. 3fa1ab7 moveconfig: Print status about the processed defconfigs by Joe Hershberger · 10 years ago
  80. 808b63f moveconfig: Add a switch to enable printing errors by Joe Hershberger · 10 years ago
  81. 11b0270 moveconfig: Print a message for missing compiler by Joe Hershberger · 10 years ago
  82. dade12e moveconfig: Output a list of failed boards by Joe Hershberger · 10 years ago
  83. b78ad42 moveconfig: Cleanup headers in arch and board by Joe Hershberger · 10 years ago
  84. 2347593 moveconfig: Add a switch to only cleanup headers by Joe Hershberger · 10 years ago
  85. c6e043a moveconfig: Add a parameter to accept a list to build by Joe Hershberger · 10 years ago
  86. 765442b moveconfig: Ignore duplicate configs when moving by Joe Hershberger · 10 years ago
  87. 166edec moveconfig: Always run savedefconfig on the moved config by Joe Hershberger · 10 years ago
  88. b616081 tools: moveconfig: a tool to move CONFIGs from headers to defconfigs by Masahiro Yamada · 10 years ago