1. 82337bb binman: Refuse to replace sections for now by Alper Nebi Yasak · 2 years, 7 months ago
  2. 99283e5 binman: Test replacing non-section entries in FIT subsections by Alper Nebi Yasak · 2 years, 7 months ago
  3. 74d3b23 binman: Create FIT subentries in the FIT section, not its parent by Alper Nebi Yasak · 2 years, 7 months ago
  4. e736878 binman: Remove '/images/' fragment from FIT subentry paths by Alper Nebi Yasak · 2 years, 7 months ago
  5. e2ce4fb binman: Don't reset offset/size if image doesn't allow repacking by Alper Nebi Yasak · 2 years, 7 months ago
  6. 8ee4ec9 binman: Collect bintools for images when replacing entries by Alper Nebi Yasak · 2 years, 7 months ago
  7. 67bf2c8 binman: Fix unique names having '/.' for images read from files by Alper Nebi Yasak · 2 years, 7 months ago
  8. 3390948 binman: Correct Chromium OS entry types by Simon Glass · 2 years, 8 months ago
  9. b1c5093 tools: binman: add support for pre-load header by Philippe Reynes · 2 years, 7 months ago
  10. 40c8bdd binman: Support splitting an ELF file into multiple nodes by Simon Glass · 2 years, 8 months ago
  11. 2337eca binman: Keep a separate list of entries for fit by Simon Glass · 2 years, 8 months ago
  12. 01f467e binman: Update fit to use node instead of subnode by Simon Glass · 2 years, 8 months ago
  13. ce4e402 binman: Add a consistent way to report errors with fit by Simon Glass · 2 years, 8 months ago
  14. 5795497 binman: Fix some pylint warnings in fit by Simon Glass · 2 years, 8 months ago
  15. d32169c binman: Update fit to move node reading into the ReadNode() method by Simon Glass · 2 years, 8 months ago
  16. b55c11c binman: Read the fit entries only once by Simon Glass · 2 years, 8 months ago
  17. 72e423c binman: Allow mkimage to use a non-zero fake-blob size by Simon Glass · 2 years, 8 months ago
  18. 3817ad4 binman: Make fake blobs zero-sized by default by Simon Glass · 2 years, 8 months ago
  19. 9a0a2e9 binman: Change how faked blobs are created by Simon Glass · 2 years, 8 months ago
  20. ae9a457 binman: Rename tools parameter to btools by Simon Glass · 2 years, 8 months ago
  21. 38397d0 binman: Refactor fit to generate output at the end by Simon Glass · 2 years, 8 months ago
  22. c9ee33a binman: Rename ExpandEntries to gen_entries by Simon Glass · 2 years, 8 months ago
  23. 80a66ae binman: Rename ExpandToLimit to extend_to_limit by Simon Glass · 2 years, 8 months ago
  24. 6d427c4 binman: Tweak collect_contents_to_file() and docs by Simon Glass · 2 years, 8 months ago
  25. 17b4ffc elf: Rename load_segments() and module failure by Simon Glass · 2 years, 8 months ago
  26. b210661 binman: Include also subnodes in generator nodes by Jan Kiszka · 2 years, 8 months ago
  27. 7aa288e tools: binman: main.py: add build-sandbox in sys.path by Philippe Reynes · 2 years, 9 months ago
  28. 40def8a binman: Complete elf test coverage by Simon Glass · 2 years, 7 months ago
  29. 64defba binman: Expand elf support a little by Simon Glass · 2 years, 8 months ago
  30. 8d2ef3e binman: Correct pylint errors by Simon Glass · 2 years, 8 months ago
  31. 6a0b5f8 binman: Allow different operations in FIT generator nodes by Simon Glass · 2 years, 8 months ago
  32. 98e0de3 binman: Tidy up the docs a little with fit by Simon Glass · 2 years, 8 months ago
  33. dbe17c0 binman: fit: Refactor to reduce function size by Simon Glass · 2 years, 8 months ago
  34. 81b71c3 binman: Move entry-data collection into a Entry method by Simon Glass · 2 years, 8 months ago
  35. 56385c5 binman: Add a ELF test file with disjoint text sections by Simon Glass · 2 years, 8 months ago
  36. 5c044ff binman: Support a list of strings with the mkimage etype by Simon Glass · 2 years, 8 months ago
  37. 523cde0 binman: Add to the TODO by Simon Glass · 2 years, 8 months ago
  38. 47f420a binman: Add support for TEE BL32 by Roger Quadros · 2 years, 8 months ago
  39. 4d38dd7 elf: Add a way to read segment information from an ELF file by Simon Glass · 2 years, 8 months ago
  40. 206985e binman: Update docs to indicate mkimage is supported by Simon Glass · 2 years, 8 months ago
  41. 8db1f99 binman: Correct the error message for a bad hash algorithm by Simon Glass · 2 years, 8 months ago
  42. 7309222 binman: Update image positions of FIT subentries by Alper Nebi Yasak · 2 years, 8 months ago
  43. ee813c8 binman: Skip processing "hash" subnodes of FIT subsections by Alper Nebi Yasak · 2 years, 8 months ago
  44. f3078d4 binman: Convert FIT entry type to a subclass of Section entry type by Alper Nebi Yasak · 2 years, 8 months ago
  45. 4897d33 binman: Check missing bintools of Section subclasses by Alper Nebi Yasak · 2 years, 8 months ago
  46. ed293c3 binman: Register and check bintools from FIT subentries by Alper Nebi Yasak · 2 years, 8 months ago
  47. 2135331 binman: Fix subentry expansion for FIT entry type by Alper Nebi Yasak · 2 years, 8 months ago
  48. 252ac58 patman: Rename Color() method to build() by Simon Glass · 2 years, 9 months ago
  49. f3385a5 patman: Convert camel case in tout.py by Simon Glass · 2 years, 9 months ago
  50. 5e2ab40 patman: Convert camel case in test_util.py by Simon Glass · 2 years, 9 months ago
  51. d980069 patman: Convert camel case in command.py by Simon Glass · 2 years, 9 months ago
  52. c1aa66e patman: Convert camel case in tools.py by Simon Glass · 2 years, 9 months ago
  53. fcc87ef binman: Skip node generation for images read from files by Jan Kiszka · 2 years, 9 months ago
  54. 2ce0738 binman: doc: fix typo for u-boot-tpl by Heiko Thiery · 2 years, 9 months ago
  55. 61a631e binman: Document the __bss_size symbol error by Simon Glass · 2 years, 9 months ago
  56. 3e7749e binman: Add documentation for bintools by Simon Glass · 2 years, 9 months ago
  57. bc57064 binman: Add a command to generate bintool docs by Simon Glass · 2 years, 9 months ago
  58. a00d971 binman: Complete test coverage of comp_util by Simon Glass · 2 years, 9 months ago
  59. 4f9ee83 binman: Plumb in support for missing bintools by Simon Glass · 2 years, 9 months ago
  60. 359e431 binman: Convert to using the lzma_alone bintool by Simon Glass · 2 years, 9 months ago
  61. 4cd4ee0 binman: Add a bintool implementation for lzma_alone by Simon Glass · 2 years, 9 months ago
  62. 33ce351 binman: Convert to using the lz4 bintool by Simon Glass · 2 years, 9 months ago
  63. 992d475 binman: Add a bintool implementation for lz4 by Simon Glass · 2 years, 9 months ago
  64. 0d1e95a binman: Tidy up pylint warnings in comp_util by Simon Glass · 2 years, 9 months ago
  65. ad35ce5 binman: Move compression into binman by Simon Glass · 2 years, 9 months ago
  66. f75db1e binman: Convert to using the mkimage bintool by Simon Glass · 2 years, 9 months ago
  67. 532ae70 binman: Convert to using the ifwitool bintool by Simon Glass · 2 years, 9 months ago
  68. a104bb2 binman: Convert to using the futility bintool by Simon Glass · 2 years, 9 months ago
  69. 388f04f binman: Convert to using the FIP bintool by Simon Glass · 2 years, 9 months ago
  70. 5417da5 binman: Convert to using the CBFS bintool by Simon Glass · 2 years, 9 months ago
  71. 56ee85e binman: Enable bintool tests including cmdline processing by Simon Glass · 2 years, 9 months ago
  72. e1b7e4d binman: Add a bintool implementation for mkimage by Simon Glass · 2 years, 9 months ago
  73. 6f7eb0c binman: Add a bintool implementation for ifwitool by Simon Glass · 2 years, 9 months ago
  74. 9d3a7a2 binman: Add a bintool implementation for futility by Simon Glass · 2 years, 9 months ago
  75. bf87b20 binman: Add a bintool implementation for fiptool by Simon Glass · 2 years, 9 months ago
  76. d388333 binman: Add a bintool implementation for cbfstool by Simon Glass · 2 years, 9 months ago
  77. 3b47dfa binman: Add tests for bintool by Simon Glass · 2 years, 9 months ago
  78. 386c63c binman: Plumb in support for bintools by Simon Glass · 2 years, 9 months ago
  79. 252de6b binman: Add support for bintools by Simon Glass · 2 years, 9 months ago
  80. 81d6e3f binman: Add installation instructions by Simon Glass · 2 years, 9 months ago
  81. 7f29583 binman: Correct path for fip_util by Simon Glass · 2 years, 9 months ago
  82. f4590e0 binman: Allow faked blobs in blob-ext-list by Simon Glass · 2 years, 9 months ago
  83. 2cc8c1f binman: Drop the image name from the fake-blob message by Simon Glass · 2 years, 9 months ago
  84. 8bc78b7 binman: Expand the external FIT test a little by Simon Glass · 2 years, 9 months ago
  85. 1e18a69 binman: Tweak elf tests for a toolchain change by Simon Glass · 2 years, 9 months ago
  86. c761cf7 tools: Add init files for Python tools by Simon Glass · 2 years, 11 months ago
  87. 790ba9f binman: Write fake blobs to the output directory by Simon Glass · 2 years, 9 months ago
  88. 32d4f10 binman: Renumber the fake blob dts by Simon Glass · 2 years, 9 months ago
  89. fe04d88 Merge branch 'next' by Tom Rini · 2 years, 9 months ago
  90. a89c8f2 binman: add support for creating dummy files for external blobs by Heiko Thiery · 2 years, 10 months ago
  91. ed96683 fdt: Make it easier to debug u-boot.dtsi files by Simon Glass · 2 years, 10 months ago
  92. 8e07681 fdt: Drop CONFIG_BINMAN_STANDALONE_FDT by Simon Glass · 2 years, 10 months ago
  93. 1c11b5e iot2050: binman: add missing-msg for blobs by Ivan Mikhaylov · 2 years, 11 months ago
  94. 33f27f4 binman: Use less hard coded magic when inserting new PATH by Andy Shevchenko · 2 years, 11 months ago
  95. 022f6b0 binman: Do not pollute source tree when build with `make O=...` by Andy Shevchenko · 2 years, 11 months ago
  96. 7598972 binman: Add support for ATF FIP by Simon Glass · 2 years, 11 months ago
  97. ed16b12 binman: Add a utility module for ATF FIP by Simon Glass · 2 years, 11 months ago
  98. 5bf8121 binman: Rename _ReadSubnodes() to ReadEntries() by Simon Glass · 2 years, 11 months ago
  99. cc2c500 binman: Support lists of external blobs by Simon Glass · 2 years, 11 months ago
  100. 943bf78 binman: Allow extracting a file in an alternative format by Simon Glass · 2 years, 11 months ago