]> git.ipfire.org Git - people/ms/u-boot.git/history - tools/dtoc
binman: Add add test for using an Intel MRC binary
[people/ms/u-boot.git] / tools / dtoc /
2017-11-23  Simon Glassdtoc: Fix up tests
2017-11-23  Simon Glassbinman: Disable the no-unit_address_vs_reg warnings
2017-09-21  Tom RiniMerge branch 'next' of git://git.denx.de/u-boot-video
2017-09-17  Tom RiniMerge git://git.denx.de/u-boot-x86
2017-09-16  Tom RiniMerge git://git.denx.de/u-boot-fdt
2017-09-15  Simon Glassdtoc: Add a header to the generated files
2017-09-15  Simon Glassdtoc: Support properties containing multiple phandle...
2017-09-15  Simon Glassdtoc: Put phandle args in an array
2017-09-15  Simon Glassdtoc: Put each phandle on a separate line
2017-09-15  Simon Glassdtoc: Rename the phandle struct
2017-09-15  Simon Glassdtoc: Rename is_phandle() and adjust it to return more...
2017-09-15  Simon Glassdtoc: Make is_phandle() a member function
2017-09-15  Simon Glassdtoc: Use the Fdt's class's phandle map
2017-09-15  Simon Glassdtoc: Update the Fdt class to record phandles
2017-09-15  Simon Glassdtoc: Handle 'reg' properties with unusual sizes
2017-09-15  Simon Glassdtoc: Add support for 32 or 64-bit addresses
2017-09-15  Simon Glassdtoc: Avoid very long lines in output
2017-09-15  Simon Glassdtoc: Add a 64-bit type and a way to convert cells...
2017-09-15  Simon Glassdtoc: Adjust Node to record its parent
2017-08-21  Tom RiniMerge git://git.denx.de/u-boot-uniphier
2017-08-20  Anatolij GustschinFix 'notes' typos
2017-07-12  Tom RiniMerge git://git.denx.de/u-boot-dm
2017-07-11  Simon Glassdtoc: Add tests
2017-07-11  Simon Glassdtoc: Add a comment about string replace in conv_name_t...
2017-07-11  Simon Glassdtoc: Move the main logic into the dtb_platdata file
2017-07-11  Simon Glassdtoc: Move static functions out of the class
2017-07-11  Simon Glassdtoc: Pass include_disabled explicitly
2017-07-11  Simon Glassdtoc: Don't handle properties with / in them
2017-07-11  Simon Glassdtoc: Fix pylint warnings
2017-07-11  Simon Glassdtoc: Split out the main class into its own file
2017-07-11  Simon Glassdtoc: Add a comment at the top
2017-07-11  Simon Glassdtoc: Use self._options instead of the global options
2017-07-11  Simon Glassdtoc: Support multiple compatible strings in a node
2017-06-27  Tom RiniMerge git://www.denx.de/git/u-boot-imx
2017-06-21  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-samsung
2017-06-06  Tom RiniMerge git://git.denx.de/u-boot-usb
2017-06-05  Tom RiniMerge git://git.denx.de/u-boot-x86
2017-06-04  Tom RiniMerge git://git.denx.de/u-boot-fdt
2017-06-02  Simon Glassfdt: Drop fdt_select.py
2017-06-02  Simon Glassfdt: Merge fdt_normal with its base class
2017-06-02  Simon Glassfdt: Drop fdt_fallback library
2017-06-02  Simon Glassfdt: Drop use of the legacy libfdt python module
2017-06-02  Simon Glassfdt: Support use of the new python libfdt library
2017-06-02  Simon Glassfdt: Rename existing python libfdt module
2017-05-18  Stefano BabicMerge branch 'master' of git://git.denx.de/u-boot-imx
2017-05-10  Tom RiniMerge git://git.denx.de/u-boot-rockchip
2017-05-10  Simon Glassdtoc: Handle nodes with phandles that depend on the...
2017-05-10  Simon Glassdtoc: Move the output code into its own function
2017-04-15  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
2017-04-14  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2017-04-14  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2017-04-14  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mmc
2017-04-13  Tom RiniMerge git://git.denx.de/u-boot-dm
2017-04-13  George McCollisterdtoc: Decode val if it's a byte string
2017-04-13  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2017-03-29  Philipp Tomsichdtoc: make ScanTree recurse into subnodes
2017-03-24  Tom RiniMerge git://www.denx.de/git/u-boot-marvell
2017-03-23  Tom RiniMerge git://git.denx.de/u-boot-dm
2017-03-22  Philipp Tomsichdtoc: make ScanTree recurse into subnodes
2017-03-19  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2017-03-17  Tom RiniMerge git://git.denx.de/u-boot-rockchip
2017-03-16  Heiko Stübnerdm: allow limiting pre-reloc markings to spl or tpl
2017-02-09  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
2017-02-09  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-net
2017-02-09  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2017-02-08  Tom RiniMerge git://git.denx.de/u-boot-dm
2017-02-08  Simon Glassdtoc: Replace dot with underscore to avoid compiler...
2016-10-13  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-net
2016-10-13  Tom RiniMerge branch 'master' of http://git.denx.de/u-boot-mmc
2016-10-13  Tom RiniMerge git://git.denx.de/u-boot-dm
2016-10-09  Paul Burtondtoc: Make integer division python 3.x safe
2016-10-09  Paul Burtondtoc: Decode strings for struct.unpack on python 3.x
2016-10-09  Paul Burtondtoc: Use items() to iterate over dictionaries in pytho...
2016-10-09  Simon Glassdtoc: Add a way for tests to request the fallback library
2016-10-09  Simon Glassdtoc: Adjust GetProps() in fdt_normal to use the node...
2016-10-09  Simon Glassdtoc: Fix bug in GetProp()
2016-09-26  Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
2016-09-22  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2016-09-21  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mips
2016-09-21  Tom RiniMerge branch 'master' of http://git.denx.de/u-boot-mmc
2016-09-20  Tom RiniMerge git://git.denx.de/u-boot-dm
2016-09-19  Simon Glassdtoc: Add methods for reading data from properties
2016-09-19  Simon Glassdtoc: Correct quotes in fdt_util
2016-09-19  Simon Glassdtoc: Support finding the offset of a property
2016-09-19  Simon Glassdtoc: Support packing the device tree
2016-09-19  Simon Glassdtoc: Support deleting device tree properties
2016-09-19  Simon Glassdtoc: Move to using bytearray
2016-09-19  Simon Glassdtoc: Prepare for supporting changing of device trees
2016-09-19  Simon Glassdtoc: Drop the convert_dash parameter to GetProps()
2016-09-19  Simon Glassdtoc: Allow the device tree to be compiled from source
2016-09-19  Simon Glassdtoc: Move a few more common functions into fdt.py
2016-09-19  Simon Glassdtoc: Move Widen() and GetPhandle() into the base class
2016-09-19  Simon Glassdtoc: Move BytesToValue() and GetEmpty() into PropBase
2016-09-19  Simon Glassdtoc: Create a base class for Fdt
2016-09-19  Simon Glassdtoc: Rename fdt.py to fdt_normal.py
2016-09-19  Simon Glassdtoc: Move the fdt library selection into fdt_select
2016-09-19  Simon Glassdtoc: Move the struct import into the correct order
2016-08-20  Tom RiniMerge branch 'rmobile' of git://git.denx.de/u-boot-sh
2016-07-28  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2016-07-27  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
next