summaryrefslogtreecommitdiff
path: root/tools/binman
AgeCommit message (Expand)AuthorFilesLines
2022-11-23binman: Add documentation for the command line argsSimon Glass1-1/+299
2022-11-23binman: Add a separate section about environment variablesSimon Glass1-0/+30
2022-11-23binman: Use an exit code when blobs are missingSimon Glass4-4/+51
2022-11-23Revert "binman: btool: gzip: fix packer name so that binary can be found"Quentin Schulz1-1/+1
2022-11-23binman: bintool: remove btool_ prefix from btool namesQuentin Schulz2-2/+3
2022-10-31binman: Support writing symbols into ELF filesSimon Glass8-12/+151
2022-10-31binman: Handle writing ELF symbols in the Entry classSimon Glass8-34/+21
2022-10-31binman: Split out looking up a symbol into a functionSimon Glass1-15/+45
2022-10-31binman: Allow obtaining a symbol valueSimon Glass1-8/+45
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass4-5/+5
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