summaryrefslogtreecommitdiff
path: root/tools/binman
AgeCommit message (Expand)AuthorFilesLines
2022-10-29binman: Add support for symlinking imagesNeha Malcom Francis4-0/+34
2022-09-29treewide: Drop image_header_t typedefSimon Glass1-2/+2
2022-09-21binman: Get futility by building itSimon Glass2-7/+20
2022-09-12binman: Add VPL supportSimon Glass12-22/+349
2022-09-07Merge tag 'dm-pull-7sep22' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini7-79/+27
2022-09-04binman: allow user-defined filenames for mkimage entryQuentin Schulz3-3/+33
2022-09-04binman: add support for skipping file concatenation for mkimageQuentin Schulz5-4/+125
2022-09-01binman: bintool: bzip2: fix version function on non-Debian-based systemsQuentin Schulz1-1/+1
2022-09-01binman: btool: futility: use Bintool.versionQuentin Schulz1-12/+1
2022-09-01binman: btool: fiptool: use Bintool.versionQuentin Schulz1-10/+1
2022-09-01binman: bintool: parametrize args to pass to binary for returning versionQuentin Schulz1-4/+5
2022-09-01binman: btool: mkimage: use Bintool.versionQuentin Schulz1-16/+2
2022-09-01binman: btool: lz4: use Bintool.versionQuentin Schulz1-13/+1
2022-09-01binman: bintool: move version check implementation into bintool classQuentin Schulz1-25/+18
2022-09-01binman: btool: gzip: fix packer name so that binary can be foundQuentin Schulz1-1/+1
2022-08-27binman: Sort tests and rework test-file numbersStefan Herbrechtsmeier24-63/+64
2022-08-27binman: Document how to handle dependent imagesSimon Glass1-0/+50
2022-08-27binman: Mention split-elf in the main docsSimon Glass1-0/+4
2022-08-21binman: Add zstd bintoolStefan Herbrechtsmeier5-3/+61
2022-08-21binman: Add xz bintoolStefan Herbrechtsmeier3-2/+33
2022-08-21binman: Add lzop bintoolStefan Herbrechtsmeier3-3/+33
2022-08-21binman: Add gzip bintoolStefan Herbrechtsmeier4-4/+43
2022-08-21binman: Add bzip2 bintoolStefan Herbrechtsmeier3-2/+32
2022-08-21binman: Add BintoolPacker class to bintoolStefan Herbrechtsmeier1-0/+103
2022-08-21binman: Add compression testsStefan Herbrechtsmeier1-0/+26
2022-08-21binman: Support missing compression toolsStefan Herbrechtsmeier3-3/+29
2022-08-21binman: Move compression bintool management into entry classStefan Herbrechtsmeier4-83/+41
2022-08-21binman: Select compression bintools in cbfs_util classStefan Herbrechtsmeier2-11/+13
2022-08-21binman: Move compression bintools creation into test setupStefan Herbrechtsmeier1-7/+19
2022-08-21binman: Remove obsolete compressed data header handlingStefan Herbrechtsmeier4-24/+15
2022-08-21binman: Disable compressed data headerStefan Herbrechtsmeier2-7/+9
2022-08-21binman: Add length header attribute to dtb entryStefan Herbrechtsmeier5-0/+105
2022-08-21binman: Add DecompressData function to entry classStefan Herbrechtsmeier2-2/+16
2022-08-21binman: Check only section data in multi section testStefan Herbrechtsmeier1-4/+6
2022-08-21binman: Collect bintools before usageStefan Herbrechtsmeier1-1/+4
2022-08-21binman: Forward AddBintools calls to base classStefan Herbrechtsmeier5-0/+5
2022-08-21binman: Forward AddBintools calls to sub entries in cbfs_utilStefan Herbrechtsmeier1-0/+5
2022-08-21binman: Avoid duplicates in bintool listsStefan Herbrechtsmeier1-2/+6
2022-08-21binman: Skip elf tests if python elftools is not availableStefan Herbrechtsmeier2-0/+32
2022-08-21binman: Allow collection to use entries from other sectionsSimon Glass8-4/+110
2022-08-21binman: Allow passing entries using -nSimon Glass6-1/+155
2022-08-21binman: Allow the image name to be the data fileSimon Glass4-2/+75
2022-08-21binman: Improve mkimage documentationSimon Glass2-14/+45
2022-08-21binman: Avoid use of expected failureSimon Glass1-5/+6
2022-08-21binman: Adjust mkimage etype node readingSimon Glass1-8/+11
2022-08-21binman: Add a way to check for missing propertiesSimon Glass3-3/+22
2022-08-21binman: Fix up the entry-docs for Entry_pre_loadSimon Glass2-2/+4
2022-08-21binman: Put fake files in a subdirectorySimon Glass4-14/+53
2022-08-13binman: Add more documentation about binman usageSimon Glass1-8/+192
2022-08-13binman: Add rST references for binman entry typesSimon Glass2-1/+150