Age | Commit message (Expand) | Author |
2020-04-26 | patman: Move to absolute imports | Simon Glass |
2020-04-26 | binman: Move to absolute imports | Simon Glass |
2020-04-26 | patman: Drop references to __future__ | Simon Glass |
2019-11-04 | binman: Remember the pre-reset entry size | Simon Glass |
2019-11-04 | pylibfdt: Convert to Python 3 | Simon Glass |
2019-10-15 | binman: Allow use of help and entry-docs without libfdt | Simon Glass |
2019-10-08 | binman: Handle reading data for end-at-4gb sections | Simon Glass |
2019-10-08 | binman: Add a base implementation of Entry.ReadChildData() | Simon Glass |
2019-07-29 | binman: Update Entry.WriteData() to handle special sections | Simon Glass |
2019-07-29 | binman: Update Entry.ReadEntry() to work through classes | Simon Glass |
2019-07-29 | binman: Support shrinking a entry after packing | Simon Glass |
2019-07-29 | binman: Add more tests for image header position | Simon Glass |
2019-07-29 | binman: Add info to allow safely repacking an image later | Simon Glass |
2019-07-29 | binman: Support updating entries in an existing image | Simon Glass |
2019-07-29 | binman: Add a function to obtain the image for an Entry | Simon Glass |
2019-07-29 | binman: Adjust Entry to read the node in a separate call | Simon Glass |
2019-07-29 | binman: Support loading entry data from a file | Simon Glass |
2019-07-29 | binman: Add a bit of logging in entries when packing | Simon Glass |
2019-07-29 | binman: Adjust GetFdt() to be keyed by etype | Simon Glass |
2019-07-29 | binman: Convert GetFdtSet() to use a dict | Simon Glass |
2019-07-29 | binman: Move GetFdtSet() into blob_dtb | Simon Glass |
2019-07-24 | binman: Allow reading an entry from an image | Simon Glass |
2019-07-24 | binman: Allow for logging information to be displayed | Simon Glass |
2019-07-24 | binman: Convert Image to a subclass of Entry | Simon Glass |
2019-07-24 | binman: Support reading an image into an Image object | Simon Glass |
2019-07-24 | binman: Allow listing the entries in an image | Simon Glass |
2019-07-24 | binman: Allow entries to expand after packing | Simon Glass |
2019-07-24 | binman: Add a return value to ProcessContentsUpdate() | Simon Glass |
2019-07-24 | binman: Fix up ProcessUpdateContents error and comments | Simon Glass |
2019-07-24 | binman: Allow easy importing of entry modules | Simon Glass |
2019-07-24 | binman: Drop an unused arg in Entry.Lookup() | Simon Glass |
2019-07-24 | binman: Move compression into the Entry base class | Simon Glass |
2019-07-24 | binman: Add an image header | Simon Glass |
2019-07-23 | binman: Update entry.SetOffsetSize to be optional | Simon Glass |
2019-07-23 | binman: Don't assume there is an ME region | Simon Glass |
2019-07-23 | binman: Add missing comments toentry | Simon Glass |
2019-07-10 | binman: Remove use of Set() | Simon Glass |
2018-09-29 | binman: Allow writing a map file when something goes wrong | Simon Glass |
2018-09-29 | binman: Correct fmap output on x86 | Simon Glass |
2018-09-29 | binman: Support hashing entries | Simon Glass |
2018-09-29 | binman: Support expanding entries | Simon Glass |
2018-09-29 | binman: Support adding files | Simon Glass |
2018-09-28 | binman: Support updating all device tree files | Simon Glass |
2018-09-28 | binman: Obtain the list of device trees from the config | Simon Glass |
2018-09-28 | binman: Centralise device-tree updates within binman | Simon Glass |
2018-09-28 | binman: Move state information into a new module | Simon Glass |
2018-09-28 | binman: Add an entry method for getting the default filename | Simon Glass |
2018-09-28 | binman: Tidy up the vblock entry | Simon Glass |
2018-08-01 | binman: Add a test to catch use of the old 'pos' property | Simon Glass |
2018-08-01 | binman: Show the image position in the map | Simon Glass |