1. 14905d3 buildman: Create a function to get number of built commits by Simon Glass · Wed Jul 19 17:49:00 2023 -0600
  2. b53fa06 buildman: Use get_alow_missing() directly to avoid var by Simon Glass · Wed Jul 19 17:48:59 2023 -0600
  3. f7524f3 buildman: Move getting the adjust_cfg into run_builder() by Simon Glass · Wed Jul 19 17:48:58 2023 -0600
  4. fdd750b buildman: Move checking for make into run_builder() by Simon Glass · Wed Jul 19 17:48:57 2023 -0600
  5. eaf1be2 buildman: Adjust show_toolchain_prefix() to not return by Simon Glass · Wed Jul 19 17:48:56 2023 -0600
  6. 00401d9 buildman: Drop some unnecessary variables by Simon Glass · Wed Jul 19 17:48:55 2023 -0600
  7. 927c827 buildman: Moving running of the builder into a function by Simon Glass · Wed Jul 19 17:48:54 2023 -0600
  8. 31353f2 buildman: Tweak commits and show_bloat by Simon Glass · Wed Jul 19 17:48:53 2023 -0600
  9. cf91d31 buildman: Move remaining builder properties to constructor by Simon Glass · Wed Jul 19 17:48:52 2023 -0600
  10. 7857859 buildman: Avoid too many returns in do_buildman() by Simon Glass · Wed Jul 19 17:48:51 2023 -0600
  11. 1b14049 buildman: Move commit numbering into determine_series() by Simon Glass · Wed Jul 19 17:48:50 2023 -0600
  12. 3b300c5 buildman: Move setting up the output dir into a function by Simon Glass · Wed Jul 19 17:48:49 2023 -0600
  13. fdbff80 buildman: Move counting of commits into a function by Simon Glass · Wed Jul 19 17:48:48 2023 -0600
  14. 7027487 buildman: Build option-adjusting into a function by Simon Glass · Wed Jul 19 17:48:47 2023 -0600
  15. 01c671d buildman: Pass option values to show_actions() by Simon Glass · Wed Jul 19 17:48:46 2023 -0600
  16. f50a728 buildman: Pass option values to get_action_summary() by Simon Glass · Wed Jul 19 17:48:45 2023 -0600
  17. 8b62105 buildman: Move output-file setup into one place by Simon Glass · Wed Jul 19 17:48:44 2023 -0600
  18. 1534934 bulldman: Set up output_dir earlier by Simon Glass · Wed Jul 19 17:48:43 2023 -0600
  19. 3bd8e30 bulidman: Move toolchain handling to a function by Simon Glass · Wed Jul 19 17:48:42 2023 -0600
  20. abcc11d buildman: Move Boards-object code into a function by Simon Glass · Wed Jul 19 17:48:41 2023 -0600
  21. 100196e bulidman: Move more code to determine_series() by Simon Glass · Wed Jul 19 17:48:40 2023 -0600
  22. 72f8bff buildman: Move board-selection code into a function by Simon Glass · Wed Jul 19 17:48:39 2023 -0600
  23. 02d537a buildman: Move dry-run handling higher in do_buildman() by Simon Glass · Wed Jul 19 17:48:37 2023 -0600
  24. f83559c buildman: Drop use of builder in show_actions() by Simon Glass · Wed Jul 19 17:48:36 2023 -0600
  25. 6c4beca buildman: Move fetch-arch code into a separate function by Simon Glass · Wed Jul 19 17:48:34 2023 -0600
  26. 2183b84 buildman: Move series calculations into a separate function by Simon Glass · Wed Jul 19 17:48:33 2023 -0600
  27. c7643c1 buildman: Move full-help processing to main by Simon Glass · Wed Jul 19 17:48:32 2023 -0600
  28. af0e29f buildman: Fix most pylint warnings in control by Simon Glass · Wed Jul 19 17:48:31 2023 -0600
  29. c1e1e1d buildman: Convert camel case in control.py by Simon Glass · Wed Jul 19 17:48:30 2023 -0600
  30. 09afcb7 buildman: Provide an argument to the -R option by Simon Glass · Wed Jul 19 17:48:28 2023 -0600
  31. 5e728d4 buildman: Add an option to check maintainers by Simon Glass · Wed Jul 19 17:48:27 2023 -0600
  32. 6d7c40c tools: Fall back to importlib_resources on Python 3.6 by Jan Kiszka · Sat Apr 22 16:42:48 2023 +0200
  33. c573580 buildman: Use importlib to find the help by Simon Glass · Thu Feb 23 18:18:12 2023 -0700
  34. ba666eb buildman: Fix use of a type as a variable by Simon Glass · Thu Feb 23 18:18:11 2023 -0700
  35. 131444f patman: Move library functions into a library directory by Simon Glass · Thu Feb 23 18:18:04 2023 -0700
  36. 828d70d buildman: Add a flag for reproducible builds by Simon Glass · Tue Feb 21 12:40:29 2023 -0700
  37. f6bfcca buildman: Support disabling LTO by Simon Glass · Tue Feb 21 12:40:28 2023 -0700
  38. 93ebd46 buildman: Add --allow-missing flag to allow missing blobs by Tom Rini · Wed Nov 09 19:14:53 2022 -0700
  39. 79cc9be buildman: Convert documentation to rST by Simon Glass · Wed Nov 09 19:14:43 2022 -0700
  40. afbd213 buildman: Return an error if there are maintainer warnings by Simon Glass · Mon Jul 11 19:04:08 2022 -0600
  41. 0c477b7 buildman: Incorporate the genboardscfg.py tool by Simon Glass · Mon Jul 11 19:04:04 2022 -0600
  42. 20751d6 buildman: Split out Boards into its own file by Simon Glass · Mon Jul 11 19:04:03 2022 -0600
  43. 127a239 buildman: Convert camel case in board.py by Simon Glass · Mon Jul 11 19:04:02 2022 -0600
  44. 5df4522 buildman: Drop use of 'boards' in control by Simon Glass · Mon Jul 11 19:04:00 2022 -0600
  45. 6c43562 buildman: Support running from an IDE by Simon Glass · Mon Jul 11 19:03:56 2022 -0600
  46. dcbc702 buildman: Drop -I option by Simon Glass · Mon Jul 11 19:03:55 2022 -0600
  47. 0281158 patman: Convert camel case in terminal.py by Simon Glass · Sat Jan 29 14:14:18 2022 -0700
  48. f45d374 patman: Rename Color() method to build() by Simon Glass · Sat Jan 29 14:14:17 2022 -0700
  49. 1f1e830 patman: Rename Print() to Tprint() by Simon Glass · Sat Jan 29 14:14:16 2022 -0700
  50. 761648b patman: Convert camel case in gitutil.py by Simon Glass · Sat Jan 29 14:14:11 2022 -0700
  51. 840be73 patman: Convert camel case in command.py by Simon Glass · Sat Jan 29 14:14:05 2022 -0700
  52. 8002552 patman: Convert camel case in tools.py by Simon Glass · Sat Jan 29 14:14:04 2022 -0700
  53. e5650a8 buildman: Allow adjusting board config on the fly by Simon Glass · Sat Jan 22 05:07:33 2022 -0700
  54. 25ecd97 tools: Refactor full help printing by Paul Barker · Wed Sep 08 12:38:01 2021 +0100
  55. 9bf9a72 buildman: Handle exceptions in threads gracefully by Simon Glass · Sun Apr 11 16:27:27 2021 +1200
  56. a29b3ea buildman: Tidy up a few comments by Simon Glass · Sun Apr 11 16:27:25 2021 +1200
  57. c635d89 buildman: Support single-threaded operation by Simon Glass · Sat Jan 30 22:17:46 2021 -0700
  58. 93f61c0 patman: Rename functions in patchstream by Simon Glass · Thu Oct 29 21:46:19 2020 -0600
  59. 952109b buildman: Allow using older versions of genboardscfg.py by Simon Glass · Sun Jul 19 09:59:49 2020 -0600
  60. a997ea5 patman: Move to absolute imports by Simon Glass · Fri Apr 17 18:09:04 2020 -0600
  61. f0d9c10 buildman: Move to absolute imports by Simon Glass · Fri Apr 17 18:09:02 2020 -0600
  62. d9c9863 buildman: Make sure that -o is given with -w by Simon Glass · Fri Apr 17 17:51:32 2020 -0600
  63. f4c0072 buildman: Correct operation of -A flag by Simon Glass · Fri Apr 17 17:51:31 2020 -0600
  64. e4cd506 buildman: Change the exit codes by Simon Glass · Thu Apr 09 10:49:45 2020 -0600
  65. f4ebfba buildman: Add an option to ignore migration warnings by Simon Glass · Thu Apr 09 15:08:53 2020 -0600
  66. 9ea9381 buildman: Add an option to ignore device-tree warnings by Simon Glass · Thu Apr 09 15:08:52 2020 -0600
  67. 6029af1 buildman: Make -I the default by Simon Glass · Thu Apr 09 15:08:51 2020 -0600
  68. 2df44be buildman: Drop the -a option by Simon Glass · Wed Mar 18 09:42:47 2020 -0600
  69. 4402827 buildman: Allow building within a subdir of the current dir by Simon Glass · Wed Mar 18 09:42:46 2020 -0600
  70. 35e7d38 buildman: Allow ignoring warnings in the return code by Simon Glass · Wed Mar 18 09:42:44 2020 -0600
  71. b6eb8cf bulidman: Add support for a simple build by Simon Glass · Wed Mar 18 09:42:42 2020 -0600
  72. 48ac42e buildman: Add options to get the arch and toolchain info by Simon Glass · Thu Dec 05 15:59:14 2019 -0700
  73. 9b55091 buildman: Figure out boards before commits by Simon Glass · Thu Dec 05 15:59:13 2019 -0700
  74. aa26d47 buildman: Ask genboardscfg to be quiet by Simon Glass · Thu Dec 05 15:59:12 2019 -0700
  75. 6ef6b3f buildman: Fix problem with non-existent output directories by Tom Rini · Tue Nov 19 15:14:33 2019 -0500
  76. c78ed66 buildman: Convert to Python 3 by Simon Glass · Thu Oct 31 07:42:53 2019 -0600
  77. 0733e20 tools: buildman: Honor output directory when generating boards.cfg by Bin Meng · Mon Oct 28 07:24:59 2019 -0700
  78. df4e805 buildman: fix typo by Chris Packham · Fri Jan 18 20:40:29 2019 +1300
  79. f77ca5b buildman: Add support for building with clang by Simon Glass · Mon Jan 07 16:44:20 2019 -0700
  80. 74579fc buildman: Only print toolchain probing with -v by Simon Glass · Tue Nov 06 16:02:10 2018 -0700
  81. d9eb9f0 buildman: Add a --boards option to specify particular boards to build by Simon Glass · Mon Jun 11 23:26:46 2018 -0600
  82. 4059e30 buildman: Add support for environment delta in summary by Alex Kiernan · Thu May 31 04:48:34 2018 +0000
  83. ce6df92 tools: buildman: Don't use the working dir as build dir by Lothar Waßmann · Sun Apr 08 05:14:11 2018 -0600
  84. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  85. 20e2ea9 buildman: add option -E for treating compiler warnings as errors by Daniel Schwierzeck · Fri Jan 26 16:31:05 2018 +0100
  86. 6af145f buildman: Allow showing the list of boards with -n by Simon Glass · Mon Jan 23 05:38:56 2017 -0700
  87. cde5c30 buildman: Squash useless output from -K by Simon Glass · Sun Nov 13 14:25:53 2016 -0700
  88. 739e851 buildman: Add an option to just create the config by Simon Glass · Sun Nov 13 14:25:51 2016 -0700
  89. c55e056 patman: Adjust command.Output() to raise an error by default by Simon Glass · Mon Jul 25 18:59:00 2016 -0600
  90. a3d9b4f buildman: Drop the toolchain error when downloading toolchains by Simon Glass · Wed Jul 27 20:33:04 2016 -0600
  91. 9f1ba0f buildman: Improve the toolchain progress/error output by Simon Glass · Wed Jul 27 20:33:02 2016 -0600
  92. 97c9690 buildman: allow more incremental building by Stephen Warren · Mon Apr 11 10:48:44 2016 -0600
  93. c29101f buildman: patman: Fix -H when installed as a symlink by Simon Glass · Sun Mar 06 19:45:34 2016 -0700
  94. db17fb8 buildman: Allow comparison of build configuration by Simon Glass · Thu Feb 05 22:06:15 2015 -0700
  95. 655b610 buildman: Add an option to write the full build output by Simon Glass · Mon Dec 01 17:34:07 2014 -0700
  96. 7e803e1 buildman: Add the option to download toolchains from kernel.org by Simon Glass · Mon Dec 01 17:34:06 2014 -0700
  97. d48a46c buildman: Add an option to use the full tool chain path by Simon Glass · Mon Dec 01 17:34:00 2014 -0700
  98. 5eeef46 buildman: Allow specifying a range of commits to build by Simon Glass · Mon Dec 01 17:33:57 2014 -0700
  99. 30a664d buildman: Don't remove entire output directory when testing by Simon Glass · Mon Dec 01 17:33:56 2014 -0700
  100. e87bde1 buildman: Add an option to flatten output directory trees by Simon Glass · Mon Dec 01 17:33:55 2014 -0700