1. 5332012 nds32: Remove the architecture by Tom Rini · Wed Apr 06 09:21:25 2022 -0400
  2. 9442f15 Merge tag 'v2022.04-rc5' into next by Tom Rini · Mon Mar 28 12:36:49 2022 -0400
  3. ce53c8b tools: buildman: Fix doc path in warning message by Johannes Krottmayer · Tue Mar 01 04:49:51 2022 +0100
  4. fae6acf buildman: Update default config to build for sandbox by Simon Glass · Fri Feb 11 13:23:25 2022 -0700
  5. e36fe01 buildman: Correct pylint errors by Simon Glass · Fri Feb 11 13:23:19 2022 -0700
  6. 0281158 patman: Convert camel case in terminal.py by Simon Glass · Sat Jan 29 14:14:18 2022 -0700
  7. f45d374 patman: Rename Color() method to build() by Simon Glass · Sat Jan 29 14:14:17 2022 -0700
  8. 1f1e830 patman: Rename Print() to Tprint() by Simon Glass · Sat Jan 29 14:14:16 2022 -0700
  9. 1b53d90 patman: Convert camel case in test_util.py by Simon Glass · Sat Jan 29 14:14:14 2022 -0700
  10. 761648b patman: Convert camel case in gitutil.py by Simon Glass · Sat Jan 29 14:14:11 2022 -0700
  11. 840be73 patman: Convert camel case in command.py by Simon Glass · Sat Jan 29 14:14:05 2022 -0700
  12. 8002552 patman: Convert camel case in tools.py by Simon Glass · Sat Jan 29 14:14:04 2022 -0700
  13. e5650a8 buildman: Allow adjusting board config on the fly by Simon Glass · Sat Jan 22 05:07:33 2022 -0700
  14. 9bac167 buildman: Provide a hint on how to debug thread crashes by Simon Glass · Sat Jan 22 05:07:32 2022 -0700
  15. 22901f9 buildman: Add helper functions for updating .config files by Simon Glass · Sat Jan 22 05:07:31 2022 -0700
  16. 6f484e4 buildman: Make use of test_util by Simon Glass · Sat Jan 22 05:07:30 2022 -0700
  17. 838ddf3 buildman: Add a flag to control the traceback by Simon Glass · Sat Jan 22 05:07:29 2022 -0700
  18. 9158060 patman: Tidy up the download function a little by Simon Glass · Sun Jan 09 20:13:42 2022 -0700
  19. 25885d1 buildman: Move the download function to tools by Simon Glass · Sun Jan 09 20:13:41 2022 -0700
  20. 964192e tools: Add init files for Python tools by Simon Glass · Sun Nov 21 20:48:39 2021 -0700
  21. b88029f buildman: Add gcc-11.1.0 to the directory list by Tom Rini · Tue Oct 05 12:20:36 2021 -0400
  22. 146b602 buildman: Detect Kconfig loops by Simon Glass · Tue Oct 19 21:43:24 2021 -0600
  23. 2e73745 buildman: Write output even on fatal error by Simon Glass · Tue Oct 19 21:43:23 2021 -0600
  24. 25ecd97 tools: Refactor full help printing by Paul Barker · Wed Sep 08 12:38:01 2021 +0100
  25. 041a0ac net: Rename SPL_NET_SUPPORT to SPL_NET by Simon Glass · Sun Aug 08 12:20:30 2021 -0600
  26. b58bfe0 mmc: Rename MMC_SUPPORT to MMC by Simon Glass · Sun Aug 08 12:20:09 2021 -0600
  27. 1f2440c Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOST by Simon Glass · Sat Jul 10 21:14:29 2021 -0600
  28. 93008e2 buildman: Use bytes for the environment by Simon Glass · Sun Apr 11 16:27:28 2021 +1200
  29. 9bf9a72 buildman: Handle exceptions in threads gracefully by Simon Glass · Sun Apr 11 16:27:27 2021 +1200
  30. a3d0144 buildman: Use common code to send an result by Simon Glass · Sun Apr 11 16:27:26 2021 +1200
  31. a29b3ea buildman: Tidy up a few comments by Simon Glass · Sun Apr 11 16:27:25 2021 +1200
  32. 37aa020 buildman: Add an encoding to the out-env file by Simon Glass · Fri Mar 26 14:39:39 2021 +1300
  33. c635d89 buildman: Support single-threaded operation by Simon Glass · Sat Jan 30 22:17:46 2021 -0700
  34. b7ff766 buildman: 'Thread' object has no attribute 'isAlive' by Heinrich Schuchardt · Thu Feb 11 12:03:22 2021 +0100
  35. e0f1971 buildman: Remove output binaries before building by Simon Glass · Wed Dec 16 17:24:17 2020 -0700
  36. 93f61c0 patman: Rename functions in patchstream by Simon Glass · Thu Oct 29 21:46:19 2020 -0600
  37. fede44a buildman: Use git worktrees instead of git clones when possible by Alper Nebi Yasak · Thu Sep 03 15:51:03 2020 +0300
  38. c08a11f tools: Drop unnecessary use of __file__ by Simon Glass · Sat Aug 29 11:36:15 2020 -0600
  39. a679366 buildman: Show the build rate at the end by Simon Glass · Sun Jul 19 12:40:26 2020 -0600
  40. 3697171 buildman: Correct the testOutputDir() unit test by Simon Glass · Sun Jul 19 12:28:11 2020 -0600
  41. 952109b buildman: Allow using older versions of genboardscfg.py by Simon Glass · Sun Jul 19 09:59:49 2020 -0600
  42. 47b0b63 kconfiglib: Update to the 14.1.0 release by Tom Rini · Thu May 14 08:30:00 2020 -0400
  43. ee8e9cb buildman: Remove _of_#_ from results directory paths by Ovidiu Panait · Fri May 15 09:30:12 2020 +0300
  44. 4214316 patman: Tidy up sys.path changes by Simon Glass · Fri Apr 17 18:09:05 2020 -0600
  45. a997ea5 patman: Move to absolute imports by Simon Glass · Fri Apr 17 18:09:04 2020 -0600
  46. f0d9c10 buildman: Move to absolute imports by Simon Glass · Fri Apr 17 18:09:02 2020 -0600
  47. 7ad7a36 buildman: Rename the main module by Simon Glass · Fri Apr 17 18:08:56 2020 -0600
  48. b38aa01 patman: Drop references to __future__ by Simon Glass · Fri Apr 17 18:08:54 2020 -0600
  49. e3c85ab buildman: Write output files when using -w by Simon Glass · Fri Apr 17 17:51:34 2020 -0600
  50. ff48a21 buildman: Use out-env for environment output by Simon Glass · Fri Apr 17 17:51:33 2020 -0600
  51. d9c9863 buildman: Make sure that -o is given with -w by Simon Glass · Fri Apr 17 17:51:32 2020 -0600
  52. f4c0072 buildman: Correct operation of -A flag by Simon Glass · Fri Apr 17 17:51:31 2020 -0600
  53. dd65c5f buildman: Fix test for new 9.2 kernel by Simon Glass · Fri Apr 17 17:51:30 2020 -0600
  54. e4cd506 buildman: Change the exit codes by Simon Glass · Thu Apr 09 10:49:45 2020 -0600
  55. a628631 buildman: Update the TODO items by Simon Glass · Thu Apr 09 15:08:54 2020 -0600
  56. f4ebfba buildman: Add an option to ignore migration warnings by Simon Glass · Thu Apr 09 15:08:53 2020 -0600
  57. 9ea9381 buildman: Add an option to ignore device-tree warnings by Simon Glass · Thu Apr 09 15:08:52 2020 -0600
  58. 6029af1 buildman: Make -I the default by Simon Glass · Thu Apr 09 15:08:51 2020 -0600
  59. 1be6ccc buildman: Update workflow documentation with more detail by Simon Glass · Thu Apr 09 15:08:50 2020 -0600
  60. 9aad8ce buildman: Add the abbreviation for --boards by Simon Glass · Thu Apr 09 15:08:49 2020 -0600
  61. 4d7efb5 buildman: Update the 'theory of operation' a little by Simon Glass · Thu Apr 09 15:08:48 2020 -0600
  62. 726ae81 buildman: Show a summary of the build result by Simon Glass · Thu Apr 09 15:08:47 2020 -0600
  63. c7ddae1 buildman: Limit the length of progress messages by Simon Glass · Thu Apr 09 15:08:46 2020 -0600
  64. 69c3a8a buildman: Show the number of builds remaining by Simon Glass · Thu Apr 09 15:08:45 2020 -0600
  65. 766ba9c buildman: Drop unused output code by Simon Glass · Thu Apr 09 15:08:44 2020 -0600
  66. 4305493 buildman: Show a message when fetching a repo by Simon Glass · Thu Apr 09 15:08:43 2020 -0600
  67. dd95b0b buildman: Drop the line-clearing code in Builder by Simon Glass · Thu Apr 09 15:08:42 2020 -0600
  68. 070589b buildman: Use spaces in the board list by Simon Glass · Thu Apr 09 15:08:38 2020 -0600
  69. ea49f9b buildman: Show the list of boards in magenta by Simon Glass · Thu Apr 09 15:08:37 2020 -0600
  70. de0fefc buildman: Use an object to hold error lines by Simon Glass · Thu Apr 09 15:08:36 2020 -0600
  71. 564ddac buildman: Use yellow consistently for warning lines by Simon Glass · Thu Apr 09 15:08:35 2020 -0600
  72. dacbe1e buildman: Test the output with --list-error-boards by Simon Glass · Thu Apr 09 15:08:34 2020 -0600
  73. 6643eb4 buildman: Add a test helper for creating a line prefix by Simon Glass · Thu Apr 09 15:08:33 2020 -0600
  74. 724c175 buildman: Split out testOutput() into separate functions by Simon Glass · Thu Apr 09 15:08:32 2020 -0600
  75. 09bbfcd buildman: Create temp directory in test setup by Simon Glass · Thu Apr 09 15:08:31 2020 -0600
  76. 575ce51 buildman: Use an iterator to check test output by Simon Glass · Thu Apr 09 15:08:30 2020 -0600
  77. 71ca4a8 buildman: Add test coverage for error/warning colour by Simon Glass · Thu Apr 09 15:08:29 2020 -0600
  78. ac50022 buildman: Refactor error-line output int a function by Simon Glass · Thu Apr 09 15:08:28 2020 -0600
  79. 2df44be buildman: Drop the -a option by Simon Glass · Wed Mar 18 09:42:47 2020 -0600
  80. 4402827 buildman: Allow building within a subdir of the current dir by Simon Glass · Wed Mar 18 09:42:46 2020 -0600
  81. 5dc1ca7 buildman: Be more selective about which directories to remove by Simon Glass · Wed Mar 18 09:42:45 2020 -0600
  82. 35e7d38 buildman: Allow ignoring warnings in the return code by Simon Glass · Wed Mar 18 09:42:44 2020 -0600
  83. b400246 buildman: Update help for -d by Simon Glass · Wed Mar 18 09:42:43 2020 -0600
  84. b6eb8cf bulidman: Add support for a simple build by Simon Glass · Wed Mar 18 09:42:42 2020 -0600
  85. df89015 buildman: Document the members of BuilderJob by Simon Glass · Wed Mar 18 09:42:41 2020 -0600
  86. 6ad154b buildman: Support fetching gcc 9.2.0 by Bin Meng · Mon Apr 06 06:06:59 2020 -0700
  87. fb50a26 buildman: Enable buildman on aarch64 hosts by Matthias Brugger · Fri Jan 17 10:53:37 2020 +0100
  88. e5e3c11 tools: buildman: fix typo by Flavio Suligoi · Wed Jan 29 09:56:05 2020 +0100
  89. 08d34fc buildman: Ignore blank lines during size checks by Tom Rini · Fri Dec 06 15:31:31 2019 -0500
  90. 48ac42e buildman: Add options to get the arch and toolchain info by Simon Glass · Thu Dec 05 15:59:14 2019 -0700
  91. 9b55091 buildman: Figure out boards before commits by Simon Glass · Thu Dec 05 15:59:13 2019 -0700
  92. aa26d47 buildman: Ask genboardscfg to be quiet by Simon Glass · Thu Dec 05 15:59:12 2019 -0700
  93. 9da17fb buildman: Improve [make-flags] section parser to allow quoted strings by Cristian Ciocaltea · Sun Nov 24 22:30:26 2019 +0200
  94. 6ef6b3f buildman: Fix problem with non-existent output directories by Tom Rini · Tue Nov 19 15:14:33 2019 -0500
  95. c78ed66 buildman: Convert to Python 3 by Simon Glass · Thu Oct 31 07:42:53 2019 -0600
  96. 20cd53c tools: buildman: Remove useless mkdir() in Make() in test.py by Bin Meng · Mon Oct 28 07:25:00 2019 -0700
  97. 0733e20 tools: buildman: Honor output directory when generating boards.cfg by Bin Meng · Mon Oct 28 07:24:59 2019 -0700
  98. e95eddc buildman: Perform tests in a temporary directory by Tom Rini · Mon Oct 07 17:17:36 2019 -0400
  99. 3c5f415 kconfiglib: Update to the 12.14.0 release by Tom Rini · Fri Sep 20 17:42:09 2019 -0400
  100. 752db5b buildman: fix invocation examples typos by Baruch Siach · Thu Jul 11 12:57:41 2019 +0300