]> git.sur5r.net Git - u-boot/history - tools/dtoc
buildman: Extract environment as part of each build
[u-boot] / tools / dtoc /
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