summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-07-29binman: Support replacing data in a cbfsSimon Glass7-9/+87
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 Glass3-7/+28
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-29dtoc: Update Fdt.GetNode() to handle the root nodeSimon Glass2-0/+7
2019-07-29dtoc: Update Fdt.FromData() to allow a nameSimon Glass1-1/+7
2019-07-29binman: Show a helpful error when a DT property is missingSimon Glass2-3/+41
2019-07-29binman: Add a bit of logging in entries when packingSimon Glass6-16/+53
2019-07-29patman: Update tout to avoid open-coding the debug levelsSimon Glass1-11/+7
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: Use print() to print outputSimon Glass1-1/+3
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-29dtoc: Return a non-zero exit code when tests failSimon Glass1-1/+6
2019-07-24buildman: fix invocation examples typosBaruch Siach1-2/+2
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 Glass4-4/+31
2019-07-24binman: Support listing an imageSimon Glass6-1/+352