index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/doc/sphinx/urllib3-2.7.0
dependabot/pip/test/py/pytest-9.0.3
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
/
dtoc.py
Age
Commit message (
Expand
)
Author
2020-04-26
dtoc: Rename the main module
Simon Glass
2020-04-26
patman: Drop references to __future__
Simon Glass
2020-04-17
doc: fix references to driver-model
Heinrich Schuchardt
2019-11-04
test_dtoc: Move to use Python 3
Simon Glass
2019-07-29
dtoc: Return a non-zero exit code when tests fail
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: Add a default path to libfdt.py
Simon Glass
2018-07-09
dtoc: Add a test for code coverage
Simon Glass
2018-07-09
dtoc: Fix some minor errors
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
2018-01-28
host-tools: use python2 explicitly for shebang
Masahiro Yamada
2017-07-11
dtoc: Add tests
Simon Glass
2017-07-11
dtoc: Move the main logic into the dtb_platdata file
Simon Glass
2017-07-11
dtoc: Pass include_disabled explicitly
Simon Glass
2017-07-11
dtoc: Fix pylint warnings
Simon Glass
2017-07-11
dtoc: Split out the main class into its own file
Simon Glass
2017-07-11
dtoc: Add a comment at the top
Simon Glass
2017-07-11
dtoc: Use self._options instead of the global options
Simon Glass
2017-07-11
dtoc: Support multiple compatible strings in a node
Simon Glass
2017-06-02
fdt: Drop fdt_select.py
Simon Glass
2017-05-10
dtoc: Handle nodes with phandles that depend on the same
Simon Glass
2017-05-10
dtoc: Move the output code into its own function
Simon Glass
2017-03-22
dtoc: make ScanTree recurse into subnodes
Philipp Tomsich
2017-03-16
dm: allow limiting pre-reloc markings to spl or tpl
Heiko Stübner
2017-02-08
dtoc: Replace dot with underscore to avoid compiler errors
Simon Glass
2016-10-09
dtoc: Make integer division python 3.x safe
Paul Burton
2016-10-09
dtoc: Use items() to iterate over dictionaries in python 3.x
Paul Burton
2016-09-18
dtoc: Move BytesToValue() and GetEmpty() into PropBase
Simon Glass
2016-09-18
dtoc: Move the fdt library selection into fdt_select
Simon Glass
2016-09-18
dtoc: Move the struct import into the correct order
Simon Glass
2016-07-14
dm: core: Expand platdata for of-platdata devices
Simon Glass
2016-07-14
dtoc: Ignore the u-boot, dm-pre-reloc property
Simon Glass
2016-07-14
dm: Add a tool to generate C code from a device tree
Simon Glass