armv8: fsl-layerscape: add base addresses for several devices
[oweals/u-boot.git] / tools /
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 Glasspatman: Add a function to write ifwitool
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 Glasspatman: Add a way to set the search path for tools
2019-07-24 Simon Glassbinman: Add coverage tools info for Python 3
2019-07-24 Simon Glassbinman: Correct two typos in function names in ftest
2019-07-24 Simon Glassbinman: Fix comment in bsection.GetEntries()
2019-07-24 Simon Glasstools: Drop duplicate raise_on_error argument
2019-07-24 Simon Glassx86: Add ifwitool for Intel Integrated Firmware Image
2019-07-24 Tom RiniMerge tag 'efi-2019-10-rc1-2' of https://gitlab.denx...
2019-07-19 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-net
2019-07-18 Tom RiniMerge branch '2019-07-17-master-imports'
2019-07-18 Andre Przywaratools: mkenvimage: Always consider non-regular files
2019-07-18 Andre Przywaratools: mkenvimage: Fix reading from slow pipe
2019-07-18 Vesa Jääskeläinenlib: rsa: add support to other openssl engine types...
2019-07-14 Tom RiniMerge tag 'u-boot-stm32-20190712' of https://gitlab...
2019-07-11 Tom RiniMerge tag 'dm-pull-9jul19-take2' of https://gitlab...
2019-07-11 Tom RiniMerge tag 'uniphier-v2019.10' of https://gitlab.denx...
2019-07-10 Heinrich Schuchardttrace: do not limit trace buffer to 2GiB
2019-07-10 Simon GlassAdd a simple script to remove boards
2019-07-10 Simon Glasspatman: Update cover-coverage tests for Python 3
2019-07-10 Simon Glassbinman: Update the README.entries file
2019-07-10 Simon Glassbinman: Document parallel tests
2019-07-10 Simon Glassbinman: Read map files as text
2019-07-10 Simon Glassbinman: Fix up a format string in AssertInList()
2019-07-10 Simon Glassbinman: Update 'text' entry for Python 3
2019-07-10 Simon Glasspatman: Update fmap code for Python 3
2019-07-10 Simon Glassbinman: Update entry_test to support Python 3
2019-07-10 Simon Glassbinman: Convert to use bytes type
2019-07-10 Simon Glassbinman: Avoid changing a dict during iteration
2019-07-10 Simon Glasspatman: Allow reading files in text mode
2019-07-10 Simon Glassdtoc: Update dtb_platdata to support Python 3
2019-07-10 Simon Glassdtoc: Update fdt_util for Python 3
2019-07-10 Simon Glassdtoc: Add a unit test for BytesToValue()
2019-07-10 Simon Glassdtoc: Test full 64-bit properties with FdtCellsToCpu()
2019-07-10 Simon Glassdtoc: Use binary mode for reading files
2019-07-10 Simon Glassdtoc: Convert the Fdt.Node class to Python 3
2019-07-10 Simon Glassdtoc: Convert the Fdt.Prop class to Python 3
2019-07-10 Simon Glassdtoc: Use byte type instead of str in fdt
2019-07-10 Simon Glassdtoc: Updates BytesToValue() for Python 3
2019-07-10 Simon Glassdtoc: Move BytesToValue() out of the Prop class
2019-07-10 Simon Glassdtoc: Use GetBytes() to obtain repeating bytes
2019-07-10 Simon Glassdtoc: Sort platdata output from dtoc
2019-07-10 Simon Glassdtoc: Adjust code for Python 3
2019-07-10 Simon Glasspatman: Don't require Python 2
2019-07-10 Simon Glasspatman: Tidy up a few more unicode conversions
2019-07-10 Simon Glasspatman: Adjust functional tests for Python 3
2019-07-10 Simon Glasspatman: Avoid unicode type in settings unit tests
2019-07-10 Simon Glasspatman: Sort series output for repeatabily
2019-07-10 Simon Glasspatman: Move unicode helpers to tools
2019-07-10 Simon Glasspatman: Support use of stringIO in Python 3
2019-07-10 Simon Glassbinman: Handle repeated bytes for Python 3
2019-07-10 Simon Glassbinman: Drop an unused input file
next