- 0d3a926 binman: allow user-defined filenames for mkimage entry by Quentin Schulz · 2 years, 3 months ago
- 9b5c648 binman: add support for skipping file concatenation for mkimage by Quentin Schulz · 2 years, 3 months ago
- 3074bdd binman: Sort tests and rework test-file numbers by Stefan Herbrechtsmeier · 2 years, 3 months ago
- fca3856 binman: Document how to handle dependent images by Simon Glass · 2 years, 3 months ago
- 7d959c5 binman: Mention split-elf in the main docs by Simon Glass · 2 years, 3 months ago
- a5e4dcb binman: Add zstd bintool by Stefan Herbrechtsmeier · 2 years, 3 months ago
- eeb40b4 binman: Add xz bintool by Stefan Herbrechtsmeier · 2 years, 3 months ago
- 9087fc5 binman: Add lzop bintool by Stefan Herbrechtsmeier · 2 years, 3 months ago
- 2b8cda6 binman: Add gzip bintool by Stefan Herbrechtsmeier · 2 years, 3 months ago
- 9f25457 binman: Add bzip2 bintool by Stefan Herbrechtsmeier · 2 years, 3 months ago
- 23cb821 binman: Add BintoolPacker class to bintool by Stefan Herbrechtsmeier · 2 years, 3 months ago
- a14bee0 binman: Add compression tests by Stefan Herbrechtsmeier · 2 years, 3 months ago
- 94813a0 binman: Support missing compression tools by Stefan Herbrechtsmeier · 2 years, 3 months ago
- a6e0b50 binman: Move compression bintool management into entry class by Stefan Herbrechtsmeier · 2 years, 3 months ago
- 80c6277 binman: Select compression bintools in cbfs_util class by Stefan Herbrechtsmeier · 2 years, 3 months ago
- b4bfbce binman: Move compression bintools creation into test setup by Stefan Herbrechtsmeier · 2 years, 3 months ago
- b2f8d61 binman: Remove obsolete compressed data header handling by Stefan Herbrechtsmeier · 2 years, 3 months ago
- 1732229 binman: Disable compressed data header by Stefan Herbrechtsmeier · 2 years, 3 months ago
- 11121d3 binman: Add length header attribute to dtb entry by Stefan Herbrechtsmeier · 2 years, 3 months ago
- 7f128a7 binman: Add DecompressData function to entry class by Stefan Herbrechtsmeier · 2 years, 3 months ago
- 86f1fc0 binman: Check only section data in multi section test by Stefan Herbrechtsmeier · 2 years, 3 months ago
- 4725030 binman: Collect bintools before usage by Stefan Herbrechtsmeier · 2 years, 3 months ago
- c766c8e binman: Forward AddBintools calls to base class by Stefan Herbrechtsmeier · 2 years, 3 months ago
- 2cb6cdb binman: Forward AddBintools calls to sub entries in cbfs_util by Stefan Herbrechtsmeier · 2 years, 3 months ago
- 486b944 binman: Avoid duplicates in bintool lists by Stefan Herbrechtsmeier · 2 years, 3 months ago
- 732742e binman: Skip elf tests if python elftools is not available by Stefan Herbrechtsmeier · 2 years, 3 months ago
- bd5cd88 binman: Allow collection to use entries from other sections by Simon Glass · 2 years, 4 months ago
- b166975 binman: Allow passing entries using -n by Simon Glass · 2 years, 4 months ago
- 8fbca77 binman: Allow the image name to be the data file by Simon Glass · 2 years, 4 months ago
- 42074dc binman: Improve mkimage documentation by Simon Glass · 2 years, 4 months ago
- c6b283f binman: Avoid use of expected failure by Simon Glass · 2 years, 4 months ago
- ff1df8c binman: Adjust mkimage etype node reading by Simon Glass · 2 years, 4 months ago
- 0cf5bce binman: Add a way to check for missing properties by Simon Glass · 2 years, 4 months ago
- 9f57158 binman: Fix up the entry-docs for Entry_pre_load by Simon Glass · 2 years, 4 months ago
- 7d3e407 binman: Put fake files in a subdirectory by Simon Glass · 2 years, 4 months ago
- 76d71b0 binman: Add more documentation about binman usage by Simon Glass · 2 years, 4 months ago
- a7c9778 binman: Add rST references for binman entry types by Simon Glass · 2 years, 4 months ago
- a5691e1 binman: Increase default fitImage data section resize step from 1k to 64k by Marek Vasut · 2 years, 5 months ago
- 9634dc9 spl: binman: Check at runtime if binman symbols were filled in by Alper Nebi Yasak · 2 years, 5 months ago
- d6d2c9b spl: binman: Split binman symbols support from enabling binman by Alper Nebi Yasak · 2 years, 5 months ago
- ca1c588 patman: test_util: Use unittest text runner to print test results by Alper Nebi Yasak · 2 years, 8 months ago
- b27a389 tools: binman: install btool by Peng Fan · 2 years, 6 months ago
- 33978f2 binman: don't import deprecated distutils package by Heinrich Schuchardt · 2 years, 8 months ago
- 1d44c8e binman: Refuse to replace sections for now by Alper Nebi Yasak · 2 years, 8 months ago
- 4989264 binman: Test replacing non-section entries in FIT subsections by Alper Nebi Yasak · 2 years, 8 months ago
- 6cadc50 binman: Create FIT subentries in the FIT section, not its parent by Alper Nebi Yasak · 2 years, 8 months ago
- 1a0ee0f binman: Remove '/images/' fragment from FIT subentry paths by Alper Nebi Yasak · 2 years, 8 months ago
- 00c68f1 binman: Don't reset offset/size if image doesn't allow repacking by Alper Nebi Yasak · 2 years, 8 months ago
- e63ca5a binman: Collect bintools for images when replacing entries by Alper Nebi Yasak · 2 years, 8 months ago
- 5cff63f binman: Fix unique names having '/.' for images read from files by Alper Nebi Yasak · 2 years, 8 months ago
- a7b096f binman: Correct Chromium OS entry types by Simon Glass · 2 years, 9 months ago
- ebe96cb tools: binman: add support for pre-load header by Philippe Reynes · 2 years, 8 months ago
- 5f42342 binman: Support splitting an ELF file into multiple nodes by Simon Glass · 2 years, 9 months ago
- 1059d3e binman: Keep a separate list of entries for fit by Simon Glass · 2 years, 9 months ago
- ef28588 binman: Update fit to use node instead of subnode by Simon Glass · 2 years, 9 months ago
- 05f71dc binman: Add a consistent way to report errors with fit by Simon Glass · 2 years, 9 months ago
- 5b87842 binman: Fix some pylint warnings in fit by Simon Glass · 2 years, 9 months ago
- da8504b binman: Update fit to move node reading into the ReadNode() method by Simon Glass · 2 years, 9 months ago
- c3fa6c2 binman: Read the fit entries only once by Simon Glass · 2 years, 9 months ago
- fc5a168 binman: Allow mkimage to use a non-zero fake-blob size by Simon Glass · 2 years, 9 months ago
- 8c0533b binman: Make fake blobs zero-sized by default by Simon Glass · 2 years, 9 months ago
- 214d36f binman: Change how faked blobs are created by Simon Glass · 2 years, 9 months ago
- fff147a binman: Rename tools parameter to btools by Simon Glass · 2 years, 9 months ago
- b7bad18 binman: Refactor fit to generate output at the end by Simon Glass · 2 years, 9 months ago
- f86ddad binman: Rename ExpandEntries to gen_entries by Simon Glass · 2 years, 9 months ago
- dd156a4 binman: Rename ExpandToLimit to extend_to_limit by Simon Glass · 2 years, 9 months ago
- 43a98cc binman: Tweak collect_contents_to_file() and docs by Simon Glass · 2 years, 9 months ago
- acc0375 elf: Rename load_segments() and module failure by Simon Glass · 2 years, 9 months ago
- a1419df binman: Include also subnodes in generator nodes by Jan Kiszka · 2 years, 9 months ago
- bbdeb21 tools: binman: main.py: add build-sandbox in sys.path by Philippe Reynes · 2 years, 10 months ago
- ea64c02 binman: Complete elf test coverage by Simon Glass · 2 years, 8 months ago
- bea8ef1 binman: Expand elf support a little by Simon Glass · 2 years, 9 months ago
- 2a0fa98 binman: Correct pylint errors by Simon Glass · 2 years, 10 months ago
- 912339f binman: Allow different operations in FIT generator nodes by Simon Glass · 2 years, 10 months ago
- 9f1c6b9 binman: Tidy up the docs a little with fit by Simon Glass · 2 years, 10 months ago
- f4a32d2 binman: fit: Refactor to reduce function size by Simon Glass · 2 years, 10 months ago
- 6fba35c binman: Move entry-data collection into a Entry method by Simon Glass · 2 years, 10 months ago
- 167070a binman: Add a ELF test file with disjoint text sections by Simon Glass · 2 years, 10 months ago
- 948dd3a binman: Support a list of strings with the mkimage etype by Simon Glass · 2 years, 10 months ago
- e87009da binman: Add to the TODO by Simon Glass · 2 years, 10 months ago
- 5cdcea0 binman: Add support for TEE BL32 by Roger Quadros · 2 years, 9 months ago
- 571adc8 elf: Add a way to read segment information from an ELF file by Simon Glass · 2 years, 10 months ago
- 243c2c1 binman: Update docs to indicate mkimage is supported by Simon Glass · 2 years, 10 months ago
- 64af7c2 binman: Correct the error message for a bad hash algorithm by Simon Glass · 2 years, 10 months ago
- ac873ed binman: Update image positions of FIT subentries by Alper Nebi Yasak · 2 years, 10 months ago
- 1e4ffd8 binman: Skip processing "hash" subnodes of FIT subsections by Alper Nebi Yasak · 2 years, 10 months ago
- d455326 binman: Convert FIT entry type to a subclass of Section entry type by Alper Nebi Yasak · 2 years, 10 months ago
- 513a149 binman: Check missing bintools of Section subclasses by Alper Nebi Yasak · 2 years, 10 months ago
- e706d87 binman: Register and check bintools from FIT subentries by Alper Nebi Yasak · 2 years, 10 months ago
- 09fb061 binman: Fix subentry expansion for FIT entry type by Alper Nebi Yasak · 2 years, 10 months ago
- f45d374 patman: Rename Color() method to build() by Simon Glass · 2 years, 10 months ago
- 011f1b3 patman: Convert camel case in tout.py by Simon Glass · 2 years, 10 months ago
- 1b53d90 patman: Convert camel case in test_util.py by Simon Glass · 2 years, 10 months ago
- 840be73 patman: Convert camel case in command.py by Simon Glass · 2 years, 10 months ago
- 8002552 patman: Convert camel case in tools.py by Simon Glass · 2 years, 10 months ago
- 58c407f binman: Skip node generation for images read from files by Jan Kiszka · 2 years, 10 months ago
- d589456 binman: doc: fix typo for u-boot-tpl by Heiko Thiery · 2 years, 10 months ago
- ddd5e1d binman: Document the __bss_size symbol error by Simon Glass · 2 years, 10 months ago
- 4142486 binman: Add documentation for bintools by Simon Glass · 2 years, 11 months ago
- 620c446 binman: Add a command to generate bintool docs by Simon Glass · 2 years, 11 months ago