Merge tag 'u-boot-rockchip-20200531' of https://gitlab.denx.de/u-boot/custodians...
[oweals/u-boot.git] / tools / dtoc / fdt.py
2020-05-04 Tom RiniMerge tag 'u-boot-rockchip-20200501' of https://gitlab...
2020-04-30 Tom RiniMerge tag 'xilinx-for-v2020.07-rc2' of https://gitlab...
2020-04-30 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-04-29 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-sh
2020-04-28 Tom RiniMerge tag 'u-boot-amlogic-20200428' of https://gitlab...
2020-04-28 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2020-04-28 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2020-04-28 Tom RiniMerge tag 'dm-pull-27apr20' of git://git.denx.de/u...
2020-04-26 Simon Glasspatman: Move to absolute imports
2019-11-12 Tom RiniMerge tag 'u-boot-imx-20191105' of https://gitlab.denx...
2019-11-06 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2019-11-06 Tom RiniMerge tag 'mmc-2019-11-5' of https://gitlab.denx.de...
2019-11-05 Tom RiniMerge tag 'fdt-pull-5nov19' of git://git.denx.de/u...
2019-11-05 Simon Glassdtoc: Convert fdt.py to Python 3
2019-08-02 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-clk
2019-07-30 Tom RiniMerge tag 'video-for-2019.10-rc1' of https://gitlab...
2019-07-30 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sh
2019-07-29 Tom RiniMerge tag 'dm-pull-29jul19' of https://gitlab.denx...
2019-07-29 Simon Glassbinman: Update state when replacing device-tree entries
2019-07-29 Simon Glassdtoc: Update Fdt.GetNode() to handle the root node
2019-07-29 Simon Glassdtoc: Update Fdt.FromData() to allow a name
2019-07-29 Simon Glassbinman: Show a helpful error when a DT property is...
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-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 Glasstools: dtoc: Open all binary files in binary mode
2018-10-25 Tom RiniMerge tag 'u-boot-imx-20181025' of git://git.denx.de...
2018-10-12 Tom RiniMerge git://git.denx.de/u-boot-sunxi
2018-10-12 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2018-10-11 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-net
2018-10-10 Tom RiniMerge tag 'dm-9oct18' of git://git.denx.de/u-boot-dm
2018-10-09 Simon Glassdtoc: Fix the value of SetInt()
2018-10-02 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2018-09-30 Tom RiniMerge git://git.denx.de/u-boot-dm
2018-09-28 Simon Glassdtoc: Add a way to create an Fdt object from a data...
2018-09-28 Simon Glassdtoc: Add methods for adding and updating properties
2018-09-28 Simon Glassdtoc: Support adding new nodes
2018-09-28 Simon Glassdtoc: Fixed endianness in Prop.GetEmpty()
2018-09-28 Simon Glassdtoc: Allow syncing of the device tree back to a file
2018-08-13 Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
2018-08-10 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2018-08-09 Tom RiniMerge git://git.denx.de/u-boot-dm
2018-08-08 Simon Glasslibfdt: Update to latest pylibfdt implementation
2018-08-08 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-samsung
2018-08-07 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
2018-08-04 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2018-08-04 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sunxi
2018-08-03 Tom RiniMerge git://git.denx.de/u-boot-dm
2018-08-01 Simon Glassdtoc: Add a function to obtain a list of phandles
2018-08-01 Simon Glassdtoc: Export the _FindNode() function
2018-07-10 Tom RiniMerge git://git.denx.de/u-boot-dm
2018-07-09 Simon Glassdtoc: Add functions to add integer properties
2018-07-09 Simon Glassdtoc: Fix some minor errors
2018-07-09 Simon Glassdtoc: Fix Fdt.GetNode() to handle a missing node
2018-07-09 Simon Glassdtoc: Keep track of property offsets
2018-07-09 Simon Glassdtoc: Update fdt tests to increase code coverage
2018-07-09 Simon Glassdtoc: Drop use of a local dtb buffer
2018-07-09 Simon Glassdtoc: Make use of the new pylibfdt methods
2018-07-09 Simon Glassdtoc: Add some tests for the fdt module
2018-07-09 Simon Glasslibfdt: Bring in proposed pylibfdt changes
2018-05-09 Tom RiniMerge git://git.denx.de/u-boot-sunxi
2018-05-07 Tom RiniSPDX: Convert all of our single license tags to Linux...
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: Update the Fdt class to record phandles
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-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: Support use of the new python libfdt library
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 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-08-20 Tom RiniMerge branch 'rmobile' of git://git.denx.de/u-boot-sh
2016-07-28 Tom RiniMerge branch 'master' of git://denx.de/git/u-boot-imx
2016-07-27 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-video
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
next