aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/entry.py
AgeCommit message (Expand)AuthorFilesLines
2020-07-20binman: Detect when valid images are not producedSimon Glass1-0/+12
2020-07-20binman: Allow external binaries to be missingSimon Glass1-0/+9
2020-04-26patman: Move to absolute importsSimon Glass1-2/+2
2020-04-26binman: Move to absolute importsSimon Glass1-11/+5
2020-04-26patman: Drop references to __future__Simon Glass1-2/+0
2019-11-04binman: Remember the pre-reset entry sizeSimon Glass1-1/+8
2019-11-04pylibfdt: Convert to Python 3Simon Glass1-14/+2
2019-10-15binman: Allow use of help and entry-docs without libfdtSimon Glass1-1/+4
2019-10-08binman: Handle reading data for end-at-4gb sectionsSimon Glass1-2/+4
2019-10-08binman: Add a base implementation of Entry.ReadChildData()Simon Glass1-0/+16
2019-07-29binman: Update Entry.WriteData() to handle special sectionsSimon Glass1-1/+20
2019-07-29binman: Update Entry.ReadEntry() to work through classesSimon Glass1-5/+2
2019-07-29binman: Support shrinking a entry after packingSimon Glass1-9/+19
2019-07-29binman: Add more tests for image header positionSimon Glass1-0/+15
2019-07-29binman: Add info to allow safely repacking an image laterSimon Glass1-2/+16
2019-07-29binman: Support updating entries in an existing imageSimon Glass1-0/+23
2019-07-29binman: Add a function to obtain the image for an EntrySimon Glass1-0/+8
2019-07-29binman: Adjust Entry to read the node in a separate callSimon Glass1-3/+3
2019-07-29binman: Support loading entry data from a fileSimon Glass1-0/+5
2019-07-29binman: Add a bit of logging in entries when packingSimon Glass1-2/+18
2019-07-29binman: Adjust GetFdt() to be keyed by etypeSimon Glass1-1/+3
2019-07-29binman: Convert GetFdtSet() to use a dictSimon Glass1-5/+7
2019-07-29binman: Move GetFdtSet() into blob_dtbSimon Glass1-5/+0
2019-07-24binman: Allow reading an entry from an imageSimon Glass1-0/+21
2019-07-24binman: Allow for logging information to be displayedSimon Glass1-1/+2
2019-07-24binman: Convert Image to a subclass of EntrySimon Glass1-4/+4
2019-07-24binman: Support reading an image into an Image objectSimon Glass1-0/+5
2019-07-24binman: Allow listing the entries in an imageSimon Glass1-0/+36
2019-07-24binman: Allow entries to expand after packingSimon Glass1-2/+19
2019-07-24binman: Add a return value to ProcessContentsUpdate()Simon Glass1-2/+20
2019-07-24binman: Fix up ProcessUpdateContents error and commentsSimon Glass1-4/+4
2019-07-24binman: Allow easy importing of entry modulesSimon Glass1-0/+2
2019-07-24binman: Drop an unused arg in Entry.Lookup()Simon Glass1-4/+3
2019-07-24binman: Move compression into the Entry base classSimon Glass1-0/+9
2019-07-24binman: Add an image headerSimon Glass1-0/+11
2019-07-23binman: Update entry.SetOffsetSize to be optionalSimon Glass1-4/+12
2019-07-23binman: Don't assume there is an ME regionSimon Glass1-0/+9
2019-07-23binman: Add missing comments toentrySimon Glass1-0/+15
2019-07-10binman: Remove use of Set()Simon Glass1-3/+2
2018-09-29binman: Allow writing a map file when something goes wrongSimon Glass1-2/+9
2018-09-29binman: Correct fmap output on x86Simon Glass1-1/+2
2018-09-29binman: Support hashing entriesSimon Glass1-0/+4
2018-09-29binman: Support expanding entriesSimon Glass1-0/+11
2018-09-29binman: Support adding filesSimon Glass1-0/+3
2018-09-28binman: Support updating all device tree filesSimon Glass1-0/+11
2018-09-28binman: Obtain the list of device trees from the configSimon Glass1-0/+15
2018-09-28binman: Centralise device-tree updates within binmanSimon Glass1-4/+4
2018-09-28binman: Move state information into a new moduleSimon Glass1-3/+4
2018-09-28binman: Add an entry method for getting the default filenameSimon Glass1-0/+3
2018-09-28binman: Tidy up the vblock entrySimon Glass1-0/+18