| Commit message (Expand) | Author | Age | Files | Lines |
* | binman: Support default alignment for sections | Simon Glass | 2021-03-27 | 1 | -0/+2 |
* | binman: Support obtaining section contents immediately | Simon Glass | 2021-03-27 | 1 | -1/+5 |
* | binman: Add support for a collection of entries | Simon Glass | 2021-03-27 | 1 | -0/+5 |
* | binman: Allow disabling expanding an entry | Simon Glass | 2021-03-27 | 1 | -1/+2 |
* | binman: Allow using an an 'expanded' entry type | Simon Glass | 2021-03-26 | 1 | -9/+51 |
* | binman: Move the comment for GetFdts() to the base class | Simon Glass | 2021-03-26 | 1 | -1/+1 |
* | binman: Document ExpandEntries() in the base class | Simon Glass | 2021-03-26 | 1 | -0/+11 |
* | binman: Support reading an image with entry args | Simon Glass | 2021-01-30 | 1 | -2/+1 |
* | binman: Correct calculation for image-pos | Simon Glass | 2020-11-05 | 1 | -1/+1 |
* | binman: Update intel_ifwi to store padded section | Simon Glass | 2020-11-05 | 1 | -0/+16 |
* | binman: Drop Entry.CheckOffset() | Simon Glass | 2020-10-29 | 1 | -1/+1 |
* | binman: Avoid reporting image-pos with compression | Simon Glass | 2020-10-29 | 1 | -4/+14 |
* | binman: Set section contents in GetData() | Simon Glass | 2020-10-29 | 1 | -0/+6 |
* | binman: Store the original data before compression | Simon Glass | 2020-10-29 | 1 | -1/+6 |
* | binman: Expand docs and test for alignment | Simon Glass | 2020-10-29 | 1 | -2/+4 |
* | binman: Expand docs and test for padding | Simon Glass | 2020-10-29 | 1 | -3/+8 |
* | binman: Move CompressData() into Entry base class | Simon Glass | 2020-10-29 | 1 | -0/+17 |
* | binman: Support help messages for missing blobs | Simon Glass | 2020-09-22 | 1 | -0/+9 |
* | binman: Move 'external' support into base class | Simon Glass | 2020-09-22 | 1 | -0/+14 |
* | tools: Drop unnecessary use of __file__ | Simon Glass | 2020-09-22 | 1 | -2/+0 |
* | binman: Detect when valid images are not produced | Simon Glass | 2020-07-25 | 1 | -0/+12 |
* | binman: Allow external binaries to be missing | Simon Glass | 2020-07-25 | 1 | -0/+9 |
* | Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" | Tom Rini | 2020-07-24 | 1 | -21/+0 |
* | binman: Detect when valid images are not produced | Simon Glass | 2020-07-20 | 1 | -0/+12 |
* | binman: Allow external binaries to be missing | Simon Glass | 2020-07-20 | 1 | -0/+9 |
* | patman: Move to absolute imports | Simon Glass | 2020-04-26 | 1 | -2/+2 |
* | binman: Move to absolute imports | Simon Glass | 2020-04-26 | 1 | -11/+5 |
* | patman: Drop references to __future__ | Simon Glass | 2020-04-26 | 1 | -2/+0 |
* | binman: Remember the pre-reset entry size | Simon Glass | 2019-11-04 | 1 | -1/+8 |
* | pylibfdt: Convert to Python 3 | Simon Glass | 2019-11-04 | 1 | -14/+2 |
* | binman: Allow use of help and entry-docs without libfdt | Simon Glass | 2019-10-15 | 1 | -1/+4 |
* | binman: Handle reading data for end-at-4gb sections | Simon Glass | 2019-10-08 | 1 | -2/+4 |
* | binman: Add a base implementation of Entry.ReadChildData() | Simon Glass | 2019-10-08 | 1 | -0/+16 |
* | binman: Update Entry.WriteData() to handle special sections | Simon Glass | 2019-07-29 | 1 | -1/+20 |
* | binman: Update Entry.ReadEntry() to work through classes | Simon Glass | 2019-07-29 | 1 | -5/+2 |
* | binman: Support shrinking a entry after packing | Simon Glass | 2019-07-29 | 1 | -9/+19 |
* | binman: Add more tests for image header position | Simon Glass | 2019-07-29 | 1 | -0/+15 |
* | binman: Add info to allow safely repacking an image later | Simon Glass | 2019-07-29 | 1 | -2/+16 |
* | binman: Support updating entries in an existing image | Simon Glass | 2019-07-29 | 1 | -0/+23 |
* | binman: Add a function to obtain the image for an Entry | Simon Glass | 2019-07-29 | 1 | -0/+8 |
* | binman: Adjust Entry to read the node in a separate call | Simon Glass | 2019-07-29 | 1 | -3/+3 |
* | binman: Support loading entry data from a file | Simon Glass | 2019-07-29 | 1 | -0/+5 |
* | binman: Add a bit of logging in entries when packing | Simon Glass | 2019-07-29 | 1 | -2/+18 |
* | binman: Adjust GetFdt() to be keyed by etype | Simon Glass | 2019-07-29 | 1 | -1/+3 |
* | binman: Convert GetFdtSet() to use a dict | Simon Glass | 2019-07-29 | 1 | -5/+7 |
* | binman: Move GetFdtSet() into blob_dtb | Simon Glass | 2019-07-29 | 1 | -5/+0 |
* | binman: Allow reading an entry from an image | Simon Glass | 2019-07-24 | 1 | -0/+21 |
* | binman: Allow for logging information to be displayed | Simon Glass | 2019-07-24 | 1 | -1/+2 |
* | binman: Convert Image to a subclass of Entry | Simon Glass | 2019-07-24 | 1 | -4/+4 |
* | binman: Support reading an image into an Image object | Simon Glass | 2019-07-24 | 1 | -0/+5 |