summaryrefslogtreecommitdiff
path: root/tools/binman/entry.py
AgeCommit message (Expand)AuthorFilesLines
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-24binman: Update entry.SetOffsetSize to be optionalSimon Glass1-4/+12
2019-07-24binman: Don't assume there is an ME regionSimon Glass1-0/+9
2019-07-24binman: Add missing comments toentrySimon Glass1-0/+15
2019-07-11binman: 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
2018-08-02binman: Add a test to catch use of the old 'pos' propertySimon Glass1-0/+2
2018-08-02binman: Show the image position in the mapSimon Glass1-3/+5
2018-08-02binman: Add an entry for a Chromium vblockSimon Glass1-1/+1
2018-08-02binman: Add support for flashrom FMAPSimon Glass1-0/+9
2018-08-02binman: Allow creation of entry documentationSimon Glass1-13/+80
2018-08-02binman: Add support for passing arguments to entriesSimon Glass1-0/+69
2018-08-02binman: Add a new 'image-pos' propertySimon Glass1-1/+11
2018-08-02binman: Enhance the map and fdt-update outputSimon Glass1-5/+8
2018-08-02binman: Rename 'position' to 'offset'Simon Glass1-36/+37
2018-07-09binman: Add a SetCalculatedProperties() methodSimon Glass1-0/+11