Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
4d131cdb6762694fc1a66d6b3e39a82f9ec691cf
/
tools
/
dtoc
2799a69
doc: fix references to driver-model
by Heinrich Schuchardt
· 4 years, 9 months ago
a90df2b
dtoc: Convert fdt.py to Python 3
by Simon Glass
· 5 years ago
3c19dc8
test_dtoc: Move to use Python 3
by Simon Glass
· 5 years ago
f7ba5f0
test_fdt: Move to use Python 3
by Simon Glass
· 5 years ago
f6e0249
binman: Update state when replacing device-tree entries
by Simon Glass
· 5 years ago
a004f29
binman: Tidy up _SetupDtb() to use its own temporary file
by Simon Glass
· 5 years ago
e44bc83
dtoc: Update Fdt.GetNode() to handle the root node
by Simon Glass
· 5 years ago
880e9ee
dtoc: Update Fdt.FromData() to allow a name
by Simon Glass
· 5 years ago
d9dad10
binman: Show a helpful error when a DT property is missing
by Simon Glass
· 5 years ago
1000096
dtoc: Return a non-zero exit code when tests fail
by Simon Glass
· 5 years ago
9b044f7
dtoc: Update dtb_platdata to support Python 3
by Simon Glass
· 5 years ago
209a559
dtoc: Update fdt_util for Python 3
by Simon Glass
· 5 years ago
b5f0daf
dtoc: Add a unit test for BytesToValue()
by Simon Glass
· 5 years ago
e66d318
dtoc: Test full 64-bit properties with FdtCellsToCpu()
by Simon Glass
· 5 years ago
2ab6e13
dtoc: Use binary mode for reading files
by Simon Glass
· 5 years ago
6351805
dtoc: Convert the Fdt.Node class to Python 3
by Simon Glass
· 5 years ago
928527f
dtoc: Convert the Fdt.Prop class to Python 3
by Simon Glass
· 5 years ago
f6b6481
dtoc: Use byte type instead of str in fdt
by Simon Glass
· 5 years ago
2b6ed5e
dtoc: Updates BytesToValue() for Python 3
by Simon Glass
· 5 years ago
7e6952d
dtoc: Move BytesToValue() out of the Prop class
by Simon Glass
· 5 years ago
194b8d5
dtoc: Use GetBytes() to obtain repeating bytes
by Simon Glass
· 5 years ago
1953ce7
dtoc: Sort platdata output from dtoc
by Simon Glass
· 5 years ago
90a8132
dtoc: Adjust code for Python 3
by Simon Glass
· 5 years ago
3e4b51e
tools: dtoc: Open all binary files in binary mode
by Simon Glass
· 5 years ago
e9cde87
dtb_platdata.py: prevent define generation of alias
by Heiko Schocher
· 6 years ago
e4478d9
tests: dtoc: adapt tests to changed dtoc output
by Simon Goldschmidt
· 6 years ago
7d05d3a
dtoc: make generated platdata structs const
by Simon Goldschmidt
· 6 years ago
41b781d
dtoc: Fix the value of SetInt()
by Simon Glass
· 6 years ago
11ae93e
binman: Run tests concurrently
by Simon Glass
· 6 years ago
4b4bc06
buildman: dtoc: Suppress unwanted output from test
by Simon Glass
· 6 years ago
e0e6275
binman: Fix up removal of temporary directories
by Simon Glass
· 6 years ago
ed59e00
binman: Add a default path to libfdt.py
by Simon Glass
· 6 years ago
746aee3
dtoc: Add a way to create an Fdt object from a data block
by Simon Glass
· 6 years ago
6434961
dtoc: Add methods for adding and updating properties
by Simon Glass
· 6 years ago
e21c27a
dtoc: Support adding new nodes
by Simon Glass
· 6 years ago
af53f5a
dtoc: Fixed endianness in Prop.GetEmpty()
by Simon Glass
· 6 years ago
fa80c25
dtoc: Allow syncing of the device tree back to a file
by Simon Glass
· 6 years ago
50c5952
libfdt: Update to latest pylibfdt implementation
by Simon Glass
· 6 years ago
94a7c60
dtoc: Add a function to obtain a list of phandles
by Simon Glass
· 6 years ago
1d85888
dtoc: Export the _FindNode() function
by Simon Glass
· 6 years ago
3af8e49
binman: Add an entry filled with a repeating byte
by Simon Glass
· 6 years ago
53af22a
binman: Add support for passing arguments to entries
by Simon Glass
· 6 years ago
dc08ecc
dtoc: Add missing comments to fdt_util
by Simon Glass
· 6 years ago
116adec
dtoc: Add functions to add integer properties
by Simon Glass
· 6 years ago
fe57c78
dtoc: Avoid unwanted output during tests
by Simon Glass
· 6 years ago
8512ea2
dtoc: Increase code coverage to 100%
by Simon Glass
· 6 years ago
ba76521
dtoc: Add a test for code coverage
by Simon Glass
· 6 years ago
dfe5f5b
dtoc: Fix some minor errors
by Simon Glass
· 6 years ago
760b717
dtoc: Fix properties with a single zero-arg phandle
by Simon Glass
· 6 years ago
b9066ff
dtoc: Fix Fdt.GetNode() to handle a missing node
by Simon Glass
· 6 years ago
f9b88b3
dtoc: Keep track of property offsets
by Simon Glass
· 6 years ago
2a2d91d
dtoc: Update fdt tests to increase code coverage
by Simon Glass
· 6 years ago
9606624
dtoc: Drop use of a local dtb buffer
by Simon Glass
· 6 years ago
117f57b
dtoc: Make use of the new pylibfdt methods
by Simon Glass
· 6 years ago
57f0bc4
dtoc: Update tests to write failures to /tmp
by Simon Glass
· 6 years ago
2ba9875
dtoc: Add some tests for the fdt module
by Simon Glass
· 6 years ago
3def0cf
libfdt: Bring in proposed pylibfdt changes
by Simon Glass
· 6 years ago
83d290c
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
b08c8c4
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
by Masahiro Yamada
· 7 years ago
94b13bb
host-tools: use python2 explicitly for shebang
by Masahiro Yamada
· 7 years ago
3ed0de3
dtoc: Allow DTC environment variable to provide path to dtc
by Simon Glass
· 7 years ago
aab660f
dtoc: Fix up tests
by Simon Glass
· 7 years ago
d09682e
binman: Disable the no-unit_address_vs_reg warnings
by Simon Glass
· 7 years ago
d503114
dtoc: Add a header to the generated files
by Simon Glass
· 7 years ago
634eba4
dtoc: Support properties containing multiple phandle values
by Simon Glass
· 7 years ago
bc79617
dtoc: Put phandle args in an array
by Simon Glass
· 7 years ago
35d5037
dtoc: Put each phandle on a separate line
by Simon Glass
· 7 years ago
0d15463
dtoc: Rename the phandle struct
by Simon Glass
· 7 years ago
8fed2eb
dtoc: Rename is_phandle() and adjust it to return more detail
by Simon Glass
· 7 years ago
2925c26
dtoc: Make is_phandle() a member function
by Simon Glass
· 7 years ago
72ab7c5
dtoc: Use the Fdt's class's phandle map
by Simon Glass
· 7 years ago
09264e0
dtoc: Update the Fdt class to record phandles
by Simon Glass
· 7 years ago
5ec741f
dtoc: Handle 'reg' properties with unusual sizes
by Simon Glass
· 7 years ago
c20ee0e
dtoc: Add support for 32 or 64-bit addresses
by Simon Glass
· 7 years ago
21d54ac
dtoc: Avoid very long lines in output
by Simon Glass
· 7 years ago
fbdfd22
dtoc: Add a 64-bit type and a way to convert cells into 64 bits
by Simon Glass
· 7 years ago
979ab02
dtoc: Adjust Node to record its parent
by Simon Glass
· 7 years ago
f1a7ba1
Fix 'notes' typos
by Anatolij Gustschin
· 7 years ago
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
Next »