aboutsummaryrefslogtreecommitdiff
path: root/tools/binman
AgeCommit message (Expand)Author
2022-11-22binman: Add documentation for the command line argsSimon Glass
2022-11-22binman: Add a separate section about environment variablesSimon Glass
2022-11-22binman: Use an exit code when blobs are missingSimon Glass
2022-11-22Revert "binman: btool: gzip: fix packer name so that binary can be found"Quentin Schulz
2022-11-22binman: bintool: remove btool_ prefix from btool namesQuentin Schulz
2022-10-31binman: Support writing symbols into ELF filesSimon Glass
2022-10-31binman: Handle writing ELF symbols in the Entry classSimon Glass
2022-10-31binman: Split out looking up a symbol into a functionSimon Glass
2022-10-31binman: Allow obtaining a symbol valueSimon Glass
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass
2022-10-29binman: Add support for symlinking imagesNeha Malcom Francis
2022-09-29treewide: Drop image_header_t typedefSimon Glass
2022-09-21binman: Get futility by building itSimon Glass
2022-09-12binman: Add VPL supportSimon Glass
2022-09-07Merge tag 'dm-pull-7sep22' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini
2022-09-04binman: allow user-defined filenames for mkimage entryQuentin Schulz
2022-09-04binman: add support for skipping file concatenation for mkimageQuentin Schulz
2022-09-01binman: bintool: bzip2: fix version function on non-Debian-based systemsQuentin Schulz
2022-09-01binman: btool: futility: use Bintool.versionQuentin Schulz
2022-09-01binman: btool: fiptool: use Bintool.versionQuentin Schulz
2022-09-01binman: bintool: parametrize args to pass to binary for returning versionQuentin Schulz
2022-09-01binman: btool: mkimage: use Bintool.versionQuentin Schulz
2022-09-01binman: btool: lz4: use Bintool.versionQuentin Schulz
2022-09-01binman: bintool: move version check implementation into bintool classQuentin Schulz
2022-09-01binman: btool: gzip: fix packer name so that binary can be foundQuentin Schulz
2022-08-26binman: Sort tests and rework test-file numbersStefan Herbrechtsmeier
2022-08-26binman: Document how to handle dependent imagesSimon Glass
2022-08-26binman: Mention split-elf in the main docsSimon Glass
2022-08-20binman: Add zstd bintoolStefan Herbrechtsmeier
2022-08-20binman: Add xz bintoolStefan Herbrechtsmeier
2022-08-20binman: Add lzop bintoolStefan Herbrechtsmeier
2022-08-20binman: Add gzip bintoolStefan Herbrechtsmeier
2022-08-20binman: Add bzip2 bintoolStefan Herbrechtsmeier
2022-08-20binman: Add BintoolPacker class to bintoolStefan Herbrechtsmeier
2022-08-20binman: Add compression testsStefan Herbrechtsmeier
2022-08-20binman: Support missing compression toolsStefan Herbrechtsmeier
2022-08-20binman: Move compression bintool management into entry classStefan Herbrechtsmeier
2022-08-20binman: Select compression bintools in cbfs_util classStefan Herbrechtsmeier
2022-08-20binman: Move compression bintools creation into test setupStefan Herbrechtsmeier
2022-08-20binman: Remove obsolete compressed data header handlingStefan Herbrechtsmeier
2022-08-20binman: Disable compressed data headerStefan Herbrechtsmeier
2022-08-20binman: Add length header attribute to dtb entryStefan Herbrechtsmeier
2022-08-20binman: Add DecompressData function to entry classStefan Herbrechtsmeier
2022-08-20binman: Check only section data in multi section testStefan Herbrechtsmeier
2022-08-20binman: Collect bintools before usageStefan Herbrechtsmeier
2022-08-20binman: Forward AddBintools calls to base classStefan Herbrechtsmeier
2022-08-20binman: Forward AddBintools calls to sub entries in cbfs_utilStefan Herbrechtsmeier
2022-08-20binman: Avoid duplicates in bintool listsStefan Herbrechtsmeier
2022-08-20binman: Skip elf tests if python elftools is not availableStefan Herbrechtsmeier
2022-08-20binman: Allow collection to use entries from other sectionsSimon Glass