1. eb943b1 binman: Correct calculation for image-pos by Simon Glass · Mon Nov 02 12:55:44 2020 -0700
  2. e17220f binman: Update intel_ifwi to store padded section by Simon Glass · Mon Nov 02 12:55:43 2020 -0700
  3. 55f6807 binman: Drop Entry.CheckOffset() by Simon Glass · Mon Oct 26 17:40:18 2020 -0600
  4. acd6c6e binman: Avoid reporting image-pos with compression by Simon Glass · Mon Oct 26 17:40:17 2020 -0600
  5. 72eeff1 binman: Set section contents in GetData() by Simon Glass · Mon Oct 26 17:40:16 2020 -0600
  6. 789b3440 binman: Store the original data before compression by Simon Glass · Mon Oct 26 17:40:15 2020 -0600
  7. afb9caa binman: Expand docs and test for alignment by Simon Glass · Mon Oct 26 17:40:10 2020 -0600
  8. d12599d binman: Expand docs and test for padding by Simon Glass · Mon Oct 26 17:40:09 2020 -0600
  9. a1301a2 binman: Move CompressData() into Entry base class by Simon Glass · Mon Oct 26 17:40:06 2020 -0600
  10. a820af7 binman: Support help messages for missing blobs by Simon Glass · Sun Sep 06 10:39:09 2020 -0600
  11. b8f9037 binman: Move 'external' support into base class by Simon Glass · Tue Sep 01 05:13:57 2020 -0600
  12. c08a11f tools: Drop unnecessary use of __file__ by Simon Glass · Sat Aug 29 11:36:15 2020 -0600
  13. a003cd3 binman: Detect when valid images are not produced by Simon Glass · Thu Jul 09 18:39:40 2020 -0600
  14. 5d94cc6 binman: Allow external binaries to be missing by Simon Glass · Thu Jul 09 18:39:38 2020 -0600
  15. 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
  16. 7332588 binman: Detect when valid images are not produced by Simon Glass · Thu Jul 09 18:39:40 2020 -0600
  17. 42f927a binman: Allow external binaries to be missing by Simon Glass · Thu Jul 09 18:39:38 2020 -0600
  18. a997ea5 patman: Move to absolute imports by Simon Glass · Fri Apr 17 18:09:04 2020 -0600
  19. c585dd4 binman: Move to absolute imports by Simon Glass · Fri Apr 17 18:09:03 2020 -0600
  20. b38aa01 patman: Drop references to __future__ by Simon Glass · Fri Apr 17 18:08:54 2020 -0600
  21. 1fdb487 binman: Remember the pre-reset entry size by Simon Glass · Thu Oct 31 07:43:02 2019 -0600
  22. 7ccca83 pylibfdt: Convert to Python 3 by Simon Glass · Thu Oct 31 07:42:59 2019 -0600
  23. b9ba4e0 binman: Allow use of help and entry-docs without libfdt by Simon Glass · Sat Aug 24 07:22:44 2019 -0600
  24. 4d8151f binman: Handle reading data for end-at-4gb sections by Simon Glass · Wed Sep 25 08:56:21 2019 -0600
  25. 23f0047 binman: Add a base implementation of Entry.ReadChildData() by Simon Glass · Wed Sep 25 08:56:20 2019 -0600
  26. d34af7a binman: Update Entry.WriteData() to handle special sections by Simon Glass · Sat Jul 20 12:24:05 2019 -0600
  27. 0cd8ace binman: Update Entry.ReadEntry() to work through classes by Simon Glass · Sat Jul 20 12:24:04 2019 -0600
  28. 9d8ee32 binman: Support shrinking a entry after packing by Simon Glass · Sat Jul 20 12:23:58 2019 -0600
  29. 1145376 binman: Add more tests for image header position by Simon Glass · Sat Jul 20 12:23:55 2019 -0600
  30. fb30e29 binman: Add info to allow safely repacking an image later by Simon Glass · Sat Jul 20 12:23:51 2019 -0600
  31. 072959a binman: Support updating entries in an existing image by Simon Glass · Sat Jul 20 12:23:50 2019 -0600
  32. 990b174 binman: Add a function to obtain the image for an Entry by Simon Glass · Sat Jul 20 12:23:46 2019 -0600
  33. 2c360cf binman: Adjust Entry to read the node in a separate call by Simon Glass · Sat Jul 20 12:23:45 2019 -0600
  34. af8c45c binman: Support loading entry data from a file by Simon Glass · Sat Jul 20 12:23:41 2019 -0600
  35. b6dff4c binman: Add a bit of logging in entries when packing by Simon Glass · Sat Jul 20 12:23:36 2019 -0600
  36. 684a4f1 binman: Adjust GetFdt() to be keyed by etype by Simon Glass · Sat Jul 20 12:23:31 2019 -0600
  37. 267112e binman: Convert GetFdtSet() to use a dict by Simon Glass · Sat Jul 20 12:23:28 2019 -0600
  38. 26d7e8e binman: Move GetFdtSet() into blob_dtb by Simon Glass · Sat Jul 20 12:23:25 2019 -0600
  39. 4c613bf binman: Allow reading an entry from an image by Simon Glass · Mon Jul 08 14:25:50 2019 -0600
  40. 233a26a9 binman: Allow for logging information to be displayed by Simon Glass · Mon Jul 08 14:25:49 2019 -0600
  41. 39dd215 binman: Convert Image to a subclass of Entry by Simon Glass · Mon Jul 08 14:25:47 2019 -0600
  42. b8424fa binman: Support reading an image into an Image object by Simon Glass · Mon Jul 08 14:25:46 2019 -0600
  43. 6b156f8 binman: Allow listing the entries in an image by Simon Glass · Mon Jul 08 14:25:43 2019 -0600
  44. e61b6f6 binman: Allow entries to expand after packing by Simon Glass · Mon Jul 08 14:25:37 2019 -0600
  45. ec84985 binman: Add a return value to ProcessContentsUpdate() by Simon Glass · Mon Jul 08 14:25:35 2019 -0600
  46. d17dfea binman: Fix up ProcessUpdateContents error and comments by Simon Glass · Mon Jul 08 14:25:33 2019 -0600
  47. 0baeab7 binman: Allow easy importing of entry modules by Simon Glass · Mon Jul 08 14:25:32 2019 -0600
  48. 7550293 binman: Drop an unused arg in Entry.Lookup() by Simon Glass · Mon Jul 08 14:25:31 2019 -0600
  49. aa2fcf9 binman: Move compression into the Entry base class by Simon Glass · Mon Jul 08 14:25:30 2019 -0600
  50. cec34ba binman: Add an image header by Simon Glass · Mon Jul 08 14:25:28 2019 -0600
  51. ed365eb binman: Update entry.SetOffsetSize to be optional by Simon Glass · Mon Jul 08 13:18:39 2019 -0600
  52. c4056b8 binman: Don't assume there is an ME region by Simon Glass · Mon Jul 08 13:18:38 2019 -0600
  53. 224bc66 binman: Add missing comments toentry by Simon Glass · Mon Jul 08 13:18:30 2019 -0600
  54. 4aea954 binman: Remove use of Set() by Simon Glass · Tue May 14 15:53:39 2019 -0600
  55. cd817d5 binman: Allow writing a map file when something goes wrong by Simon Glass · Fri Sep 14 04:57:36 2018 -0600
  56. c64aea5 binman: Correct fmap output on x86 by Simon Glass · Fri Sep 14 04:57:34 2018 -0600
  57. ae7cf03 binman: Support hashing entries by Simon Glass · Fri Sep 14 04:57:31 2018 -0600
  58. fa79a81 binman: Support expanding entries by Simon Glass · Fri Sep 14 04:57:29 2018 -0600
  59. ac6328c binman: Support adding files by Simon Glass · Fri Sep 14 04:57:28 2018 -0600
  60. e219aa4 binman: Support updating all device tree files by Simon Glass · Fri Sep 14 04:57:24 2018 -0600
  61. 0c9d5b5 binman: Obtain the list of device trees from the config by Simon Glass · Fri Sep 14 04:57:22 2018 -0600
  62. c8135dc binman: Centralise device-tree updates within binman by Simon Glass · Fri Sep 14 04:57:21 2018 -0600
  63. 29aa736 binman: Move state information into a new module by Simon Glass · Fri Sep 14 04:57:19 2018 -0600
  64. 3732ec3 binman: Add an entry method for getting the default filename by Simon Glass · Fri Sep 14 04:57:18 2018 -0600
  65. 639505b binman: Tidy up the vblock entry by Simon Glass · Fri Sep 14 04:57:11 2018 -0600
  66. 24b9744 binman: Add a test to catch use of the old 'pos' property by Simon Glass · Tue Jul 17 13:25:51 2018 -0600
  67. 7eca792 binman: Show the image position in the map by Simon Glass · Tue Jul 17 13:25:49 2018 -0600
  68. 5c35016 binman: Add an entry for a Chromium vblock by Simon Glass · Tue Jul 17 13:25:47 2018 -0600
  69. 704784b binman: Add support for flashrom FMAP by Simon Glass · Tue Jul 17 13:25:38 2018 -0600
  70. 969616c binman: Allow creation of entry documentation by Simon Glass · Tue Jul 17 13:25:36 2018 -0600
  71. 91710b3 binman: Add support for passing arguments to entries by Simon Glass · Tue Jul 17 13:25:32 2018 -0600
  72. 9dcc861 binman: Add a new 'image-pos' property by Simon Glass · Wed Aug 01 15:22:42 2018 -0600
  73. 3a9a2b8 binman: Enhance the map and fdt-update output by Simon Glass · Tue Jul 17 13:25:28 2018 -0600
  74. e8561af binman: Rename 'position' to 'offset' by Simon Glass · Wed Aug 01 15:22:37 2018 -0600
  75. e22f8fa binman: Add a SetCalculatedProperties() method by Simon Glass · Fri Jul 06 10:27:41 2018 -0600
  76. 9230773 binman: Add a ProcessFdt() method by Simon Glass · Fri Jul 06 10:27:40 2018 -0600
  77. 2e1169f binman: Tidy up setting of entry contents by Simon Glass · Fri Jul 06 10:27:19 2018 -0600
  78. 3b78d53 binman: Add support for adding a name prefix to entries by Simon Glass · Fri Jun 01 09:38:21 2018 -0600
  79. 3073266 binman: Add support for outputing a map file by Simon Glass · Fri Jun 01 09:38:20 2018 -0600
  80. a91e115 binman: Add support for sections by Simon Glass · Fri Jun 01 09:38:16 2018 -0600
  81. 691198c binman: Avoid setting sys.path globally by Simon Glass · Fri Jun 01 09:38:15 2018 -0600[Renamed (95%) from tools/binman/etype/entry.py]
  82. ad5a771 binman: Rename Entry property to 'section' by Simon Glass · Fri Jun 01 09:38:14 2018 -0600
  83. 8a6f56e binman: Rename ELF parameters to 'section' by Simon Glass · Fri Jun 01 09:38:13 2018 -0600
  84. e76a3e6 binman: Allow unit addresses for binaries by Simon Glass · Fri Jun 01 09:38:11 2018 -0600
  85. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  86. 4ca8e04 binman: Support accessing binman tables at run time by Simon Glass · Mon Nov 13 18:55:01 2017 -0700
  87. 2574ef6 binman: Introduce binman, a tool for building binary images by Simon Glass · Fri Nov 25 20:15:51 2016 -0700