aboutsummaryrefslogtreecommitdiff
path: root/tools/binman
AgeCommit message (Expand)AuthorFilesLines
2019-07-29binman: Add command-line support for replacing entriesSimon Glass5-4/+327
2019-07-29binman: Correct the error message for invalid pathSimon Glass2-4/+4
2019-07-29binman: Split control.WriteEntryToImage() into separate functionsSimon Glass1-17/+59
2019-07-29binman: Update control.WriteEntry() to support writing the mapSimon Glass1-4/+6
2019-07-29binman: Move control.WriteEntry further down the fileSimon Glass1-41/+40
2019-07-29binman: Clean up all output directories in testsSimon Glass1-9/+42
2019-07-29binman: Add a test function to clean up the output dirSimon Glass1-4/+8
2019-07-29binman: Update state when replacing device-tree entriesSimon Glass2-0/+25
2019-07-29binman: Support replacing data in a cbfsSimon Glass6-7/+78
2019-07-29binman: Update Entry.WriteData() to handle special sectionsSimon Glass3-3/+29
2019-07-29binman: Update Entry.ReadEntry() to work through classesSimon Glass4-17/+46
2019-07-29binman: Add a prefix before CBFS hex offsetsSimon Glass2-4/+4
2019-07-29binman: Add a few more features to the wishlistSimon Glass1-0/+2
2019-07-29binman: Place Intel descriptor at image startSimon Glass3-1/+34
2019-07-29binman: Adjust fmap to ignore CBFS filesSimon Glass2-3/+9
2019-07-29binman: Support shrinking a entry after packingSimon Glass5-11/+91
2019-07-29binman: Update the _testing entry to support shrinkageSimon Glass2-14/+27
2019-07-29binman: Allow updating entries that change sizeSimon Glass7-26/+113
2019-07-29binman: Add more tests for image header positionSimon Glass8-2/+127
2019-07-29binman: Move Image.BuildImage() into a single functionSimon Glass1-6/+4
2019-07-29binman: Write the original input fdtmap to a fileSimon Glass2-2/+9
2019-07-29binman: Update documentation for image creationSimon Glass1-5/+18
2019-07-29binman: Add info to allow safely repacking an image laterSimon Glass8-14/+165
2019-07-29binman: Support updating entries in an existing imageSimon Glass8-25/+277
2019-07-29binman: Tidy up _SetupDtb() to use its own temporary fileSimon Glass1-3/+3
2019-07-29binman: Allow the fdtmap to remain unchangedSimon Glass1-25/+30
2019-07-29binman: Add a constant for common entry propertiesSimon Glass1-7/+8
2019-07-29binman: Add a function to obtain the image for an EntrySimon Glass4-5/+23
2019-07-29binman: Adjust Entry to read the node in a separate callSimon Glass8-24/+37
2019-07-29binman: Add an image name into the fdtmapSimon Glass2-1/+3
2019-07-29binman: Store the entry in output_fdt_filesSimon Glass1-15/+34
2019-07-29binman: Allow state functions to fail to return dataSimon Glass1-2/+7
2019-07-29binman: Support loading entry data from a fileSimon Glass2-0/+10
2019-07-29binman: Store image fdtmap when loading from a fileSimon Glass1-1/+10
2019-07-29binman: Add a bit of logging in entries when packingSimon Glass5-16/+37
2019-07-29binman: Drop state.fdt_set as this is not neededSimon Glass1-10/+3
2019-07-29binman: Simplify state.fdt_subsetSimon Glass1-10/+11
2019-07-29binman: Adjust state.fdt_files to be keyed by entry typeSimon Glass3-29/+38
2019-07-29binman: Adjust GetFdt() to be keyed by etypeSimon Glass9-8/+50
2019-07-29binman: Rename state.GetFdt()Simon Glass2-4/+5
2019-07-29binman: Rename state.GetFdts()Simon Glass2-6/+6
2019-07-29binman: Convert GetFdtSet() to use a dictSimon Glass4-22/+23
2019-07-29binman: Move image/fdt code into PrepareImagesAndDtbs()Simon Glass1-54/+71
2019-07-29binman: Move GetFdtSet() into blob_dtbSimon Glass2-5/+9
2019-07-29binman: Move image-processing code into a functionSimon Glass1-46/+57
2019-07-24binman: Add a test for nested and aligned sectionsSimon Glass2-1/+94
2019-07-24binman: Add an 'extract' commandSimon Glass4-1/+286
2019-07-24binman: Support reading from CBFS entriesSimon Glass2-0/+21
2019-07-24binman: Allow reading an entry from an imageSimon Glass5-1/+99
2019-07-24binman: Allow for logging information to be displayedSimon Glass3-3/+22