- 7098b7f binman: Allow disabling expanding an entry by Simon Glass · 3 years, 8 months ago
- 2f85941 binman: Allow using an an 'expanded' entry type by Simon Glass · 3 years, 8 months ago
- 8235dd8 binman: Move the comment for GetFdts() to the base class by Simon Glass · 3 years, 8 months ago
- fcb2a7c binman: Document ExpandEntries() in the base class by Simon Glass · 3 years, 8 months ago
- 3fb2540 binman: Support reading an image with entry args by Simon Glass · 3 years, 11 months ago
- eb943b1 binman: Correct calculation for image-pos by Simon Glass · 4 years, 1 month ago
- e17220f binman: Update intel_ifwi to store padded section by Simon Glass · 4 years, 1 month ago
- 55f6807 binman: Drop Entry.CheckOffset() by Simon Glass · 4 years, 1 month ago
- acd6c6e binman: Avoid reporting image-pos with compression by Simon Glass · 4 years, 1 month ago
- 72eeff1 binman: Set section contents in GetData() by Simon Glass · 4 years, 1 month ago
- 789b3440 binman: Store the original data before compression by Simon Glass · 4 years, 1 month ago
- afb9caa binman: Expand docs and test for alignment by Simon Glass · 4 years, 1 month ago
- d12599d binman: Expand docs and test for padding by Simon Glass · 4 years, 1 month ago
- a1301a2 binman: Move CompressData() into Entry base class by Simon Glass · 4 years, 1 month ago
- a820af7 binman: Support help messages for missing blobs by Simon Glass · 4 years, 3 months ago
- b8f9037 binman: Move 'external' support into base class by Simon Glass · 4 years, 3 months ago
- c08a11f tools: Drop unnecessary use of __file__ by Simon Glass · 4 years, 3 months ago
- a003cd3 binman: Detect when valid images are not produced by Simon Glass · 4 years, 5 months ago
- 5d94cc6 binman: Allow external binaries to be missing by Simon Glass · 4 years, 5 months ago
- 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
- 7332588 binman: Detect when valid images are not produced by Simon Glass · 4 years, 5 months ago
- 42f927a binman: Allow external binaries to be missing by Simon Glass · 4 years, 5 months ago
- a997ea5 patman: Move to absolute imports by Simon Glass · 4 years, 7 months ago
- c585dd4 binman: Move to absolute imports by Simon Glass · 4 years, 7 months ago
- b38aa01 patman: Drop references to __future__ by Simon Glass · 4 years, 7 months ago
- 1fdb487 binman: Remember the pre-reset entry size by Simon Glass · 5 years ago
- 7ccca83 pylibfdt: Convert to Python 3 by Simon Glass · 5 years ago
- b9ba4e0 binman: Allow use of help and entry-docs without libfdt by Simon Glass · 5 years ago
- 4d8151f binman: Handle reading data for end-at-4gb sections by Simon Glass · 5 years ago
- 23f0047 binman: Add a base implementation of Entry.ReadChildData() by Simon Glass · 5 years ago
- d34af7a binman: Update Entry.WriteData() to handle special sections by Simon Glass · 5 years ago
- 0cd8ace binman: Update Entry.ReadEntry() to work through classes by Simon Glass · 5 years ago
- 9d8ee32 binman: Support shrinking a entry after packing by Simon Glass · 5 years ago
- 1145376 binman: Add more tests for image header position by Simon Glass · 5 years ago
- fb30e29 binman: Add info to allow safely repacking an image later by Simon Glass · 5 years ago
- 072959a binman: Support updating entries in an existing image by Simon Glass · 5 years ago
- 990b174 binman: Add a function to obtain the image for an Entry by Simon Glass · 5 years ago
- 2c360cf binman: Adjust Entry to read the node in a separate call by Simon Glass · 5 years ago
- af8c45c binman: Support loading entry data from a file by Simon Glass · 5 years ago
- b6dff4c binman: Add a bit of logging in entries when packing by Simon Glass · 5 years ago
- 684a4f1 binman: Adjust GetFdt() to be keyed by etype by Simon Glass · 5 years ago
- 267112e binman: Convert GetFdtSet() to use a dict by Simon Glass · 5 years ago
- 26d7e8e binman: Move GetFdtSet() into blob_dtb by Simon Glass · 5 years ago
- 4c613bf binman: Allow reading an entry from an image by Simon Glass · 5 years ago
- 233a26a9 binman: Allow for logging information to be displayed by Simon Glass · 5 years ago
- 39dd215 binman: Convert Image to a subclass of Entry by Simon Glass · 5 years ago
- b8424fa binman: Support reading an image into an Image object by Simon Glass · 5 years ago
- 6b156f8 binman: Allow listing the entries in an image by Simon Glass · 5 years ago
- e61b6f6 binman: Allow entries to expand after packing by Simon Glass · 5 years ago
- ec84985 binman: Add a return value to ProcessContentsUpdate() by Simon Glass · 5 years ago
- d17dfea binman: Fix up ProcessUpdateContents error and comments by Simon Glass · 5 years ago
- 0baeab7 binman: Allow easy importing of entry modules by Simon Glass · 5 years ago
- 7550293 binman: Drop an unused arg in Entry.Lookup() by Simon Glass · 5 years ago
- aa2fcf9 binman: Move compression into the Entry base class by Simon Glass · 5 years ago
- cec34ba binman: Add an image header by Simon Glass · 5 years ago
- ed365eb binman: Update entry.SetOffsetSize to be optional by Simon Glass · 5 years ago
- c4056b8 binman: Don't assume there is an ME region by Simon Glass · 5 years ago
- 224bc66 binman: Add missing comments toentry by Simon Glass · 5 years ago
- 4aea954 binman: Remove use of Set() by Simon Glass · 6 years ago
- cd817d5 binman: Allow writing a map file when something goes wrong by Simon Glass · 6 years ago
- c64aea5 binman: Correct fmap output on x86 by Simon Glass · 6 years ago
- ae7cf03 binman: Support hashing entries by Simon Glass · 6 years ago
- fa79a81 binman: Support expanding entries by Simon Glass · 6 years ago
- ac6328c binman: Support adding files by Simon Glass · 6 years ago
- e219aa4 binman: Support updating all device tree files by Simon Glass · 6 years ago
- 0c9d5b5 binman: Obtain the list of device trees from the config by Simon Glass · 6 years ago
- c8135dc binman: Centralise device-tree updates within binman by Simon Glass · 6 years ago
- 29aa736 binman: Move state information into a new module by Simon Glass · 6 years ago
- 3732ec3 binman: Add an entry method for getting the default filename by Simon Glass · 6 years ago
- 639505b binman: Tidy up the vblock entry by Simon Glass · 6 years ago
- 24b9744 binman: Add a test to catch use of the old 'pos' property by Simon Glass · 6 years ago
- 7eca792 binman: Show the image position in the map by Simon Glass · 6 years ago
- 5c35016 binman: Add an entry for a Chromium vblock by Simon Glass · 6 years ago
- 704784b binman: Add support for flashrom FMAP by Simon Glass · 6 years ago
- 969616c binman: Allow creation of entry documentation by Simon Glass · 6 years ago
- 91710b3 binman: Add support for passing arguments to entries by Simon Glass · 6 years ago
- 9dcc861 binman: Add a new 'image-pos' property by Simon Glass · 6 years ago
- 3a9a2b8 binman: Enhance the map and fdt-update output by Simon Glass · 6 years ago
- e8561af binman: Rename 'position' to 'offset' by Simon Glass · 6 years ago
- e22f8fa binman: Add a SetCalculatedProperties() method by Simon Glass · 6 years ago
- 9230773 binman: Add a ProcessFdt() method by Simon Glass · 6 years ago
- 2e1169f binman: Tidy up setting of entry contents by Simon Glass · 6 years ago
- 3b78d53 binman: Add support for adding a name prefix to entries by Simon Glass · 6 years ago
- 3073266 binman: Add support for outputing a map file by Simon Glass · 6 years ago
- a91e115 binman: Add support for sections by Simon Glass · 6 years ago
- 691198c binman: Avoid setting sys.path globally by Simon Glass · 6 years ago[Renamed (95%) from tools/binman/etype/entry.py]
- ad5a771 binman: Rename Entry property to 'section' by Simon Glass · 6 years ago
- 8a6f56e binman: Rename ELF parameters to 'section' by Simon Glass · 6 years ago
- e76a3e6 binman: Allow unit addresses for binaries by Simon Glass · 6 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 4ca8e04 binman: Support accessing binman tables at run time by Simon Glass · 7 years ago
- 2574ef6 binman: Introduce binman, a tool for building binary images by Simon Glass · 8 years ago