]> git.sur5r.net Git - u-boot/history - tools/dtoc
Merge branch 'master' of git://git.denx.de/u-boot-mips
[u-boot] / tools / dtoc /
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
2016-07-26 Tom RiniMerge git://git.denx.de/u-boot-mpc86xx
2016-07-26 Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
2016-07-25 Tom RiniMerge git://git.denx.de/u-boot-nand-flash
2016-07-25 Simon Glassdtoc: Correct the type widening code in fdt_fallback
2016-07-21 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sh
2016-07-19 Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
2016-07-15 Tom RiniMerge branch 'master' of http://git.denx.de/u-boot...
2016-07-15 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-samsung
2016-07-15 Tom RiniMerge git://git.denx.de/u-boot-dm
2016-07-15 Simon Glassdm: core: Expand platdata for of-platdata devices
2016-07-15 Simon Glassdtoc: Ignore the u-boot, dm-pre-reloc property
2016-07-15 Simon Glassdm: Add a more efficient libfdt library
2016-07-15 Simon Glassdm: Add a tool to generate C code from a device tree
2016-07-15 Simon Glassdm: Add a library to provide simple device-tree access