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