odroid: remove CONFIG_DM_I2C_COMPAT config
[platform/kernel/u-boot.git] / tools / dtoc / fdt_normal.py
2016-10-13 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-net
2016-10-13 Tom RiniMerge branch 'master' of git.denx.de/u-boot-mmc
2016-10-13 Tom RiniMerge git://git.denx.de/u-boot-dm
2016-10-09 Simon Glassdtoc: Adjust GetProps() in fdt_normal to use the node...
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 git.denx.de/u-boot-mmc
2016-09-20 Tom RiniMerge git://git.denx.de/u-boot-dm
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: 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