summaryrefslogtreecommitdiff
path: root/tools/binman/ftest.py
AgeCommit message (Expand)Author
2023-01-26binman: Add 'min-size' entry propertySamuel Holland
2023-01-26binman: Add support for selecting firmware to use with split-elfJonas Karlman
2023-01-26binman: Add special subnodes to the nodes generated by split-elfJonas Karlman
2023-01-26binman: Add support for align argument to mkimage toolJonas Karlman
2023-01-18binman: Support positioning an entry by and ELF symbolSimon Glass
2023-01-18binman: Provide general support for updating ELF symbolsSimon Glass
2023-01-18binman: Support overlapping entriesSimon Glass
2023-01-18binman: Add a null entrySimon Glass
2023-01-18binman: Add a test for an inner section with a sizeSimon Glass
2023-01-18binman: Support optional external blobsSimon Glass
2023-01-18binman: Support new op-tee binary formatSimon Glass
2023-01-18binman: Support optional entriesSimon Glass
2023-01-18binman: Allow writing section contents to a fileSimon Glass
2022-11-22binman: Use an exit code when blobs are missingSimon Glass
2022-10-31binman: Support writing symbols into ELF filesSimon Glass
2022-10-29binman: Add support for symlinking imagesNeha Malcom Francis
2022-09-29treewide: Drop image_header_t typedefSimon Glass
2022-09-12binman: Add VPL supportSimon Glass
2022-09-04binman: allow user-defined filenames for mkimage entryQuentin Schulz
2022-09-04binman: add support for skipping file concatenation for mkimageQuentin Schulz
2022-08-26binman: Sort tests and rework test-file numbersStefan Herbrechtsmeier
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 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: 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: Check only section data in multi section testStefan 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
2022-08-20binman: Allow passing entries using -nSimon Glass
2022-08-20binman: Allow the image name to be the data fileSimon Glass
2022-08-20binman: Avoid use of expected failureSimon Glass
2022-08-20binman: Add a way to check for missing propertiesSimon Glass
2022-08-20binman: Put fake files in a subdirectorySimon Glass
2022-06-28spl: binman: Check at runtime if binman symbols were filled inAlper Nebi Yasak
2022-04-25binman: Refuse to replace sections for nowAlper Nebi Yasak
2022-04-25binman: Test replacing non-section entries in FIT subsectionsAlper Nebi Yasak
2022-04-25binman: Create FIT subentries in the FIT section, not its parentAlper Nebi Yasak
2022-04-25binman: Remove '/images/' fragment from FIT subentry pathsAlper Nebi Yasak
2022-04-25binman: Don't reset offset/size if image doesn't allow repackingAlper Nebi Yasak
2022-04-25binman: Collect bintools for images when replacing entriesAlper Nebi Yasak
2022-04-25binman: Fix unique names having '/.' for images read from filesAlper Nebi Yasak
2022-03-31tools: binman: add support for pre-load headerPhilippe Reynes