summaryrefslogtreecommitdiff
path: root/tools/binman/entry.py
AgeCommit message (Expand)Author
2019-07-29binman: Update Entry.WriteData() to handle special sectionsSimon Glass
2019-07-29binman: Update Entry.ReadEntry() to work through classesSimon Glass
2019-07-29binman: Support shrinking a entry after packingSimon Glass
2019-07-29binman: Add more tests for image header positionSimon Glass
2019-07-29binman: Add info to allow safely repacking an image laterSimon Glass
2019-07-29binman: Support updating entries in an existing imageSimon Glass
2019-07-29binman: Add a function to obtain the image for an EntrySimon Glass
2019-07-29binman: Adjust Entry to read the node in a separate callSimon Glass
2019-07-29binman: Support loading entry data from a fileSimon Glass
2019-07-29binman: Add a bit of logging in entries when packingSimon Glass
2019-07-29binman: Adjust GetFdt() to be keyed by etypeSimon Glass
2019-07-29binman: Convert GetFdtSet() to use a dictSimon Glass
2019-07-29binman: Move GetFdtSet() into blob_dtbSimon Glass
2019-07-24binman: Allow reading an entry from an imageSimon Glass
2019-07-24binman: Allow for logging information to be displayedSimon Glass
2019-07-24binman: Convert Image to a subclass of EntrySimon Glass
2019-07-24binman: Support reading an image into an Image objectSimon Glass
2019-07-24binman: Allow listing the entries in an imageSimon Glass
2019-07-24binman: Allow entries to expand after packingSimon Glass
2019-07-24binman: Add a return value to ProcessContentsUpdate()Simon Glass
2019-07-24binman: Fix up ProcessUpdateContents error and commentsSimon Glass
2019-07-24binman: Allow easy importing of entry modulesSimon Glass
2019-07-24binman: Drop an unused arg in Entry.Lookup()Simon Glass
2019-07-24binman: Move compression into the Entry base classSimon Glass
2019-07-24binman: Add an image headerSimon Glass
2019-07-23binman: Update entry.SetOffsetSize to be optionalSimon Glass
2019-07-23binman: Don't assume there is an ME regionSimon Glass
2019-07-23binman: Add missing comments toentrySimon Glass
2019-07-10binman: Remove use of Set()Simon Glass
2018-09-29binman: Allow writing a map file when something goes wrongSimon Glass
2018-09-29binman: Correct fmap output on x86Simon Glass
2018-09-29binman: Support hashing entriesSimon Glass
2018-09-29binman: Support expanding entriesSimon Glass
2018-09-29binman: Support adding filesSimon Glass
2018-09-28binman: Support updating all device tree filesSimon Glass
2018-09-28binman: Obtain the list of device trees from the configSimon Glass
2018-09-28binman: Centralise device-tree updates within binmanSimon Glass
2018-09-28binman: Move state information into a new moduleSimon Glass
2018-09-28binman: Add an entry method for getting the default filenameSimon Glass
2018-09-28binman: Tidy up the vblock entrySimon Glass
2018-08-01binman: Add a test to catch use of the old 'pos' propertySimon Glass
2018-08-01binman: Show the image position in the mapSimon Glass
2018-08-01binman: Add an entry for a Chromium vblockSimon Glass
2018-08-01binman: Add support for flashrom FMAPSimon Glass
2018-08-01binman: Allow creation of entry documentationSimon Glass
2018-08-01binman: Add support for passing arguments to entriesSimon Glass
2018-08-01binman: Add a new 'image-pos' propertySimon Glass
2018-08-01binman: Enhance the map and fdt-update outputSimon Glass
2018-08-01binman: Rename 'position' to 'offset'Simon Glass
2018-07-09binman: Add a SetCalculatedProperties() methodSimon Glass