1. 3ac7d83 binman: Move compression into binman by Simon Glass · Sun Jan 09 20:14:03 2022 -0700
  2. 57c7a48 binman: Convert to using the ifwitool bintool by Simon Glass · Sun Jan 09 20:14:01 2022 -0700
  3. 835b0e9 patman: Add a function to find a tool on the path by Simon Glass · Sun Jan 09 20:13:43 2022 -0700
  4. 9158060 patman: Tidy up the download function a little by Simon Glass · Sun Jan 09 20:13:42 2022 -0700
  5. 25885d1 buildman: Move the download function to tools by Simon Glass · Sun Jan 09 20:13:41 2022 -0700
  6. 6d493a5 patman: Allow running a tool and returning the full result by Simon Glass · Sun Jan 09 20:13:40 2022 -0700
  7. 6db1e32 patman: Use a ValueError exception if tools.Run() fails by Simon Glass · Wed Nov 03 21:09:14 2021 -0600
  8. ce7efa0 tools: Handle PAGER containing arguments by Paul Barker · Wed Sep 08 12:38:02 2021 +0100
  9. 25ecd97 tools: Refactor full help printing by Paul Barker · Wed Sep 08 12:38:01 2021 +0100
  10. b87eac8f binman: Put compressed data into separate files by Simon Glass · Tue Jul 06 10:36:36 2021 -0600
  11. 2cec579 tools: Fix default target compile tools in Python tools by Alper Nebi Yasak · Mon Jun 07 21:11:37 2021 +0300
  12. eb751fd binman: Use standard filenames for SPL/TPL devicetree by Simon Glass · Thu Mar 18 20:25:03 2021 +1300
  13. 9920989 patman: Correct lz4 compression parameters by Simon Glass · Wed Jan 06 21:35:11 2021 -0700
  14. bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · Tue Jan 05 22:34:43 2021 -0500
  15. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · Tue Jan 05 16:20:26 2021 -0500
  16. 4e8e846 dtoc: Add an 'all' command by Simon Glass · Mon Dec 28 20:34:52 2020 -0700
  17. 632b84c patman: Drop tools.ToChar() and ToChars() by Simon Glass · Sun Nov 08 20:36:20 2020 -0700
  18. c27ee7c patman: Drop tools.ToByte() by Simon Glass · Sun Nov 08 20:36:19 2020 -0700
  19. 9dfb311 patman: Drop unicode helper functions by Simon Glass · Sun Nov 08 20:36:18 2020 -0700
  20. 6e89224 binman: Handle tool paths containing '~' correctly by Simon Glass · Mon Nov 09 07:45:02 2020 -0700
  21. cd740d3 binman: Allow resolving host-specific tools from env vars by Alper Nebi Yasak · Sun Sep 06 14:46:06 2020 +0300
  22. 5cd321d binman: Use target-specific tools when cross-compiling by Alper Nebi Yasak · Sun Sep 06 14:46:05 2020 +0300
  23. 5d94cc6 binman: Allow external binaries to be missing by Simon Glass · Thu Jul 09 18:39:38 2020 -0600
  24. 54f1c5b patman: Add a test that uses gitpython by Simon Glass · Sun Jul 05 21:41:50 2020 -0600
  25. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · Fri Jul 24 08:42:06 2020 -0400
  26. 42f927a binman: Allow external binaries to be missing by Simon Glass · Thu Jul 09 18:39:38 2020 -0600
  27. a12b1ab patman: Add a test that uses gitpython by Simon Glass · Sun Jul 05 21:41:50 2020 -0600
  28. a997ea5 patman: Move to absolute imports by Simon Glass · Fri Apr 17 18:09:04 2020 -0600
  29. b38aa01 patman: Drop references to __future__ by Simon Glass · Fri Apr 17 18:08:54 2020 -0600
  30. cc311ac patman: Adjust 'command' to return strings instead of bytes by Simon Glass · Thu Oct 31 07:42:50 2019 -0600
  31. 4affd4b binman: Use the Makefile for u_boot_ucode_ptr by Simon Glass · Sat Aug 24 07:22:54 2019 -0600
  32. 9f5051a patman: Update command.Run() to handle failure better by Simon Glass · Sat Aug 24 07:22:42 2019 -0600
  33. 5feeacf patman: Drop binary parameter by Simon Glass · Sat Aug 24 07:22:41 2019 -0600
  34. 7f47e08 patman: Reset the output directory when it is removed by Simon Glass · Sat Jul 20 12:24:07 2019 -0600
  35. 37fdd14 binman: Support replacing data in a cbfs by Simon Glass · Sat Jul 20 12:24:06 2019 -0600
  36. b6dff4c binman: Add a bit of logging in entries when packing by Simon Glass · Sat Jul 20 12:23:36 2019 -0600
  37. 578d53e patman: Add a function to write ifwitool by Simon Glass · Mon Jul 08 13:18:51 2019 -0600
  38. dfd1901 patman: Add functions to compress and decompress data by Simon Glass · Mon Jul 08 13:18:41 2019 -0600
  39. 90c3c4c patman: Add a way to set the search path for tools by Simon Glass · Mon Jul 08 13:18:27 2019 -0600
  40. 0696ee6 patman: Allow reading files in text mode by Simon Glass · Fri May 17 22:00:44 2019 -0600
  41. 1cd4008 dtoc: Use byte type instead of str in fdt by Simon Glass · Fri May 17 22:00:36 2019 -0600
  42. d8f593f dtoc: Updates BytesToValue() for Python 3 by Simon Glass · Fri May 17 22:00:35 2019 -0600
  43. 8bb7a7a patman: Move unicode helpers to tools by Simon Glass · Tue May 14 15:53:50 2019 -0600
  44. ac0d495 binman: Handle repeated bytes for Python 3 by Simon Glass · Tue May 14 15:53:47 2019 -0600
  45. d8e9bca patman: Provide a way to get program output in binary mode by Simon Glass · Tue May 14 15:53:44 2019 -0600
  46. 867b906 tools: Set an initial value for indir by Simon Glass · Mon Oct 01 21:12:44 2018 -0600
  47. ac6328c binman: Support adding files by Simon Glass · Fri Sep 14 04:57:28 2018 -0600
  48. 778ab84 patman: Detect missing tools and report them by Simon Glass · Fri Sep 14 04:57:25 2018 -0600
  49. f2eb054 patman: Show the current directory in GetInputFilename() by Simon Glass · Tue Jul 17 13:25:45 2018 -0600
  50. 0362cd2 patman: Add a few more helpers to the tools library by Simon Glass · Tue Jul 17 13:25:43 2018 -0600
  51. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  52. be39f05 patman: Add a tools library for using temporary files by Simon Glass · Mon Jul 25 18:59:08 2016 -0600