index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
dtoc
/
fdt.py
Age
Commit message (
Expand
)
Author
2019-11-04
dtoc: Convert fdt.py to Python 3
Simon Glass
2019-07-29
binman: Update state when replacing device-tree entries
Simon Glass
2019-07-29
dtoc: Update Fdt.GetNode() to handle the root node
Simon Glass
2019-07-29
dtoc: Update Fdt.FromData() to allow a name
Simon Glass
2019-07-29
binman: Show a helpful error when a DT property is missing
Simon Glass
2019-07-10
dtoc: Convert the Fdt.Node class to Python 3
Simon Glass
2019-07-10
dtoc: Convert the Fdt.Prop class to Python 3
Simon Glass
2019-07-10
dtoc: Use byte type instead of str in fdt
Simon Glass
2019-07-10
dtoc: Updates BytesToValue() for Python 3
Simon Glass
2019-07-10
dtoc: Move BytesToValue() out of the Prop class
Simon Glass
2019-07-10
dtoc: Use GetBytes() to obtain repeating bytes
Simon Glass
2019-07-10
tools: dtoc: Open all binary files in binary mode
Simon Glass
2018-10-09
dtoc: Fix the value of SetInt()
Simon Glass
2018-09-28
dtoc: Add a way to create an Fdt object from a data block
Simon Glass
2018-09-28
dtoc: Add methods for adding and updating properties
Simon Glass
2018-09-28
dtoc: Support adding new nodes
Simon Glass
2018-09-28
dtoc: Fixed endianness in Prop.GetEmpty()
Simon Glass
2018-09-28
dtoc: Allow syncing of the device tree back to a file
Simon Glass
2018-08-08
libfdt: Update to latest pylibfdt implementation
Simon Glass
2018-08-01
dtoc: Add a function to obtain a list of phandles
Simon Glass
2018-08-01
dtoc: Export the _FindNode() function
Simon Glass
2018-07-09
dtoc: Add functions to add integer properties
Simon Glass
2018-07-09
dtoc: Fix some minor errors
Simon Glass
2018-07-09
dtoc: Fix Fdt.GetNode() to handle a missing node
Simon Glass
2018-07-09
dtoc: Keep track of property offsets
Simon Glass
2018-07-09
dtoc: Update fdt tests to increase code coverage
Simon Glass
2018-07-09
dtoc: Drop use of a local dtb buffer
Simon Glass
2018-07-09
dtoc: Make use of the new pylibfdt methods
Simon Glass
2018-07-09
dtoc: Add some tests for the fdt module
Simon Glass
2018-07-09
libfdt: Bring in proposed pylibfdt changes
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-09-15
dtoc: Update the Fdt class to record phandles
Simon Glass
2017-09-15
dtoc: Add a 64-bit type and a way to convert cells into 64 bits
Simon Glass
2017-09-15
dtoc: Adjust Node to record its parent
Simon Glass
2017-06-02
fdt: Drop fdt_select.py
Simon Glass
2017-06-02
fdt: Merge fdt_normal with its base class
Simon Glass
2017-06-02
fdt: Drop fdt_fallback library
Simon Glass
2017-06-02
fdt: Support use of the new python libfdt library
Simon Glass
2016-09-18
dtoc: Support finding the offset of a property
Simon Glass
2016-09-18
dtoc: Support packing the device tree
Simon Glass
2016-09-18
dtoc: Support deleting device tree properties
Simon Glass
2016-09-18
dtoc: Move a few more common functions into fdt.py
Simon Glass
2016-09-18
dtoc: Move Widen() and GetPhandle() into the base class
Simon Glass
2016-09-18
dtoc: Move BytesToValue() and GetEmpty() into PropBase
Simon Glass
2016-09-18
dtoc: Create a base class for Fdt
Simon Glass
2016-09-18
dtoc: Rename fdt.py to fdt_normal.py
Simon Glass
2016-07-14
dm: Add a more efficient libfdt library
Simon Glass