- 75ead66 binman: doc: Add documentation to htmldocs by Simon Glass · 3 years, 8 months ago
- 55ab0b6 binman: Plumb expanded entries through fully by Simon Glass · 3 years, 8 months ago
- 4ef93d9 binman: Allow extracting to current directory by Simon Glass · 3 years, 8 months ago
- 0834945 binman: Show the size when writing entries by Simon Glass · 3 years, 11 months ago
- 2d9570d binman: Drop CheckEntries() by Simon Glass · 4 years, 1 month ago
- 6a6c1b7 binman: Drop the Entry.CheckSize() method by Simon Glass · 4 years, 1 month ago
- acd6c6e binman: Avoid reporting image-pos with compression by Simon Glass · 4 years, 1 month ago
- a820af7 binman: Support help messages for missing blobs by Simon Glass · 4 years, 3 months ago
- 31ee50f binman: Fix up a few missing comments by Simon Glass · 4 years, 3 months ago
- c1dc2f8 binman: Use pkg_resources to find resources by Simon Glass · 4 years, 3 months ago
- 90cd6f0 binman: Correct some import statements by Simon Glass · 4 years, 4 months ago
- 220ff5f binman: Move GetEntryModules() to control by Simon Glass · 4 years, 4 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
- 6bf9b47 binman: Add logging for the number of pack passes by Simon Glass · 5 years ago
- e594341 binman: Write symbol info before image inclusion by Simon Glass · 5 years ago
- b9ba4e0 binman: Allow use of help and entry-docs without libfdt by Simon Glass · 5 years ago
- df08cbb binman: Allow verbose output with all commands by Simon Glass · 5 years ago
- 30033c2 binman: Add command-line support for replacing entries by Simon Glass · 5 years ago
- a772d3f binman: Correct the error message for invalid path by Simon Glass · 5 years ago
- 274bd0e binman: Split control.WriteEntryToImage() into separate functions by Simon Glass · 5 years ago
- d48f94e binman: Update control.WriteEntry() to support writing the map by Simon Glass · 5 years ago
- 3971c95 binman: Move control.WriteEntry further down the file by Simon Glass · 5 years ago
- 37fdd14 binman: Support replacing data in a cbfs by Simon Glass · 5 years ago
- 9d8ee32 binman: Support shrinking a entry after packing by Simon Glass · 5 years ago
- f8a54bc binman: Allow updating entries that change size by Simon Glass · 5 years ago
- 9b7f500 binman: Write the original input fdtmap to a file by Simon Glass · 5 years ago
- 072959a binman: Support updating entries in an existing image by Simon Glass · 5 years ago
- 5a30060 binman: Rename state.GetFdts() by Simon Glass · 5 years ago
- d3151ff binman: Move image/fdt code into PrepareImagesAndDtbs() by Simon Glass · 5 years ago
- b766c5e5 binman: Move image-processing code into a function by Simon Glass · 5 years ago
- 980a284 binman: Add an 'extract' command by Simon Glass · 5 years ago
- 4c613bf binman: Allow reading an entry from an image by Simon Glass · 5 years ago
- b2fd11d binman: Support listing an image by Simon Glass · 5 years ago
- e61b6f6 binman: Allow entries to expand after packing by Simon Glass · 5 years ago
- f46732a binman: Convert to use ArgumentParser by Simon Glass · 5 years ago
- 1de3448 binman: Add support for CBFS entries by Simon Glass · 5 years ago
- 6244fa4 binman: Add a --toolpath option to set the tool search path by Simon Glass · 5 years ago
- 4277543 binman: Avoid changing a dict during iteration by Simon Glass · 6 years ago
- 5f3645b binman: Use items() instead of iteritems() by Simon Glass · 6 years ago
- 7cca27d binman: Convert print statements to Python 3 by Simon Glass · 6 years ago
- b4595d8 binman: Don't show image-skip message by default by Simon Glass · 6 years ago
- cd817d5 binman: Allow writing a map file when something goes wrong 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
- 3140201 binman: Allow control of whether a fake DT is used by Simon Glass · 6 years ago
- 0c9d5b5 binman: Obtain the list of device trees from the config by Simon Glass · 6 years ago
- bdb4031 binman: Move state logic into the state module by Simon Glass · 6 years ago
- 29aa736 binman: Move state information into a new module by Simon Glass · 6 years ago
- eddd729 dtoc: Allow syncing of the device tree back to a file by Simon Glass · 6 years ago
- 3b376c3 binman: Support building a selection of images by Simon Glass · 6 years ago
- 969616c binman: Allow creation of entry documentation by Simon Glass · 6 years ago
- 63a336b binman: Allow help to work without libfdt 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
- e8561af binman: Rename 'position' to 'offset' by Simon Glass · 6 years ago
- a87014e binman: Support updating the device tree with calc'd info 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
- 3073266 binman: Add support for outputing a map file 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
- 075a45c binman: Support enabling debug in tests by Simon Glass · 7 years ago
- a944093 fdt: Drop fdt_select.py by Simon Glass · 8 years ago
- 22c92ca binman: Rename fdt variable to dtb by Simon Glass · 8 years ago
- 2574ef6 binman: Introduce binman, a tool for building binary images by Simon Glass · 8 years ago