gpio: mxc_gpio: change gpio index for i.MX8
[oweals/u-boot.git] / tools / binman /
2019-07-29 Simon Glassbinman: Update Entry.ReadEntry() to work through classes
2019-07-29 Simon Glassbinman: Add a prefix before CBFS hex offsets
2019-07-29 Simon Glassbinman: Add a few more features to the wishlist
2019-07-29 Simon Glassbinman: Place Intel descriptor at image start
2019-07-29 Simon Glassbinman: Adjust fmap to ignore CBFS files
2019-07-29 Simon Glassbinman: Support shrinking a entry after packing
2019-07-29 Simon Glassbinman: Update the _testing entry to support shrinkage
2019-07-29 Simon Glassbinman: Allow updating entries that change size
2019-07-29 Simon Glassbinman: Add more tests for image header position
2019-07-29 Simon Glassbinman: Move Image.BuildImage() into a single function
2019-07-29 Simon Glassbinman: Write the original input fdtmap to a file
2019-07-29 Simon Glassbinman: Update documentation for image creation
2019-07-29 Simon Glassbinman: Add info to allow safely repacking an image...
2019-07-29 Simon Glassbinman: Support updating entries in an existing image
2019-07-29 Simon Glassbinman: Tidy up _SetupDtb() to use its own temporary...
2019-07-29 Simon Glassbinman: Allow the fdtmap to remain unchanged
2019-07-29 Simon Glassbinman: Add a constant for common entry properties
2019-07-29 Simon Glassbinman: Add a function to obtain the image for an Entry
2019-07-29 Simon Glassbinman: Adjust Entry to read the node in a separate...
2019-07-29 Simon Glassbinman: Add an image name into the fdtmap
2019-07-29 Simon Glassbinman: Store the entry in output_fdt_files
2019-07-29 Simon Glassbinman: Allow state functions to fail to return data
2019-07-29 Simon Glassbinman: Support loading entry data from a file
2019-07-29 Simon Glassbinman: Store image fdtmap when loading from a file
2019-07-29 Simon Glassbinman: Add a bit of logging in entries when packing
2019-07-29 Simon Glassbinman: Drop state.fdt_set as this is not needed
2019-07-29 Simon Glassbinman: Simplify state.fdt_subset
2019-07-29 Simon Glassbinman: Adjust state.fdt_files to be keyed by entry...
2019-07-29 Simon Glassbinman: Adjust GetFdt() to be keyed by etype
2019-07-29 Simon Glassbinman: Rename state.GetFdt()
2019-07-29 Simon Glassbinman: Rename state.GetFdts()
2019-07-29 Simon Glassbinman: Convert GetFdtSet() to use a dict
2019-07-29 Simon Glassbinman: Move image/fdt code into PrepareImagesAndDtbs()
2019-07-29 Simon Glassbinman: Move GetFdtSet() into blob_dtb
2019-07-29 Simon Glassbinman: Move image-processing code into a function
2019-07-29 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2019-07-27 Tom RiniMerge tag 'u-boot-imx-20190719' of https://gitlab.denx...
2019-07-27 Tom RiniMerge branch 'master' of https://gitlab.denx.de/u-boot...
2019-07-25 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-net
2019-07-24 Tom RiniMerge tag 'dm-pull-24jul19-take3' of https://gitlab...
2019-07-24 Simon Glassbinman: Add a test for nested and aligned sections
2019-07-24 Simon Glassbinman: Add an 'extract' command
2019-07-24 Simon Glassbinman: Support reading from CBFS entries
2019-07-24 Simon Glassbinman: Allow reading an entry from an image
2019-07-24 Simon Glassbinman: Allow for logging information to be displayed
2019-07-24 Simon Glassbinman: Support listing an image
2019-07-24 Simon Glassbinman: Convert Image to a subclass of Entry
2019-07-24 Simon Glassbinman: Support reading an image into an Image object
2019-07-24 Simon Glassbinman: Support locating an image header
2019-07-24 Simon Glassbinman: Support locating an FDT map
2019-07-24 Simon Glassbinman: Allow listing the entries in an image
2019-07-24 Simon Glassbinman: Detect bad CBFS file types
2019-07-24 Simon Glassbinman: Support FDT update for CBFS
2019-07-24 Simon Glassbinman: Use the cbfs memlen field only for uncompressed...
2019-07-24 Simon Glassbinman: Provide the actual data address for cbfs files
2019-07-24 Simon Glassbinman: Allow device-tree entries to be compressed
2019-07-24 Simon Glassbinman: Allow entries to expand after packing
2019-07-24 Simon Glassbinman: Add a control for post-pack entry expansion
2019-07-24 Simon Glassbinman: Add a return value to ProcessContentsUpdate()
2019-07-24 Simon Glassbinman: Call ProcessUpdateContents() consistently
2019-07-24 Simon Glassbinman: Fix up ProcessUpdateContents error and comments
2019-07-24 Simon Glassbinman: Allow easy importing of entry modules
2019-07-24 Simon Glassbinman: Drop an unused arg in Entry.Lookup()
2019-07-24 Simon Glassbinman: Move compression into the Entry base class
2019-07-24 Simon Glassbinman: Convert to use ArgumentParser
2019-07-24 Simon Glassbinman: Add an image header
2019-07-24 Simon Glassbinman: Add an FDT map
2019-07-24 Simon Glassbinman: Add a convenience functions for real-DTB tests
2019-07-24 Simon Glassbinman: Update help for new features
2019-07-24 Simon Glassbinman: Update future features
2019-07-24 Simon Glassbinman: Simplify the entry test
2019-07-24 Simon Glassbinman: Add support for fixed-offset files in CBFS
2019-07-24 Simon Glassbinman: Pad empty areas of the CBFS with files
2019-07-24 Simon Glassbinman: Add support for Intel IFWI entries
2019-07-24 Simon Glassbinman: Add support for CBFS entries
2019-07-24 Simon Glassbinman: Add a utility library for coreboot CBFS
2019-07-24 Simon Glassbinman: Pass the toolpath to tests
2019-07-24 Simon Glassbinman: Allow preserving test directories
2019-07-24 Simon Glassbinman: Allow verbosity control when running tests
2019-07-24 Simon Glassbinman: Fix up the _DoTestFile() function -u argument
2019-07-24 Simon Glassbinman: Support ELF files for TPL
2019-07-24 Simon Glassbinman: Correct comment in u_boot_spl_elf
2019-07-24 Simon Glassbinman: Use tools compression function for blob handling
2019-07-24 Simon Glassbinman: Drop unnecessary debug handling
2019-07-24 Simon Glassbinman: Use the tools.Decompress method
2019-07-24 Simon Glasspatman: Add functions to compress and decompress data
2019-07-24 Simon Glassbinman: Allow text directly in the node
2019-07-24 Simon Glassbinman: Update entry.SetOffsetSize to be optional
2019-07-24 Simon Glassbinman: Don't assume there is an ME region
2019-07-24 Simon Glassbinman: Assume Intel descriptor is at the start of...
2019-07-24 Simon Glassbinman: Ensure that coverage has access to site packages
2019-07-24 Simon Glassbinman: Add a function to decode an ELF file
2019-07-24 Simon Glassbinman: Add a function to create a sample ELF file
2019-07-24 Simon Glassbinman: Detect skipped tests
2019-07-24 Simon Glassbinman: Use a better error for missing Intel descriptor
2019-07-24 Simon Glassbinman: Tidy up help for --indir
2019-07-24 Simon Glassbinman: Add missing comments toentry
2019-07-24 Simon Glassbinman: Add missing comments to bsection
2019-07-24 Simon Glassbinman: Add a --toolpath option to set the tool search...
2019-07-24 Simon Glassbinman: Add coverage tools info for Python 3
next