index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
dtoc
/
dtoc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
dtoc: Rename the main module
Simon Glass
2020-04-26
1
-114
/
+0
*
patman: Drop references to __future__
Simon Glass
2020-04-26
1
-2
/
+0
*
doc: fix references to driver-model
Heinrich Schuchardt
2020-04-17
1
-1
/
+1
*
test_dtoc: Move to use Python 3
Simon Glass
2019-11-04
1
-1
/
+1
*
dtoc: Return a non-zero exit code when tests fail
Simon Glass
2019-07-29
1
-1
/
+6
*
dtoc: Adjust code for Python 3
Simon Glass
2019-07-10
1
-3
/
+5
*
binman: Run tests concurrently
Simon Glass
2018-10-08
1
-0
/
+2
*
binman: Add a default path to libfdt.py
Simon Glass
2018-10-08
1
-0
/
+5
*
dtoc: Add a test for code coverage
Simon Glass
2018-07-09
1
-0
/
+15
*
dtoc: Fix some minor errors
Simon Glass
2018-07-09
1
-2
/
+2
*
libfdt: Bring in proposed pylibfdt changes
Simon Glass
2018-07-09
1
-4
/
+16
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
host-tools: use python2 explicitly for shebang
Masahiro Yamada
2018-01-28
1
-1
/
+1
*
dtoc: Add tests
Simon Glass
2017-07-11
1
-4
/
+27
*
dtoc: Move the main logic into the dtb_platdata file
Simon Glass
2017-07-11
1
-17
/
+2
*
dtoc: Pass include_disabled explicitly
Simon Glass
2017-07-11
1
-1
/
+1
*
dtoc: Fix pylint warnings
Simon Glass
2017-07-11
1
-7
/
+7
*
dtoc: Split out the main class into its own file
Simon Glass
2017-07-11
1
-405
/
+3
*
dtoc: Add a comment at the top
Simon Glass
2017-07-11
1
-0
/
+20
*
dtoc: Use self._options instead of the global options
Simon Glass
2017-07-11
1
-2
/
+2
*
dtoc: Support multiple compatible strings in a node
Simon Glass
2017-07-11
1
-7
/
+21
*
fdt: Drop fdt_select.py
Simon Glass
2017-06-02
1
-2
/
+1
*
dtoc: Handle nodes with phandles that depend on the same
Simon Glass
2017-05-10
1
-14
/
+41
*
dtoc: Move the output code into its own function
Simon Glass
2017-05-10
1
-44
/
+52
*
dtoc: make ScanTree recurse into subnodes
Philipp Tomsich
2017-03-22
1
-1
/
+18
*
dm: allow limiting pre-reloc markings to spl or tpl
Heiko Stübner
2017-03-16
1
-0
/
+2
*
dtoc: Replace dot with underscore to avoid compiler errors
Simon Glass
2017-02-08
1
-0
/
+1
*
dtoc: Make integer division python 3.x safe
Paul Burton
2016-10-09
1
-1
/
+1
*
dtoc: Use items() to iterate over dictionaries in python 3.x
Paul Burton
2016-10-09
1
-4
/
+4
*
dtoc: Move BytesToValue() and GetEmpty() into PropBase
Simon Glass
2016-09-18
1
-8
/
+9
*
dtoc: Move the fdt library selection into fdt_select
Simon Glass
2016-09-18
1
-15
/
+3
*
dtoc: Move the struct import into the correct order
Simon Glass
2016-09-18
1
-2
/
+1
*
dm: core: Expand platdata for of-platdata devices
Simon Glass
2016-07-14
1
-0
/
+2
*
dtoc: Ignore the u-boot, dm-pre-reloc property
Simon Glass
2016-07-14
1
-0
/
+1
*
dm: Add a tool to generate C code from a device tree
Simon Glass
2016-07-14
1
-0
/
+391