summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-pull-29jul19' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/29Jul2019Tom Rini2019-07-2949-367/+1984
|\
| * Makefile: fix implementation of BINMAN_DEBUGStephen Warren2019-07-291-2/+3
| * 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-294-0/+38
| * patman: Reset the output directory when it is removedSimon Glass2019-07-291-0/+2
| * binman: Support replacing data in a cbfsSimon Glass2019-07-297-9/+87
| * 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
| * libfdt: Copy the struct region in fdt_resize()Simon Glass2019-07-291-1/+1
| * 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-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