Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
ac6777b1e3362a4958562a3b4315f39db75685f3
/
tools
/
dtoc
c079192
dtoc: Add tests
by Simon Glass
· 7 years ago
30107b0
dtoc: Add a comment about string replace in conv_name_to_c()
by Simon Glass
· 7 years ago
fa0ea5b
dtoc: Move the main logic into the dtb_platdata file
by Simon Glass
· 7 years ago
56e0bbe
dtoc: Move static functions out of the class
by Simon Glass
· 7 years ago
e36024b
dtoc: Pass include_disabled explicitly
by Simon Glass
· 7 years ago
86290ce
dtoc: Don't handle properties with / in them
by Simon Glass
· 7 years ago
2be282c
dtoc: Fix pylint warnings
by Simon Glass
· 7 years ago
7581c01
dtoc: Split out the main class into its own file
by Simon Glass
· 7 years ago
14f5acf
dtoc: Add a comment at the top
by Simon Glass
· 7 years ago
418355c
dtoc: Use self._options instead of the global options
by Simon Glass
· 7 years ago
2cce586
dtoc: Support multiple compatible strings in a node
by Simon Glass
· 7 years ago
99ed4a2
fdt: Drop fdt_select.py
by Simon Glass
· 7 years ago
7b75b44
fdt: Merge fdt_normal with its base class
by Simon Glass
· 7 years ago
160a766
fdt: Drop fdt_fallback library
by Simon Glass
· 7 years ago
6d804ea
fdt: Drop use of the legacy libfdt python module
by Simon Glass
· 7 years ago
b436020
fdt: Support use of the new python libfdt library
by Simon Glass
· 7 years ago
555ba48
fdt: Rename existing python libfdt module
by Simon Glass
· 7 years ago
439c947
dtoc: Handle nodes with phandles that depend on the same
by Simon Glass
· 8 years ago
49eec8c
dtoc: Move the output code into its own function
by Simon Glass
· 8 years ago
f156b5b
dtoc: Decode val if it's a byte string
by George McCollister
· 8 years ago
55bc080
dtoc: make ScanTree recurse into subnodes
by Philipp Tomsich
· 8 years ago
27326c7
dm: allow limiting pre-reloc markings to spl or tpl
by Heiko Stübner
· 8 years ago
6b6024a
dtoc: Replace dot with underscore to avoid compiler errors
by Simon Glass
· 8 years ago
34c3889
dtoc: Make integer division python 3.x safe
by Paul Burton
· 8 years ago
c4c5f9e
dtoc: Decode strings for struct.unpack on python 3.x
by Paul Burton
· 8 years ago
4ae6549
dtoc: Use items() to iterate over dictionaries in python 3.x
by Paul Burton
· 8 years ago
3cb44ba
dtoc: Add a way for tests to request the fallback library
by Simon Glass
· 8 years ago
8828254
dtoc: Adjust GetProps() in fdt_normal to use the node path
by Simon Glass
· 8 years ago
0734b70
dtoc: Fix bug in GetProp()
by Simon Glass
· 8 years ago
8f224b3
dtoc: Add methods for reading data from properties
by Simon Glass
· 8 years ago
20024da
dtoc: Correct quotes in fdt_util
by Simon Glass
· 8 years ago
babdbde
dtoc: Support finding the offset of a property
by Simon Glass
· 8 years ago
da5f749
dtoc: Support packing the device tree
by Simon Glass
· 8 years ago
2a70d89
dtoc: Support deleting device tree properties
by Simon Glass
· 8 years ago
0170804
dtoc: Move to using bytearray
by Simon Glass
· 8 years ago
346179f
dtoc: Prepare for supporting changing of device trees
by Simon Glass
· 8 years ago
6b93c55
dtoc: Drop the convert_dash parameter to GetProps()
by Simon Glass
· 8 years ago
355c67c
dtoc: Allow the device tree to be compiled from source
by Simon Glass
· 8 years ago
f7a2aee
dtoc: Move a few more common functions into fdt.py
by Simon Glass
· 8 years ago
c322a85
dtoc: Move Widen() and GetPhandle() into the base class
by Simon Glass
· 8 years ago
bc1dea3
dtoc: Move BytesToValue() and GetEmpty() into PropBase
by Simon Glass
· 8 years ago
a06a34b
dtoc: Create a base class for Fdt
by Simon Glass
· 8 years ago
66051b1
dtoc: Rename fdt.py to fdt_normal.py
by Simon Glass
· 8 years ago
ba48258
dtoc: Move the fdt library selection into fdt_select
by Simon Glass
· 8 years ago
5859311
dtoc: Move the struct import into the correct order
by Simon Glass
· 8 years ago
d6a3391
dtoc: Correct the type widening code in fdt_fallback
by Simon Glass
· 8 years ago
9fa2819
dm: core: Expand platdata for of-platdata devices
by Simon Glass
· 8 years ago
efefe12
dtoc: Ignore the u-boot, dm-pre-reloc property
by Simon Glass
· 8 years ago
76bce10
dm: Add a more efficient libfdt library
by Simon Glass
· 8 years ago
69f2ed7
dm: Add a tool to generate C code from a device tree
by Simon Glass
· 8 years ago
ec564b4
dm: Add a library to provide simple device-tree access
by Simon Glass
· 8 years ago