1. a5e4dcb binman: Add zstd bintool by Stefan Herbrechtsmeier · 2 years, 3 months ago
  2. eeb40b4 binman: Add xz bintool by Stefan Herbrechtsmeier · 2 years, 3 months ago
  3. 9087fc5 binman: Add lzop bintool by Stefan Herbrechtsmeier · 2 years, 3 months ago
  4. 2b8cda6 binman: Add gzip bintool by Stefan Herbrechtsmeier · 2 years, 3 months ago
  5. 9f25457 binman: Add bzip2 bintool by Stefan Herbrechtsmeier · 2 years, 3 months ago
  6. 94813a0 binman: Support missing compression tools by Stefan Herbrechtsmeier · 2 years, 3 months ago
  7. a6e0b50 binman: Move compression bintool management into entry class by Stefan Herbrechtsmeier · 2 years, 3 months ago
  8. b2f8d61 binman: Remove obsolete compressed data header handling by Stefan Herbrechtsmeier · 2 years, 3 months ago
  9. 1732229 binman: Disable compressed data header by Stefan Herbrechtsmeier · 2 years, 3 months ago
  10. 7f128a7 binman: Add DecompressData function to entry class by Stefan Herbrechtsmeier · 2 years, 3 months ago
  11. 486b944 binman: Avoid duplicates in bintool lists by Stefan Herbrechtsmeier · 2 years, 3 months ago
  12. bd5cd88 binman: Allow collection to use entries from other sections by Simon Glass · 2 years, 4 months ago
  13. 0cf5bce binman: Add a way to check for missing properties by Simon Glass · 2 years, 4 months ago
  14. 7d3e407 binman: Put fake files in a subdirectory by Simon Glass · 2 years, 4 months ago
  15. a7c9778 binman: Add rST references for binman entry types by Simon Glass · 2 years, 4 months ago
  16. 5cff63f binman: Fix unique names having '/.' for images read from files by Alper Nebi Yasak · 2 years, 8 months ago
  17. fc5a168 binman: Allow mkimage to use a non-zero fake-blob size by Simon Glass · 2 years, 9 months ago
  18. 8c0533b binman: Make fake blobs zero-sized by default by Simon Glass · 2 years, 9 months ago
  19. 214d36f binman: Change how faked blobs are created by Simon Glass · 2 years, 9 months ago
  20. fff147a binman: Rename tools parameter to btools by Simon Glass · 2 years, 9 months ago
  21. f86ddad binman: Rename ExpandEntries to gen_entries by Simon Glass · 2 years, 9 months ago
  22. dd156a4 binman: Rename ExpandToLimit to extend_to_limit by Simon Glass · 2 years, 9 months ago
  23. 43a98cc binman: Tweak collect_contents_to_file() and docs by Simon Glass · 2 years, 9 months ago
  24. 2a0fa98 binman: Correct pylint errors by Simon Glass · 2 years, 10 months ago
  25. 6fba35c binman: Move entry-data collection into a Entry method by Simon Glass · 2 years, 10 months ago
  26. 1e4ffd8 binman: Skip processing "hash" subnodes of FIT subsections by Alper Nebi Yasak · 2 years, 10 months ago
  27. 011f1b3 patman: Convert camel case in tout.py by Simon Glass · 2 years, 10 months ago
  28. 8002552 patman: Convert camel case in tools.py by Simon Glass · 2 years, 10 months ago
  29. 66152ce binman: Plumb in support for missing bintools by Simon Glass · 2 years, 11 months ago
  30. dd5c14ec binman: Tidy up pylint warnings in comp_util by Simon Glass · 2 years, 11 months ago
  31. 3ac7d83 binman: Move compression into binman by Simon Glass · 2 years, 11 months ago
  32. 4eae925 binman: Plumb in support for bintools by Simon Glass · 2 years, 11 months ago
  33. ceb5f91 binman: Allow faked blobs in blob-ext-list by Simon Glass · 2 years, 11 months ago
  34. 7a602fd binman: Write fake blobs to the output directory by Simon Glass · 2 years, 11 months ago
  35. 33f8a8d Merge branch 'next' by Tom Rini · 2 years, 11 months ago
  36. 6d45136 binman: add support for creating dummy files for external blobs by Heiko Thiery · 2 years, 11 months ago
  37. 637958f binman: Allow extracting a file in an alternative format by Simon Glass · 3 years ago
  38. b9028bc binman: Allow listing an image created by a newer version by Simon Glass · 3 years ago
  39. e796f24 binman: Correct comments for ReadChildData() by Simon Glass · 3 years ago
  40. 9ed7170 binman: Correct init of entry in Entry class by Simon Glass · 3 years ago
  41. f427c5f binman: Support default alignment for sections by Simon Glass · 3 years, 8 months ago
  42. 27a7f77 binman: Support obtaining section contents immediately by Simon Glass · 3 years, 8 months ago
  43. e191578 binman: Add support for a collection of entries by Simon Glass · 3 years, 8 months ago
  44. 7098b7f binman: Allow disabling expanding an entry by Simon Glass · 3 years, 8 months ago
  45. 2f85941 binman: Allow using an an 'expanded' entry type by Simon Glass · 3 years, 8 months ago
  46. 8235dd8 binman: Move the comment for GetFdts() to the base class by Simon Glass · 3 years, 8 months ago
  47. fcb2a7c binman: Document ExpandEntries() in the base class by Simon Glass · 3 years, 8 months ago
  48. 3fb2540 binman: Support reading an image with entry args by Simon Glass · 3 years, 11 months ago
  49. eb943b1 binman: Correct calculation for image-pos by Simon Glass · 4 years, 1 month ago
  50. e17220f binman: Update intel_ifwi to store padded section by Simon Glass · 4 years, 1 month ago
  51. 55f6807 binman: Drop Entry.CheckOffset() by Simon Glass · 4 years, 1 month ago
  52. acd6c6e binman: Avoid reporting image-pos with compression by Simon Glass · 4 years, 1 month ago
  53. 72eeff1 binman: Set section contents in GetData() by Simon Glass · 4 years, 1 month ago
  54. 789b3440 binman: Store the original data before compression by Simon Glass · 4 years, 1 month ago
  55. afb9caa binman: Expand docs and test for alignment by Simon Glass · 4 years, 1 month ago
  56. d12599d binman: Expand docs and test for padding by Simon Glass · 4 years, 1 month ago
  57. a1301a2 binman: Move CompressData() into Entry base class by Simon Glass · 4 years, 1 month ago
  58. a820af7 binman: Support help messages for missing blobs by Simon Glass · 4 years, 3 months ago
  59. b8f9037 binman: Move 'external' support into base class by Simon Glass · 4 years, 3 months ago
  60. c08a11f tools: Drop unnecessary use of __file__ by Simon Glass · 4 years, 3 months ago
  61. a003cd3 binman: Detect when valid images are not produced by Simon Glass · 4 years, 5 months ago
  62. 5d94cc6 binman: Allow external binaries to be missing by Simon Glass · 4 years, 5 months ago
  63. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  64. 7332588 binman: Detect when valid images are not produced by Simon Glass · 4 years, 5 months ago
  65. 42f927a binman: Allow external binaries to be missing by Simon Glass · 4 years, 5 months ago
  66. a997ea5 patman: Move to absolute imports by Simon Glass · 4 years, 7 months ago
  67. c585dd4 binman: Move to absolute imports by Simon Glass · 4 years, 7 months ago
  68. b38aa01 patman: Drop references to __future__ by Simon Glass · 4 years, 7 months ago
  69. 1fdb487 binman: Remember the pre-reset entry size by Simon Glass · 5 years ago
  70. 7ccca83 pylibfdt: Convert to Python 3 by Simon Glass · 5 years ago
  71. b9ba4e0 binman: Allow use of help and entry-docs without libfdt by Simon Glass · 5 years ago
  72. 4d8151f binman: Handle reading data for end-at-4gb sections by Simon Glass · 5 years ago
  73. 23f0047 binman: Add a base implementation of Entry.ReadChildData() by Simon Glass · 5 years ago
  74. d34af7a binman: Update Entry.WriteData() to handle special sections by Simon Glass · 5 years ago
  75. 0cd8ace binman: Update Entry.ReadEntry() to work through classes by Simon Glass · 5 years ago
  76. 9d8ee32 binman: Support shrinking a entry after packing by Simon Glass · 5 years ago
  77. 1145376 binman: Add more tests for image header position by Simon Glass · 5 years ago
  78. fb30e29 binman: Add info to allow safely repacking an image later by Simon Glass · 5 years ago
  79. 072959a binman: Support updating entries in an existing image by Simon Glass · 5 years ago
  80. 990b174 binman: Add a function to obtain the image for an Entry by Simon Glass · 5 years ago
  81. 2c360cf binman: Adjust Entry to read the node in a separate call by Simon Glass · 5 years ago
  82. af8c45c binman: Support loading entry data from a file by Simon Glass · 5 years ago
  83. b6dff4c binman: Add a bit of logging in entries when packing by Simon Glass · 5 years ago
  84. 684a4f1 binman: Adjust GetFdt() to be keyed by etype by Simon Glass · 5 years ago
  85. 267112e binman: Convert GetFdtSet() to use a dict by Simon Glass · 5 years ago
  86. 26d7e8e binman: Move GetFdtSet() into blob_dtb by Simon Glass · 5 years ago
  87. 4c613bf binman: Allow reading an entry from an image by Simon Glass · 5 years ago
  88. 233a26a9 binman: Allow for logging information to be displayed by Simon Glass · 5 years ago
  89. 39dd215 binman: Convert Image to a subclass of Entry by Simon Glass · 5 years ago
  90. b8424fa binman: Support reading an image into an Image object by Simon Glass · 5 years ago
  91. 6b156f8 binman: Allow listing the entries in an image by Simon Glass · 5 years ago
  92. e61b6f6 binman: Allow entries to expand after packing by Simon Glass · 5 years ago
  93. ec84985 binman: Add a return value to ProcessContentsUpdate() by Simon Glass · 5 years ago
  94. d17dfea binman: Fix up ProcessUpdateContents error and comments by Simon Glass · 5 years ago
  95. 0baeab7 binman: Allow easy importing of entry modules by Simon Glass · 5 years ago
  96. 7550293 binman: Drop an unused arg in Entry.Lookup() by Simon Glass · 5 years ago
  97. aa2fcf9 binman: Move compression into the Entry base class by Simon Glass · 5 years ago
  98. cec34ba binman: Add an image header by Simon Glass · 5 years ago
  99. ed365eb binman: Update entry.SetOffsetSize to be optional by Simon Glass · 5 years ago
  100. c4056b8 binman: Don't assume there is an ME region by Simon Glass · 5 years ago