index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
dtoc
/
test_fdt.py
Age
Commit message (
Expand
)
Author
2020-04-26
patman: Tidy up sys.path changes
Simon Glass
2020-04-26
patman: Move to absolute imports
Simon Glass
2020-04-26
patman: Drop references to __future__
Simon Glass
2019-11-04
test_fdt: Move to use Python 3
Simon Glass
2019-07-29
binman: Update state when replacing device-tree entries
Simon Glass
2019-07-29
binman: Tidy up _SetupDtb() to use its own temporary file
Simon Glass
2019-07-29
dtoc: Update Fdt.GetNode() to handle the root node
Simon Glass
2019-07-29
binman: Show a helpful error when a DT property is missing
Simon Glass
2019-07-10
dtoc: Update fdt_util for Python 3
Simon Glass
2019-07-10
dtoc: Add a unit test for BytesToValue()
Simon Glass
2019-07-10
dtoc: Test full 64-bit properties with FdtCellsToCpu()
Simon Glass
2019-07-10
dtoc: Use binary mode for reading files
Simon Glass
2019-07-10
dtoc: Use byte type instead of str in fdt
Simon Glass
2019-07-10
dtoc: Use GetBytes() to obtain repeating bytes
Simon Glass
2019-07-10
dtoc: Adjust code for Python 3
Simon Glass
2018-10-08
binman: Run tests concurrently
Simon Glass
2018-10-08
binman: Fix up removal of temporary directories
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: 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-08-01
binman: Add an entry filled with a repeating byte
Simon Glass
2018-08-01
binman: Add support for passing arguments to entries
Simon Glass
2018-07-09
dtoc: Add functions to add integer properties
Simon Glass
2018-07-09
dtoc: Fix properties with a single zero-arg phandle
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: Add some tests for the fdt module
Simon Glass