1. 7f47e08 patman: Reset the output directory when it is removed by Simon Glass · Sat Jul 20 12:24:07 2019 -0600
  2. 37fdd14 binman: Support replacing data in a cbfs by Simon Glass · Sat Jul 20 12:24:06 2019 -0600
  3. b6dff4c binman: Add a bit of logging in entries when packing by Simon Glass · Sat Jul 20 12:23:36 2019 -0600
  4. 6162f1a patman: Update tout to avoid open-coding the debug levels by Simon Glass · Sat Jul 20 12:23:35 2019 -0600
  5. dc4aeef binman: Use print() to print output by Simon Glass · Sat Jul 20 12:23:26 2019 -0600
  6. 233a26a9 binman: Allow for logging information to be displayed by Simon Glass · Mon Jul 08 14:25:49 2019 -0600
  7. 0baeab7 binman: Allow easy importing of entry modules by Simon Glass · Mon Jul 08 14:25:32 2019 -0600
  8. f46732a binman: Convert to use ArgumentParser by Simon Glass · Mon Jul 08 14:25:29 2019 -0600
  9. 578d53e patman: Add a function to write ifwitool by Simon Glass · Mon Jul 08 13:18:51 2019 -0600
  10. dfd1901 patman: Add functions to compress and decompress data by Simon Glass · Mon Jul 08 13:18:41 2019 -0600
  11. 90c3c4c patman: Add a way to set the search path for tools by Simon Glass · Mon Jul 08 13:18:27 2019 -0600
  12. 097483d tools: Drop duplicate raise_on_error argument by Simon Glass · Mon Jul 08 13:18:23 2019 -0600
  13. 102b21c patman: Update cover-coverage tests for Python 3 by Simon Glass · Fri May 17 22:00:54 2019 -0600
  14. 0696ee6 patman: Allow reading files in text mode by Simon Glass · Fri May 17 22:00:44 2019 -0600
  15. 1cd4008 dtoc: Use byte type instead of str in fdt by Simon Glass · Fri May 17 22:00:36 2019 -0600
  16. d8f593f dtoc: Updates BytesToValue() for Python 3 by Simon Glass · Fri May 17 22:00:35 2019 -0600
  17. 24b86ce patman: Don't require Python 2 by Simon Glass · Tue May 14 15:53:55 2019 -0600
  18. b097696 patman: Tidy up a few more unicode conversions by Simon Glass · Tue May 14 15:53:54 2019 -0600
  19. 4f81789 patman: Adjust functional tests for Python 3 by Simon Glass · Tue May 14 15:53:53 2019 -0600
  20. aa82db6 patman: Avoid unicode type in settings unit tests by Simon Glass · Tue May 14 15:53:52 2019 -0600
  21. 3ab178f patman: Sort series output for repeatabily by Simon Glass · Tue May 14 15:53:51 2019 -0600
  22. 8bb7a7a patman: Move unicode helpers to tools by Simon Glass · Tue May 14 15:53:50 2019 -0600
  23. 68475f9 patman: Support use of stringIO in Python 3 by Simon Glass · Tue May 14 15:53:49 2019 -0600
  24. ac0d495 binman: Handle repeated bytes for Python 3 by Simon Glass · Tue May 14 15:53:47 2019 -0600
  25. d8e9bca patman: Provide a way to get program output in binary mode by Simon Glass · Tue May 14 15:53:44 2019 -0600
  26. 1001737 patman: Use items() instead of iteritems() by Simon Glass · Tue May 14 15:53:40 2019 -0600
  27. 23b8a19 patman: Convert print statements to Python 3 by Simon Glass · Tue May 14 15:53:36 2019 -0600
  28. 390455c patman: Update cros_subprocess to use bytes by Simon Glass · Sat May 11 12:46:39 2019 -0600
  29. 7057d02 binman: Run tests concurrently by Simon Glass · Mon Oct 01 21:12:47 2018 -0600
  30. e6dafb8 patman: Don't clear progress in tout unless it was used by Simon Glass · Mon Oct 01 21:12:45 2018 -0600
  31. 867b906 tools: Set an initial value for indir by Simon Glass · Mon Oct 01 21:12:44 2018 -0600
  32. 26f8b20 patman: Handle unicode in _ProjectConfigParser tests by Simon Glass · Mon Oct 01 21:12:33 2018 -0600
  33. ac6328c binman: Support adding files by Simon Glass · Fri Sep 14 04:57:28 2018 -0600
  34. 778ab84 patman: Detect missing tools and report them by Simon Glass · Fri Sep 14 04:57:25 2018 -0600
  35. fa73c1c patman: Correct unit test failure by Simon Glass · Thu Jul 26 14:28:16 2018 -0600
  36. f2eb054 patman: Show the current directory in GetInputFilename() by Simon Glass · Tue Jul 17 13:25:45 2018 -0600
  37. 0362cd2 patman: Add a few more helpers to the tools library by Simon Glass · Tue Jul 17 13:25:43 2018 -0600
  38. 6a8480b patman: Allow test commands to fall back to real ones by Simon Glass · Tue Jul 17 13:25:42 2018 -0600
  39. 0265132 patman: Split alias entries on arbitrary whitespace by Adam Sampson · Wed Jun 27 14:38:58 2018 +0100
  40. b3d55ea lib: fdtdec: Rename routine fdtdec_setup_memory_size() by Siva Durga Prasad Paladugu · Mon Jul 16 15:56:11 2018 +0530
  41. 3609d5e binman: Move capture_sys_output() to test_util by Simon Glass · Fri Jul 06 10:27:34 2018 -0600
  42. 132be85 binman: Move coverage logic into a new test_util file by Simon Glass · Fri Jul 06 10:27:23 2018 -0600
  43. 8137e30 patman: Support using a particular SMTP server by Simon Glass · Tue Jun 19 09:56:07 2018 -0600
  44. df0c6af patman: add test for SPDX license by Chris Packham · Thu Jun 07 20:45:07 2018 +1200
  45. b84fb48 patman: add option for limiting the Cc list by Chris Packham · Thu Jun 07 20:45:06 2018 +1200
  46. 7ef099c patman: Fix unit tests for SPDX by Simon Glass · Wed May 16 00:48:16 2018 -0600
  47. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  48. c05e791 host-tools: use python2 explicitly for shebang by Masahiro Yamada · Sun Jan 21 18:34:57 2018 +0900
  49. 5d3a5fa patman: Unquote output from get_maintainer.pl by Stefan Brüns · Sun Dec 31 23:21:17 2017 +0100
  50. ab2dabc patman: Fix up tests to pass with newest checkpatch by Simon Glass · Sun Nov 12 21:52:12 2017 -0700
  51. 52a0864 patman: Fix error when the email blacklist is missing by Simon Glass · Tue Sep 12 20:30:28 2017 -0600
  52. e8d2a12 patman: add support for omitting bouncing addresses by Chris Packham · Fri Sep 01 20:57:53 2017 +1200
  53. df1bc5c patman: Add a functional test by Simon Glass · Mon May 29 15:31:31 2017 -0600
  54. 0f94fa7 patman: Rename 'list' variable in MakeCcFile() by Simon Glass · Mon May 29 15:31:30 2017 -0600
  55. b712eed patman: Add a maintainer test feature to MakeCcFile() by Simon Glass · Mon May 29 15:31:29 2017 -0600
  56. b91126d patman: Add unicode to test patches by Simon Glass · Mon May 29 15:31:28 2017 -0600
  57. fdf7002 patman: Don't return the series in FixPatches() by Simon Glass · Mon May 29 15:31:27 2017 -0600
  58. a362237 patman: Don't report unicode character by Simon Glass · Mon May 29 15:31:26 2017 -0600
  59. 47e308e patman: Rename 'str' variable in EmailPatches() by Simon Glass · Mon May 29 15:31:25 2017 -0600
  60. 5ad8a9b patman: Don't convert input data to unicode by Simon Glass · Mon May 29 15:31:24 2017 -0600
  61. 22c5834 patman: Adjust handling of unicode email address by Simon Glass · Mon May 29 15:31:23 2017 -0600
  62. 166964d patman: encode CC list to UTF-8 by Philipp Tomsich · Mon May 29 15:31:22 2017 -0600
  63. 1139406 patman: Convert byte arrays to strings by George McCollister · Thu Mar 30 09:44:24 2017 -0500
  64. cb17cae patman: Handle non-ascii characters in names by Chris Packham · Tue Feb 07 20:11:00 2017 +1300
  65. c004a5f patman: Format checkpatch messages for IDE throwback by Simon Glass · Tue Jan 17 16:52:23 2017 -0700
  66. 44fc9ba patman: Fix doctest StringIO import for python 3.x by Paul Burton · Tue Sep 27 16:03:55 2016 +0100
  67. 4466f1a patman: Use items() to iterate over dictionaries by Paul Burton · Tue Sep 27 16:03:54 2016 +0100
  68. 352f110 patman: Import 'configparser' lower case to be python 3.x safe by Paul Burton · Tue Sep 27 16:03:52 2016 +0100
  69. f14a131 patman: Make exception handling python 3.x safe by Paul Burton · Tue Sep 27 16:03:51 2016 +0100
  70. c393134 patman: Make print statements python 3.x safe by Paul Burton · Tue Sep 27 16:03:50 2016 +0100
  71. a5edb44 patman: Replace tabs with spaces by Paul Burton · Tue Sep 27 16:03:49 2016 +0100
  72. 9c45a4e patman: Flush output when there is no newline by Simon Glass · Sun Sep 18 16:48:30 2016 -0600
  73. a2b840a patman: Add a library to handle logging and progress by Simon Glass · Mon Jul 25 18:59:09 2016 -0600
  74. be39f05 patman: Add a tools library for using temporary files by Simon Glass · Mon Jul 25 18:59:08 2016 -0600
  75. c55e056 patman: Adjust command.Output() to raise an error by default by Simon Glass · Mon Jul 25 18:59:00 2016 -0600
  76. 9228cc2 tools: patman: Handle missing 'END' in non-last commit of a series by Bin Meng · Sun Jun 26 23:24:32 2016 -0700
  77. 50ffc98 tools: patman: Handle missing blank line for 'Series-changes' by Bin Meng · Sun Jun 26 23:24:31 2016 -0700
  78. d23121c tools: patman: Generate cover letter correctly when 'END' is missing by Bin Meng · Sun Jun 26 23:24:30 2016 -0700
  79. f83649f tools: patman: Handle tag sections without an 'END' by Bin Meng · Sun Jun 26 23:24:29 2016 -0700
  80. d0bc03c tools: patman: Use cover_match for 'Cover-letter' by Bin Meng · Sun Jun 26 23:24:28 2016 -0700
  81. 642e9a6 buildman: Allow branch names which conflict with directories by Simon Glass · Sat Mar 12 18:50:31 2016 -0700
  82. c29101f buildman: patman: Fix -H when installed as a symlink by Simon Glass · Sun Mar 06 19:45:34 2016 -0700
  83. fc372bc patman: Add a missing space in GetMetaDataForList() by Simon Glass · Sun Mar 06 19:45:33 2016 -0700
  84. 77ec8bc patman: fix series-notes handling for buildman by Albert ARIBAUD · Tue Feb 02 10:24:53 2016 +0100
  85. 7557405 Use correct spelling of "U-Boot" by Bin Meng · Fri Feb 05 19:30:11 2016 -0800
  86. 80c2ebc patman: Add --thread option by Mateusz Kulikowski · Thu Jan 14 20:37:41 2016 +0100
  87. 41d176f Revert "patman: use -D option for git format-patch" by Masahiro Yamada · Mon Aug 31 01:23:32 2015 +0900
  88. 420d4ee buildman: Correct 'Series-cover-cc' detection logic by Simon Glass · Sat Aug 22 18:28:01 2015 -0600
  89. 4990323 patman: use -D option for git format-patch by Masahiro Yamada · Tue Aug 18 11:30:29 2015 +0900
  90. 2b68b36 patman: Don't run patman when it is imported as a module by Simon Glass · Thu Jul 30 13:47:41 2015 -0600
  91. 464a0e9 patman: add distutils based installer by Chris Packham · Wed Jul 22 21:21:46 2015 +1200
  92. 9873b91 patman: check git format.subjectprefix setting when generate patches prefix by Wu, Josh · Wed Apr 15 10:25:18 2015 +0800
  93. 393aaa2 patman: cover letter shows like 00/xx if more than 10 patches by Wu, Josh · Fri Apr 03 10:51:17 2015 +0800
  94. 3338269 patman: Read in the git-mailrc alias file by Simon Glass · Thu Jan 29 11:35:17 2015 -0700
  95. 7e92f5c buildman: Fix incorrect arguemnt in GetUpstream() by Simon Glass · Thu Jan 29 11:35:16 2015 -0700
  96. b04c62b patman: Explain how to make doc/git-mailrc work by Simon Glass · Fri Oct 03 20:40:36 2014 -0600
  97. 616a0ab patman: Check commit_match before stripping leading whitespace by Scott Wood · Thu Sep 25 14:30:46 2014 -0500
  98. c6af802 patman: Make dry-run output match real functionality by Peter Tyser · Mon Jan 26 11:42:21 2015 -0600
  99. 5eeef46 buildman: Allow specifying a range of commits to build by Simon Glass · Mon Dec 01 17:33:57 2014 -0700
  100. f204ab1 buildman: Try to guess the upstream commit by Simon Glass · Mon Dec 01 17:33:54 2014 -0700