1. 82337bb binman: Refuse to replace sections for now by Alper Nebi Yasak · 2 years, 8 months ago
  2. 99283e5 binman: Test replacing non-section entries in FIT subsections by Alper Nebi Yasak · 2 years, 8 months ago
  3. 74d3b23 binman: Create FIT subentries in the FIT section, not its parent by Alper Nebi Yasak · 2 years, 8 months ago
  4. e736878 binman: Remove '/images/' fragment from FIT subentry paths by Alper Nebi Yasak · 2 years, 8 months ago
  5. e2ce4fb binman: Don't reset offset/size if image doesn't allow repacking by Alper Nebi Yasak · 2 years, 8 months ago
  6. 8ee4ec9 binman: Collect bintools for images when replacing entries by Alper Nebi Yasak · 2 years, 8 months ago
  7. 67bf2c8 binman: Fix unique names having '/.' for images read from files by Alper Nebi Yasak · 2 years, 8 months ago
  8. b1c5093 tools: binman: add support for pre-load header by Philippe Reynes · 2 years, 8 months ago
  9. 40c8bdd binman: Support splitting an ELF file into multiple nodes by Simon Glass · 2 years, 9 months ago
  10. ce4e402 binman: Add a consistent way to report errors with fit by Simon Glass · 2 years, 9 months ago
  11. 72e423c binman: Allow mkimage to use a non-zero fake-blob size by Simon Glass · 2 years, 9 months ago
  12. 38397d0 binman: Refactor fit to generate output at the end by Simon Glass · 2 years, 9 months ago
  13. 80a66ae binman: Rename ExpandToLimit to extend_to_limit by Simon Glass · 2 years, 9 months ago
  14. b210661 binman: Include also subnodes in generator nodes by Jan Kiszka · 2 years, 9 months ago
  15. 8d2ef3e binman: Correct pylint errors by Simon Glass · 2 years, 10 months ago
  16. 6a0b5f8 binman: Allow different operations in FIT generator nodes by Simon Glass · 2 years, 10 months ago
  17. 47f420a binman: Add support for TEE BL32 by Roger Quadros · 2 years, 9 months ago
  18. 8db1f99 binman: Correct the error message for a bad hash algorithm by Simon Glass · 2 years, 10 months ago
  19. 7309222 binman: Update image positions of FIT subentries by Alper Nebi Yasak · 2 years, 10 months ago
  20. ee813c8 binman: Skip processing "hash" subnodes of FIT subsections by Alper Nebi Yasak · 2 years, 10 months ago
  21. f3078d4 binman: Convert FIT entry type to a subclass of Section entry type by Alper Nebi Yasak · 2 years, 10 months ago
  22. ed293c3 binman: Register and check bintools from FIT subentries by Alper Nebi Yasak · 2 years, 10 months ago
  23. 2135331 binman: Fix subentry expansion for FIT entry type by Alper Nebi Yasak · 2 years, 10 months ago
  24. f3385a5 patman: Convert camel case in tout.py by Simon Glass · 2 years, 10 months ago
  25. d980069 patman: Convert camel case in command.py by Simon Glass · 2 years, 10 months ago
  26. c1aa66e patman: Convert camel case in tools.py by Simon Glass · 2 years, 10 months ago
  27. fcc87ef binman: Skip node generation for images read from files by Jan Kiszka · 2 years, 10 months ago
  28. bc57064 binman: Add a command to generate bintool docs by Simon Glass · 2 years, 11 months ago
  29. a00d971 binman: Complete test coverage of comp_util by Simon Glass · 2 years, 11 months ago
  30. 4f9ee83 binman: Plumb in support for missing bintools by Simon Glass · 2 years, 11 months ago
  31. 33ce351 binman: Convert to using the lz4 bintool by Simon Glass · 2 years, 11 months ago
  32. 0d1e95a binman: Tidy up pylint warnings in comp_util by Simon Glass · 2 years, 11 months ago
  33. ad35ce5 binman: Move compression into binman by Simon Glass · 2 years, 11 months ago
  34. 532ae70 binman: Convert to using the ifwitool bintool by Simon Glass · 2 years, 11 months ago
  35. 56ee85e binman: Enable bintool tests including cmdline processing by Simon Glass · 2 years, 11 months ago
  36. 386c63c binman: Plumb in support for bintools by Simon Glass · 2 years, 11 months ago
  37. f4590e0 binman: Allow faked blobs in blob-ext-list by Simon Glass · 2 years, 11 months ago
  38. 8bc78b7 binman: Expand the external FIT test a little by Simon Glass · 2 years, 11 months ago
  39. 790ba9f binman: Write fake blobs to the output directory by Simon Glass · 2 years, 11 months ago
  40. 32d4f10 binman: Renumber the fake blob dts by Simon Glass · 2 years, 11 months ago
  41. fe04d88 Merge branch 'next' by Tom Rini · 2 years, 11 months ago
  42. a89c8f2 binman: add support for creating dummy files for external blobs by Heiko Thiery · 2 years, 11 months ago
  43. 7598972 binman: Add support for ATF FIP by Simon Glass · 3 years ago
  44. cc2c500 binman: Support lists of external blobs by Simon Glass · 3 years ago
  45. 943bf78 binman: Allow extracting a file in an alternative format by Simon Glass · 3 years ago
  46. e2f0474 binman: Rename testCbfsNoCOntents() by Simon Glass · 3 years ago
  47. d34bcdd binman: Allow overriding BuildSectionData() by Simon Glass · 3 years ago
  48. c475dec binman: Add a way to obtain the version by Simon Glass · 3 years ago
  49. 0427bed binman: Support updating the dtb in an ELF file by Simon Glass · 3 years, 1 month ago
  50. 7115f00 binman: Tidy up comments on _DoTestFile() by Simon Glass · 3 years, 1 month ago
  51. b2dfe83 binman: Allow timeout to occur in the image or its section by Simon Glass · 3 years, 1 month ago
  52. 03ebc20 binman: Add basic support for debugging performance by Simon Glass · 3 years, 5 months ago
  53. c69d19c binman: Support multithreading for building images by Simon Glass · 3 years, 5 months ago
  54. 4c4d607 binman: Add support for RISC-V OpenSBI fw_dynamic blob by Bin Meng · 3 years, 7 months ago
  55. aa75ce9 binman: test: Rename 172_fit_fdt.dts to 170_fit_fdt.dts by Bin Meng · 3 years, 7 months ago
  56. 1736575 binman: Support adding sections to FMAPs by Simon Glass · 3 years, 8 months ago
  57. c7722e8 binman: Tweak implementation of fmap by Simon Glass · 3 years, 8 months ago
  58. 0fe44dc binman: Correct testSplNoDtb() and Tpl also by Simon Glass · 3 years, 7 months ago
  59. 5ff9fed binman: Support default alignment for sections by Simon Glass · 3 years, 8 months ago
  60. 631f752 binman: Support obtaining section contents immediately by Simon Glass · 3 years, 8 months ago
  61. 189f291 binman: Add support for a collection of entries by Simon Glass · 3 years, 8 months ago
  62. 3d43338 binman: Allow disabling expanding an entry by Simon Glass · 3 years, 8 months ago
  63. e9e0db8 binman: Use a unique number for the symbols test file by Simon Glass · 3 years, 8 months ago
  64. 61adb2d binman: doc: Add documentation to htmldocs by Simon Glass · 3 years, 8 months ago
  65. 0668492 binman: Automatically expand phase binaries into sections by Simon Glass · 3 years, 8 months ago
  66. 63aeaeb binman: Allow a way to select expanded entries by Simon Glass · 3 years, 8 months ago
  67. d26efc8 binman: Add support for u-boot-tpl-bss-bad by Simon Glass · 3 years, 8 months ago
  68. 77a64e0 binman: Add support for u-boot-tpl-nodtb by Simon Glass · 3 years, 8 months ago
  69. f589882 binman: Support symbols in u-boot-spl-nodtb by Simon Glass · 3 years, 8 months ago
  70. 5c6ba71 binman: Allow for skip_at_start when reading entries by Simon Glass · 3 years, 11 months ago
  71. 6eb9932 binman: Support alignment of files by Simon Glass · 3 years, 11 months ago
  72. 5af9ebc binman: Allow vblock to include devicetree blobs by Simon Glass · 3 years, 11 months ago
  73. 939d106 binman: Support reading an image with entry args by Simon Glass · 3 years, 11 months ago
  74. 870a9ea binman: Support finding symbols in sub-sections by Simon Glass · 3 years, 11 months ago
  75. 8f5ef89 binman: Support compression of sections by Simon Glass · 4 years, 1 month ago
  76. 0ff83da binman: Use the actual contents in CheckSize() by Simon Glass · 4 years, 1 month ago
  77. 63e7ba6 binman: Set section contents in GetData() by Simon Glass · 4 years, 1 month ago
  78. 97c3e9a binman: Store the original data before compression by Simon Glass · 4 years, 1 month ago
  79. 7d398bb binman: Make section padding consistent with other entries by Simon Glass · 4 years, 1 month ago
  80. d1d3ad7 binman: Move section padding to the parent by Simon Glass · 4 years, 1 month ago
  81. 17ea9f3 binman: Move section-building code into a function by Simon Glass · 4 years, 1 month ago
  82. 4eec34c binman: Expand docs and test for alignment by Simon Glass · 4 years, 1 month ago
  83. f90d906 binman: Expand docs and test for padding by Simon Glass · 4 years, 1 month ago
  84. ef439ed binman: Update testPackExtra with more checks by Simon Glass · 4 years, 1 month ago
  85. e6bed4f binman: Expand the error message for breaching a section by Simon Glass · 4 years, 1 month ago
  86. f2c0dd8 binman: Add tests for skip-at-start sections by Simon Glass · 4 years, 1 month ago
  87. a4dfe3e binman: Drop unused return variable for _DoTestFile() by Simon Glass · 4 years, 1 month ago
  88. 18bd455 binman: Add support for SCP firmware by Samuel Holland · 4 years, 1 month ago
  89. fb91d56 binman: Support adding a U-Boot environment by Simon Glass · 4 years, 3 months ago
  90. 204aa78 binman: Show an error when a file is missing by Simon Glass · 4 years, 3 months ago
  91. b238143 binman: Support help messages for missing blobs by Simon Glass · 4 years, 3 months ago
  92. c0f1ebe binman: Allow selecting default FIT configuration by Simon Glass · 4 years, 3 months ago
  93. 6cf9953 binman: Support generating FITs with multiple dtbs by Simon Glass · 4 years, 3 months ago
  94. dc2f81a binman: Add support for ATF BL31 by Simon Glass · 4 years, 3 months ago
  95. e9d336d binman: Fix up a few missing comments by Simon Glass · 4 years, 3 months ago
  96. 3decfa3 binman: Allow entry args to be required by Simon Glass · 4 years, 3 months ago
  97. fe05701 binman: Build FIT image subentries with the section etype by Alper Nebi Yasak · 4 years, 3 months ago
  98. 3fdeb14 binman: Respect pad-before property of section subentries by Alper Nebi Yasak · 4 years, 3 months ago
  99. 8001d0b binman: Ignore hash*, signature* nodes in sections by Alper Nebi Yasak · 4 years, 3 months ago
  100. 0723798 binman: Correct some import statements by Simon Glass · 4 years, 4 months ago