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
/
dtoc.py
Age
Commit message (
Expand
)
Author
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