1. 37f85de binman: Support writing symbols into ELF files by Simon Glass · Thu Oct 20 18:22:47 2022 -0600
  2. 6fc079e binman: Handle writing ELF symbols in the Entry class by Simon Glass · Thu Oct 20 18:22:46 2022 -0600
  3. 133f0f7 binman: Split out looking up a symbol into a function by Simon Glass · Thu Oct 20 18:22:45 2022 -0600
  4. cb452b0 binman: Allow obtaining a symbol value by Simon Glass · Thu Oct 20 18:22:44 2022 -0600
  5. 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · Thu Oct 20 18:22:39 2022 -0600
  6. 3eb4be3 binman: Add support for symlinking images by Neha Malcom Francis · Mon Oct 17 16:36:25 2022 +0530
  7. bb7d3bb treewide: Drop image_header_t typedef by Simon Glass · Tue Sep 06 20:26:52 2022 -0600
  8. 4914547 binman: Get futility by building it by Simon Glass · Sat Sep 17 09:01:19 2022 -0600
  9. 56d0541 binman: Add VPL support by Simon Glass · Mon Feb 28 07:16:54 2022 -0700
  10. ffe3cd5 Merge tag 'dm-pull-7sep22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Wed Sep 07 08:38:44 2022 -0400
  11. 0d3a926 binman: allow user-defined filenames for mkimage entry by Quentin Schulz · Fri Sep 02 15:10:49 2022 +0200
  12. 9b5c648 binman: add support for skipping file concatenation for mkimage by Quentin Schulz · Fri Sep 02 15:10:48 2022 +0200
  13. d2c153f binman: bintool: bzip2: fix version function on non-Debian-based systems by Quentin Schulz · Thu Sep 01 17:51:43 2022 +0200
  14. 94c3ff6 binman: btool: futility: use Bintool.version by Quentin Schulz · Thu Sep 01 17:51:42 2022 +0200
  15. 853c514 binman: btool: fiptool: use Bintool.version by Quentin Schulz · Thu Sep 01 17:51:41 2022 +0200
  16. 3264c35 binman: bintool: parametrize args to pass to binary for returning version by Quentin Schulz · Thu Sep 01 17:51:40 2022 +0200
  17. 21811f6 binman: btool: mkimage: use Bintool.version by Quentin Schulz · Thu Sep 01 17:51:39 2022 +0200
  18. 29d45ac binman: btool: lz4: use Bintool.version by Quentin Schulz · Thu Sep 01 17:51:38 2022 +0200
  19. bbfc137 binman: bintool: move version check implementation into bintool class by Quentin Schulz · Thu Sep 01 17:51:37 2022 +0200
  20. ca87ebf binman: btool: gzip: fix packer name so that binary can be found by Quentin Schulz · Wed Aug 31 17:55:14 2022 +0200
  21. 3074bdd binman: Sort tests and rework test-file numbers by Stefan Herbrechtsmeier · Tue Aug 23 12:46:09 2022 +0200
  22. fca3856 binman: Document how to handle dependent images by Simon Glass · Thu Aug 18 02:16:46 2022 -0600
  23. 7d959c5 binman: Mention split-elf in the main docs by Simon Glass · Thu Aug 18 02:16:45 2022 -0600
  24. a5e4dcb binman: Add zstd bintool by Stefan Herbrechtsmeier · Fri Aug 19 16:25:38 2022 +0200
  25. eeb40b4 binman: Add xz bintool by Stefan Herbrechtsmeier · Fri Aug 19 16:25:37 2022 +0200
  26. 9087fc5 binman: Add lzop bintool by Stefan Herbrechtsmeier · Fri Aug 19 16:25:36 2022 +0200
  27. 2b8cda6 binman: Add gzip bintool by Stefan Herbrechtsmeier · Fri Aug 19 16:25:35 2022 +0200
  28. 9f25457 binman: Add bzip2 bintool by Stefan Herbrechtsmeier · Fri Aug 19 16:25:34 2022 +0200
  29. 23cb821 binman: Add BintoolPacker class to bintool by Stefan Herbrechtsmeier · Fri Aug 19 16:25:33 2022 +0200
  30. a14bee0 binman: Add compression tests by Stefan Herbrechtsmeier · Fri Aug 19 16:25:32 2022 +0200
  31. 94813a0 binman: Support missing compression tools by Stefan Herbrechtsmeier · Fri Aug 19 16:25:31 2022 +0200
  32. a6e0b50 binman: Move compression bintool management into entry class by Stefan Herbrechtsmeier · Fri Aug 19 16:25:30 2022 +0200
  33. 80c6277 binman: Select compression bintools in cbfs_util class by Stefan Herbrechtsmeier · Fri Aug 19 16:25:29 2022 +0200
  34. b4bfbce binman: Move compression bintools creation into test setup by Stefan Herbrechtsmeier · Fri Aug 19 16:25:28 2022 +0200
  35. b2f8d61 binman: Remove obsolete compressed data header handling by Stefan Herbrechtsmeier · Fri Aug 19 16:25:27 2022 +0200
  36. 1732229 binman: Disable compressed data header by Stefan Herbrechtsmeier · Fri Aug 19 16:25:26 2022 +0200
  37. 11121d3 binman: Add length header attribute to dtb entry by Stefan Herbrechtsmeier · Fri Aug 19 16:25:25 2022 +0200
  38. 7f128a7 binman: Add DecompressData function to entry class by Stefan Herbrechtsmeier · Fri Aug 19 16:25:24 2022 +0200
  39. 86f1fc0 binman: Check only section data in multi section test by Stefan Herbrechtsmeier · Fri Aug 19 16:25:23 2022 +0200
  40. 4725030 binman: Collect bintools before usage by Stefan Herbrechtsmeier · Fri Aug 19 16:25:22 2022 +0200
  41. c766c8e binman: Forward AddBintools calls to base class by Stefan Herbrechtsmeier · Fri Aug 19 16:25:21 2022 +0200
  42. 2cb6cdb binman: Forward AddBintools calls to sub entries in cbfs_util by Stefan Herbrechtsmeier · Fri Aug 19 16:25:20 2022 +0200
  43. 486b944 binman: Avoid duplicates in bintool lists by Stefan Herbrechtsmeier · Fri Aug 19 16:25:19 2022 +0200
  44. 732742e binman: Skip elf tests if python elftools is not available by Stefan Herbrechtsmeier · Fri Aug 19 16:25:18 2022 +0200
  45. bd5cd88 binman: Allow collection to use entries from other sections by Simon Glass · Sat Aug 13 11:40:50 2022 -0600
  46. b166975 binman: Allow passing entries using -n by Simon Glass · Sat Aug 13 11:40:49 2022 -0600
  47. 8fbca77 binman: Allow the image name to be the data file by Simon Glass · Sat Aug 13 11:40:48 2022 -0600
  48. 42074dc binman: Improve mkimage documentation by Simon Glass · Sat Aug 13 11:40:47 2022 -0600
  49. c6b283f binman: Avoid use of expected failure by Simon Glass · Sat Aug 13 11:40:46 2022 -0600
  50. ff1df8c binman: Adjust mkimage etype node reading by Simon Glass · Sat Aug 13 11:40:45 2022 -0600
  51. 0cf5bce binman: Add a way to check for missing properties by Simon Glass · Sat Aug 13 11:40:44 2022 -0600
  52. 9f57158 binman: Fix up the entry-docs for Entry_pre_load by Simon Glass · Sat Aug 13 11:40:43 2022 -0600
  53. 7d3e407 binman: Put fake files in a subdirectory by Simon Glass · Sun Aug 07 09:46:46 2022 -0600
  54. 76d71b0 binman: Add more documentation about binman usage by Simon Glass · Sun Aug 07 16:33:26 2022 -0600
  55. a7c9778 binman: Add rST references for binman entry types by Simon Glass · Sun Aug 07 16:33:25 2022 -0600
  56. a5691e1 binman: Increase default fitImage data section resize step from 1k to 64k by Marek Vasut · Tue Jul 12 19:41:29 2022 +0200
  57. 9634dc9 spl: binman: Check at runtime if binman symbols were filled in by Alper Nebi Yasak · Sat Jun 18 15:13:11 2022 +0300
  58. d6d2c9b spl: binman: Split binman symbols support from enabling binman by Alper Nebi Yasak · Sat Jun 18 15:13:09 2022 +0300
  59. ca1c588 patman: test_util: Use unittest text runner to print test results by Alper Nebi Yasak · Sat Apr 02 20:06:06 2022 +0300
  60. b27a389 tools: binman: install btool by Peng Fan · Tue Jun 14 18:42:07 2022 +0800
  61. 33978f2 binman: don't import deprecated distutils package by Heinrich Schuchardt · Sat Apr 09 14:53:18 2022 +0200
  62. 1d44c8e binman: Refuse to replace sections for now by Alper Nebi Yasak · Sun Mar 27 18:31:50 2022 +0300
  63. 4989264 binman: Test replacing non-section entries in FIT subsections by Alper Nebi Yasak · Sun Mar 27 18:31:49 2022 +0300
  64. 6cadc50 binman: Create FIT subentries in the FIT section, not its parent by Alper Nebi Yasak · Sun Mar 27 18:31:48 2022 +0300
  65. 1a0ee0f binman: Remove '/images/' fragment from FIT subentry paths by Alper Nebi Yasak · Sun Mar 27 18:31:47 2022 +0300
  66. 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
  67. e63ca5a binman: Collect bintools for images when replacing entries by Alper Nebi Yasak · Sun Mar 27 18:31:45 2022 +0300
  68. 5cff63f binman: Fix unique names having '/.' for images read from files by Alper Nebi Yasak · Sun Mar 27 18:31:44 2022 +0300
  69. a7b096f binman: Correct Chromium OS entry types by Simon Glass · Mon Feb 28 12:08:20 2022 -0700
  70. ebe96cb tools: binman: add support for pre-load header by Philippe Reynes · Mon Mar 28 22:57:04 2022 +0200
  71. 5f42342 binman: Support splitting an ELF file into multiple nodes by Simon Glass · Sat Mar 05 20:19:12 2022 -0700
  72. 1059d3e binman: Keep a separate list of entries for fit by Simon Glass · Sat Mar 05 20:19:11 2022 -0700
  73. ef28588 binman: Update fit to use node instead of subnode by Simon Glass · Sat Mar 05 20:19:10 2022 -0700
  74. 05f71dc binman: Add a consistent way to report errors with fit by Simon Glass · Sat Mar 05 20:19:09 2022 -0700
  75. 5b87842 binman: Fix some pylint warnings in fit by Simon Glass · Sat Mar 05 20:19:08 2022 -0700
  76. da8504b binman: Update fit to move node reading into the ReadNode() method by Simon Glass · Sat Mar 05 20:19:07 2022 -0700
  77. c3fa6c2 binman: Read the fit entries only once by Simon Glass · Sat Mar 05 20:19:06 2022 -0700
  78. fc5a168 binman: Allow mkimage to use a non-zero fake-blob size by Simon Glass · Sat Mar 05 20:19:05 2022 -0700
  79. 8c0533b binman: Make fake blobs zero-sized by default by Simon Glass · Sat Mar 05 20:19:04 2022 -0700
  80. 214d36f binman: Change how faked blobs are created by Simon Glass · Sat Mar 05 20:19:03 2022 -0700
  81. fff147a binman: Rename tools parameter to btools by Simon Glass · Sat Mar 05 20:19:02 2022 -0700
  82. b7bad18 binman: Refactor fit to generate output at the end by Simon Glass · Sat Mar 05 20:19:01 2022 -0700
  83. f86ddad binman: Rename ExpandEntries to gen_entries by Simon Glass · Sat Mar 05 20:19:00 2022 -0700
  84. dd156a4 binman: Rename ExpandToLimit to extend_to_limit by Simon Glass · Sat Mar 05 20:18:59 2022 -0700
  85. 43a98cc binman: Tweak collect_contents_to_file() and docs by Simon Glass · Sat Mar 05 20:18:58 2022 -0700
  86. acc0375 elf: Rename load_segments() and module failure by Simon Glass · Sat Mar 05 20:18:57 2022 -0700
  87. a1419df binman: Include also subnodes in generator nodes by Jan Kiszka · Mon Feb 28 17:06:20 2022 +0100
  88. bbdeb21 tools: binman: main.py: add build-sandbox in sys.path by Philippe Reynes · Thu Jan 27 15:03:13 2022 +0100
  89. ea64c02 binman: Complete elf test coverage by Simon Glass · Fri Mar 18 19:19:49 2022 -0600
  90. bea8ef1 binman: Expand elf support a little by Simon Glass · Fri Mar 04 08:42:59 2022 -0700
  91. 2a0fa98 binman: Correct pylint errors by Simon Glass · Fri Feb 11 13:23:21 2022 -0700
  92. 912339f binman: Allow different operations in FIT generator nodes by Simon Glass · Tue Feb 08 11:50:03 2022 -0700
  93. 9f1c6b9 binman: Tidy up the docs a little with fit by Simon Glass · Tue Feb 08 11:50:02 2022 -0700
  94. f4a32d2 binman: fit: Refactor to reduce function size by Simon Glass · Tue Feb 08 11:50:01 2022 -0700
  95. 6fba35c binman: Move entry-data collection into a Entry method by Simon Glass · Tue Feb 08 11:50:00 2022 -0700
  96. 167070a binman: Add a ELF test file with disjoint text sections by Simon Glass · Tue Feb 08 11:49:59 2022 -0700
  97. 948dd3a binman: Support a list of strings with the mkimage etype by Simon Glass · Tue Feb 08 11:49:58 2022 -0700
  98. e87009da binman: Add to the TODO by Simon Glass · Tue Feb 08 11:49:57 2022 -0700
  99. 5cdcea0 binman: Add support for TEE BL32 by Roger Quadros · Sat Feb 19 20:50:04 2022 +0200
  100. 571adc8 elf: Add a way to read segment information from an ELF file by Simon Glass · Tue Feb 08 11:49:55 2022 -0700