summaryrefslogtreecommitdiff
path: root/tools/binman
Commit message (Expand)AuthorAgeFilesLines
...
* binman: Take account of skip-at-start with image-headerSimon Glass2019-10-081-0/+1
* binman: Handle reading data for end-at-4gb sectionsSimon Glass2019-10-083-13/+11
* binman: Add a base implementation of Entry.ReadChildData()Simon Glass2019-10-081-0/+16
* binman: Allow verbose output with all commandsSimon Glass2019-10-081-21/+15
* binman: Allow selection of logging verbositySimon Glass2019-10-081-0/+6
* binman: Add command-line support for replacing entriesSimon Glass2019-07-295-4/+327
* binman: Correct the error message for invalid pathSimon Glass2019-07-292-4/+4
* binman: Split control.WriteEntryToImage() into separate functionsSimon Glass2019-07-291-17/+59
* binman: Update control.WriteEntry() to support writing the mapSimon Glass2019-07-291-4/+6
* binman: Move control.WriteEntry further down the fileSimon Glass2019-07-291-41/+40
* binman: Clean up all output directories in testsSimon Glass2019-07-291-9/+42
* binman: Add a test function to clean up the output dirSimon Glass2019-07-291-4/+8
* binman: Update state when replacing device-tree entriesSimon Glass2019-07-292-0/+25
* binman: Support replacing data in a cbfsSimon Glass2019-07-296-7/+78
* binman: Update Entry.WriteData() to handle special sectionsSimon Glass2019-07-293-3/+29
* binman: Update Entry.ReadEntry() to work through classesSimon Glass2019-07-294-17/+46
* binman: Add a prefix before CBFS hex offsetsSimon Glass2019-07-292-4/+4
* binman: Add a few more features to the wishlistSimon Glass2019-07-291-0/+2
* binman: Place Intel descriptor at image startSimon Glass2019-07-293-1/+34
* binman: Adjust fmap to ignore CBFS filesSimon Glass2019-07-292-3/+9
* binman: Support shrinking a entry after packingSimon Glass2019-07-295-11/+91
* binman: Update the _testing entry to support shrinkageSimon Glass2019-07-292-14/+27
* binman: Allow updating entries that change sizeSimon Glass2019-07-297-26/+113
* binman: Add more tests for image header positionSimon Glass2019-07-298-2/+127
* binman: Move Image.BuildImage() into a single functionSimon Glass2019-07-291-6/+4
* binman: Write the original input fdtmap to a fileSimon Glass2019-07-292-2/+9
* binman: Update documentation for image creationSimon Glass2019-07-291-5/+18
* binman: Add info to allow safely repacking an image laterSimon Glass2019-07-298-14/+165
* binman: Support updating entries in an existing imageSimon Glass2019-07-298-25/+277
* binman: Tidy up _SetupDtb() to use its own temporary fileSimon Glass2019-07-291-3/+3
* binman: Allow the fdtmap to remain unchangedSimon Glass2019-07-291-25/+30
* binman: Add a constant for common entry propertiesSimon Glass2019-07-291-7/+8
* binman: Add a function to obtain the image for an EntrySimon Glass2019-07-294-5/+23
* binman: Adjust Entry to read the node in a separate callSimon Glass2019-07-298-24/+37
* binman: Add an image name into the fdtmapSimon Glass2019-07-292-1/+3
* binman: Store the entry in output_fdt_filesSimon Glass2019-07-291-15/+34
* binman: Allow state functions to fail to return dataSimon Glass2019-07-291-2/+7
* binman: Support loading entry data from a fileSimon Glass2019-07-292-0/+10
* binman: Store image fdtmap when loading from a fileSimon Glass2019-07-291-1/+10
* binman: Add a bit of logging in entries when packingSimon Glass2019-07-295-16/+37
* binman: Drop state.fdt_set as this is not neededSimon Glass2019-07-291-10/+3
* binman: Simplify state.fdt_subsetSimon Glass2019-07-291-10/+11
* binman: Adjust state.fdt_files to be keyed by entry typeSimon Glass2019-07-293-29/+38
* binman: Adjust GetFdt() to be keyed by etypeSimon Glass2019-07-299-8/+50
* binman: Rename state.GetFdt()Simon Glass2019-07-292-4/+5
* binman: Rename state.GetFdts()Simon Glass2019-07-292-6/+6
* binman: Convert GetFdtSet() to use a dictSimon Glass2019-07-294-22/+23
* binman: Move image/fdt code into PrepareImagesAndDtbs()Simon Glass2019-07-291-54/+71
* binman: Move GetFdtSet() into blob_dtbSimon Glass2019-07-292-5/+9
* binman: Move image-processing code into a functionSimon Glass2019-07-291-46/+57