summaryrefslogtreecommitdiff
path: root/tools/binman
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-26binman: Increase default fitImage data section resize step from 1k to 64kMarek Vasut1-0/+1
2022-06-28spl: binman: Check at runtime if binman symbols were filled inAlper Nebi Yasak13-36/+53
2022-06-28spl: binman: Split binman symbols support from enabling binmanAlper Nebi Yasak4-3/+6
2022-06-28patman: test_util: Use unittest text runner to print test resultsAlper Nebi Yasak1-5/+3
2022-06-16tools: binman: install btoolPeng Fan1-1/+1
2022-04-25binman: don't import deprecated distutils packageHeinrich Schuchardt1-7/+0
2022-04-25binman: Refuse to replace sections for nowAlper Nebi Yasak3-0/+35
2022-04-25binman: Test replacing non-section entries in FIT subsectionsAlper Nebi Yasak1-0/+38
2022-04-25binman: Create FIT subentries in the FIT section, not its parentAlper Nebi Yasak3-1/+110
2022-04-25binman: Remove '/images/' fragment from FIT subentry pathsAlper Nebi Yasak2-5/+15
2022-04-25binman: Don't reset offset/size if image doesn't allow repackingAlper Nebi Yasak2-1/+22
2022-04-25binman: Collect bintools for images when replacing entriesAlper Nebi Yasak4-0/+115
2022-04-25binman: Fix unique names having '/.' for images read from filesAlper Nebi Yasak4-1/+104
2022-04-06binman: Correct Chromium OS entry typesSimon Glass2-3/+3
2022-03-31tools: binman: add support for pre-load headerPhilippe Reynes11-0/+439
2022-03-19binman: Support splitting an ELF file into multiple nodesSimon Glass6-10/+597
2022-03-19binman: Keep a separate list of entries for fitSimon Glass1-5/+28