summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-293-7/+28
| * 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
| * dtoc: Update Fdt.GetNode() to handle the root nodeSimon Glass2019-07-292-0/+7
| * dtoc: Update Fdt.FromData() to allow a nameSimon Glass2019-07-291-1/+7
| * binman: Show a helpful error when a DT property is missingSimon Glass2019-07-292-3/+41
| * binman: Add a bit of logging in entries when packingSimon Glass2019-07-296-16/+53
| * patman: Update tout to avoid open-coding the debug levelsSimon Glass2019-07-291-11/+7
| * 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: Use print() to print outputSimon Glass2019-07-291-1/+3
| * binman: Move GetFdtSet() into blob_dtbSimon Glass2019-07-292-5/+9
| * binman: Move image-processing code into a functionSimon Glass2019-07-291-46/+57
| * dtoc: Return a non-zero exit code when tests failSimon Glass2019-07-291-1/+6
* | Merge branch '2019-07-29-master-imports'Tom Rini2019-07-291-7/+0
|\ \
| * | tools/logos: remove black background of U-Boot logoHeinrich Schuchardt2019-07-291-7/+0
| |/
* | bmp_logo: support CONFIG_DM_VIDEOHeiko Schocher2019-07-292-11/+37
|/
* buildman: fix invocation examples typosBaruch Siach2019-07-241-2/+2
* binman: Add a test for nested and aligned sectionsSimon Glass2019-07-242-1/+94
* binman: Add an 'extract' commandSimon Glass2019-07-244-1/+286
* binman: Support reading from CBFS entriesSimon Glass2019-07-242-0/+21
* binman: Allow reading an entry from an imageSimon Glass2019-07-245-1/+99
* binman: Allow for logging information to be displayedSimon Glass2019-07-244-4/+31
* binman: Support listing an imageSimon Glass2019-07-246-1/+352
* binman: Convert Image to a subclass of EntrySimon Glass2019-07-249-702/+462
* binman: Support reading an image into an Image objectSimon Glass2019-07-244-4/+111
* binman: Support locating an image headerSimon Glass2019-07-242-0/+50
* binman: Support locating an FDT mapSimon Glass2019-07-243-2/+74
* binman: Allow listing the entries in an imageSimon Glass2019-07-247-1/+174
* binman: Detect bad CBFS file typesSimon Glass2019-07-243-0/+26
* binman: Support FDT update for CBFSSimon Glass2019-07-243-3/+92
* binman: Use the cbfs memlen field only for uncompressed lengthSimon Glass2019-07-241-4/+7
* binman: Provide the actual data address for cbfs filesSimon Glass2019-07-241-11/+20
* binman: Allow device-tree entries to be compressedSimon Glass2019-07-244-12/+53
* binman: Allow entries to expand after packingSimon Glass2019-07-2412-25/+184