1. 56d0541 binman: Add VPL support by Simon Glass · Mon Feb 28 07:16:54 2022 -0700
  2. 0d3a926 binman: allow user-defined filenames for mkimage entry by Quentin Schulz · Fri Sep 02 15:10:49 2022 +0200
  3. 9b5c648 binman: add support for skipping file concatenation for mkimage by Quentin Schulz · Fri Sep 02 15:10:48 2022 +0200
  4. 3074bdd binman: Sort tests and rework test-file numbers by Stefan Herbrechtsmeier · Tue Aug 23 12:46:09 2022 +0200
  5. a5e4dcb binman: Add zstd bintool by Stefan Herbrechtsmeier · Fri Aug 19 16:25:38 2022 +0200
  6. eeb40b4 binman: Add xz bintool by Stefan Herbrechtsmeier · Fri Aug 19 16:25:37 2022 +0200
  7. 9087fc5 binman: Add lzop bintool by Stefan Herbrechtsmeier · Fri Aug 19 16:25:36 2022 +0200
  8. 2b8cda6 binman: Add gzip bintool by Stefan Herbrechtsmeier · Fri Aug 19 16:25:35 2022 +0200
  9. 9f25457 binman: Add bzip2 bintool by Stefan Herbrechtsmeier · Fri Aug 19 16:25:34 2022 +0200
  10. a14bee0 binman: Add compression tests by Stefan Herbrechtsmeier · Fri Aug 19 16:25:32 2022 +0200
  11. 94813a0 binman: Support missing compression tools by Stefan Herbrechtsmeier · Fri Aug 19 16:25:31 2022 +0200
  12. a6e0b50 binman: Move compression bintool management into entry class by Stefan Herbrechtsmeier · Fri Aug 19 16:25:30 2022 +0200
  13. b4bfbce binman: Move compression bintools creation into test setup by Stefan Herbrechtsmeier · Fri Aug 19 16:25:28 2022 +0200
  14. b2f8d61 binman: Remove obsolete compressed data header handling by Stefan Herbrechtsmeier · Fri Aug 19 16:25:27 2022 +0200
  15. 1732229 binman: Disable compressed data header by Stefan Herbrechtsmeier · Fri Aug 19 16:25:26 2022 +0200
  16. 11121d3 binman: Add length header attribute to dtb entry by Stefan Herbrechtsmeier · Fri Aug 19 16:25:25 2022 +0200
  17. 86f1fc0 binman: Check only section data in multi section test by Stefan Herbrechtsmeier · Fri Aug 19 16:25:23 2022 +0200
  18. 732742e binman: Skip elf tests if python elftools is not available by Stefan Herbrechtsmeier · Fri Aug 19 16:25:18 2022 +0200
  19. bd5cd88 binman: Allow collection to use entries from other sections by Simon Glass · Sat Aug 13 11:40:50 2022 -0600
  20. b166975 binman: Allow passing entries using -n by Simon Glass · Sat Aug 13 11:40:49 2022 -0600
  21. 8fbca77 binman: Allow the image name to be the data file by Simon Glass · Sat Aug 13 11:40:48 2022 -0600
  22. c6b283f binman: Avoid use of expected failure by Simon Glass · Sat Aug 13 11:40:46 2022 -0600
  23. 0cf5bce binman: Add a way to check for missing properties by Simon Glass · Sat Aug 13 11:40:44 2022 -0600
  24. 7d3e407 binman: Put fake files in a subdirectory by Simon Glass · Sun Aug 07 09:46:46 2022 -0600
  25. 9634dc9 spl: binman: Check at runtime if binman symbols were filled in by Alper Nebi Yasak · Sat Jun 18 15:13:11 2022 +0300
  26. 1d44c8e binman: Refuse to replace sections for now by Alper Nebi Yasak · Sun Mar 27 18:31:50 2022 +0300
  27. 4989264 binman: Test replacing non-section entries in FIT subsections by Alper Nebi Yasak · Sun Mar 27 18:31:49 2022 +0300
  28. 6cadc50 binman: Create FIT subentries in the FIT section, not its parent by Alper Nebi Yasak · Sun Mar 27 18:31:48 2022 +0300
  29. 1a0ee0f binman: Remove '/images/' fragment from FIT subentry paths by Alper Nebi Yasak · Sun Mar 27 18:31:47 2022 +0300
  30. 00c68f1 binman: Don't reset offset/size if image doesn't allow repacking by Alper Nebi Yasak · Sun Mar 27 18:31:46 2022 +0300
  31. e63ca5a binman: Collect bintools for images when replacing entries by Alper Nebi Yasak · Sun Mar 27 18:31:45 2022 +0300
  32. 5cff63f binman: Fix unique names having '/.' for images read from files by Alper Nebi Yasak · Sun Mar 27 18:31:44 2022 +0300
  33. ebe96cb tools: binman: add support for pre-load header by Philippe Reynes · Mon Mar 28 22:57:04 2022 +0200
  34. 5f42342 binman: Support splitting an ELF file into multiple nodes by Simon Glass · Sat Mar 05 20:19:12 2022 -0700
  35. 05f71dc binman: Add a consistent way to report errors with fit by Simon Glass · Sat Mar 05 20:19:09 2022 -0700
  36. fc5a168 binman: Allow mkimage to use a non-zero fake-blob size by Simon Glass · Sat Mar 05 20:19:05 2022 -0700
  37. b7bad18 binman: Refactor fit to generate output at the end by Simon Glass · Sat Mar 05 20:19:01 2022 -0700
  38. dd156a4 binman: Rename ExpandToLimit to extend_to_limit by Simon Glass · Sat Mar 05 20:18:59 2022 -0700
  39. a1419df binman: Include also subnodes in generator nodes by Jan Kiszka · Mon Feb 28 17:06:20 2022 +0100
  40. 2a0fa98 binman: Correct pylint errors by Simon Glass · Fri Feb 11 13:23:21 2022 -0700
  41. 912339f binman: Allow different operations in FIT generator nodes by Simon Glass · Tue Feb 08 11:50:03 2022 -0700
  42. 5cdcea0 binman: Add support for TEE BL32 by Roger Quadros · Sat Feb 19 20:50:04 2022 +0200
  43. 64af7c2 binman: Correct the error message for a bad hash algorithm by Simon Glass · Tue Feb 08 10:59:44 2022 -0700
  44. ac873ed binman: Update image positions of FIT subentries by Alper Nebi Yasak · Tue Feb 08 01:08:08 2022 +0300
  45. 1e4ffd8 binman: Skip processing "hash" subnodes of FIT subsections by Alper Nebi Yasak · Wed Feb 09 22:02:35 2022 +0300
  46. d455326 binman: Convert FIT entry type to a subclass of Section entry type by Alper Nebi Yasak · Tue Feb 08 01:08:07 2022 +0300
  47. e706d87 binman: Register and check bintools from FIT subentries by Alper Nebi Yasak · Tue Feb 08 01:08:05 2022 +0300
  48. 09fb061 binman: Fix subentry expansion for FIT entry type by Alper Nebi Yasak · Tue Feb 08 01:08:04 2022 +0300
  49. 011f1b3 patman: Convert camel case in tout.py by Simon Glass · Sat Jan 29 14:14:15 2022 -0700
  50. 840be73 patman: Convert camel case in command.py by Simon Glass · Sat Jan 29 14:14:05 2022 -0700
  51. 8002552 patman: Convert camel case in tools.py by Simon Glass · Sat Jan 29 14:14:04 2022 -0700
  52. 58c407f binman: Skip node generation for images read from files by Jan Kiszka · Fri Jan 28 20:37:53 2022 +0100
  53. 620c446 binman: Add a command to generate bintool docs by Simon Glass · Sun Jan 09 20:14:11 2022 -0700
  54. dab7c14 binman: Complete test coverage of comp_util by Simon Glass · Sun Jan 09 20:14:10 2022 -0700
  55. 66152ce binman: Plumb in support for missing bintools by Simon Glass · Sun Jan 09 20:14:09 2022 -0700
  56. 9203c16 binman: Convert to using the lz4 bintool by Simon Glass · Sun Jan 09 20:14:06 2022 -0700
  57. dd5c14ec binman: Tidy up pylint warnings in comp_util by Simon Glass · Sun Jan 09 20:14:04 2022 -0700
  58. 3ac7d83 binman: Move compression into binman by Simon Glass · Sun Jan 09 20:14:03 2022 -0700
  59. 57c7a48 binman: Convert to using the ifwitool bintool by Simon Glass · Sun Jan 09 20:14:01 2022 -0700
  60. 162017b binman: Enable bintool tests including cmdline processing by Simon Glass · Sun Jan 09 20:13:57 2022 -0700
  61. 4eae925 binman: Plumb in support for bintools by Simon Glass · Sun Jan 09 20:13:50 2022 -0700
  62. ceb5f91 binman: Allow faked blobs in blob-ext-list by Simon Glass · Sun Jan 09 20:13:46 2022 -0700
  63. 7932c88 binman: Expand the external FIT test a little by Simon Glass · Sun Jan 09 20:13:39 2022 -0700
  64. 7a602fd binman: Write fake blobs to the output directory by Simon Glass · Wed Jan 12 13:10:36 2022 -0700
  65. ccae686 binman: Renumber the fake blob dts by Simon Glass · Wed Jan 12 13:10:35 2022 -0700
  66. 33f8a8d Merge branch 'next' by Tom Rini · Mon Jan 10 14:01:57 2022 -0500
  67. 6d45136 binman: add support for creating dummy files for external blobs by Heiko Thiery · Thu Jan 06 11:49:41 2022 +0100
  68. 3efb297 binman: Add support for ATF FIP by Simon Glass · Tue Nov 23 21:08:59 2021 -0700
  69. 0b00ae6 binman: Support lists of external blobs by Simon Glass · Tue Nov 23 21:09:52 2021 -0700
  70. 637958f binman: Allow extracting a file in an alternative format by Simon Glass · Tue Nov 23 21:09:50 2021 -0700
  71. 3e28f4f binman: Rename testCbfsNoCOntents() by Simon Glass · Tue Nov 23 11:03:54 2021 -0700
  72. 7e3f89f binman: Allow overriding BuildSectionData() by Simon Glass · Tue Nov 23 11:03:47 2021 -0700
  73. 88e04da binman: Add a way to obtain the version by Simon Glass · Tue Nov 23 11:03:42 2021 -0700
  74. adfb849 binman: Support updating the dtb in an ELF file by Simon Glass · Wed Nov 03 21:09:18 2021 -0600
  75. 9a79840 binman: Tidy up comments on _DoTestFile() by Simon Glass · Wed Nov 03 21:09:17 2021 -0600
  76. 2d59d15 binman: Allow timeout to occur in the image or its section by Simon Glass · Mon Oct 18 12:13:15 2021 -0600
  77. 748a1d4 binman: Add basic support for debugging performance by Simon Glass · Tue Jul 06 10:36:41 2021 -0600
  78. 76f496d binman: Support multithreading for building images by Simon Glass · Tue Jul 06 10:36:37 2021 -0600
  79. c0b1574 binman: Add support for RISC-V OpenSBI fw_dynamic blob by Bin Meng · Mon May 10 20:23:33 2021 +0800
  80. 16cf566 binman: test: Rename 172_fit_fdt.dts to 170_fit_fdt.dts by Bin Meng · Mon May 10 20:23:32 2021 +0800
  81. b1d414c binman: Support adding sections to FMAPs by Simon Glass · Sat Apr 03 11:05:10 2021 +1300
  82. 82059c2 binman: Tweak implementation of fmap by Simon Glass · Sat Apr 03 11:05:09 2021 +1300
  83. 13089cc binman: Correct testSplNoDtb() and Tpl also by Simon Glass · Sun Apr 25 08:39:32 2021 +1200
  84. f427c5f binman: Support default alignment for sections by Simon Glass · Sun Mar 21 18:24:33 2021 +1300
  85. 27a7f77 binman: Support obtaining section contents immediately by Simon Glass · Sun Mar 21 18:24:32 2021 +1300
  86. e191578 binman: Add support for a collection of entries by Simon Glass · Sun Mar 21 18:24:31 2021 +1300
  87. 7098b7f binman: Allow disabling expanding an entry by Simon Glass · Sun Mar 21 18:24:30 2021 +1300
  88. 3bbc993 binman: Use a unique number for the symbols test file by Simon Glass · Sun Mar 21 18:24:29 2021 +1300
  89. 75ead66 binman: doc: Add documentation to htmldocs by Simon Glass · Thu Mar 18 20:25:13 2021 +1300
  90. 718b529 binman: Automatically expand phase binaries into sections by Simon Glass · Thu Mar 18 20:25:07 2021 +1300
  91. ed93067 binman: Allow a way to select expanded entries by Simon Glass · Thu Mar 18 20:25:05 2021 +1300
  92. 63f41d4 binman: Add support for u-boot-tpl-bss-bad by Simon Glass · Thu Mar 18 20:24:58 2021 +1300
  93. c98de97 binman: Add support for u-boot-tpl-nodtb by Simon Glass · Thu Mar 18 20:24:57 2021 +1300
  94. 31e04cb binman: Support symbols in u-boot-spl-nodtb by Simon Glass · Thu Mar 18 20:24:56 2021 +1300
  95. db84b56 binman: Allow for skip_at_start when reading entries by Simon Glass · Wed Jan 06 21:35:19 2021 -0700
  96. a2af730 binman: Support alignment of files by Simon Glass · Wed Jan 06 21:35:18 2021 -0700
  97. 220c622 binman: Allow vblock to include devicetree blobs by Simon Glass · Wed Jan 06 21:35:17 2021 -0700
  98. 3fb2540 binman: Support reading an image with entry args by Simon Glass · Wed Jan 06 21:35:16 2021 -0700
  99. ecbe473 binman: Support finding symbols in sub-sections by Simon Glass · Wed Jan 06 21:35:15 2021 -0700
  100. d92c836 binman: Support compression of sections by Simon Glass · Mon Oct 26 17:40:25 2020 -0600