Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
a39b51afc3ad778911a57d59404e4edbbae61d76
/
tools
/
dtoc
/
main.py
ff536de
dtoc: Move the main code into a function
by Simon Glass
· Thu Feb 23 18:18:15 2023 -0700
48265ed
dtoc: Hide the test options unless test code is available
by Simon Glass
· Thu Feb 23 18:18:14 2023 -0700
131444f
patman: Move library functions into a library directory
by Simon Glass
· Thu Feb 23 18:18:04 2023 -0700
ca1c588
patman: test_util: Use unittest text runner to print test results
by Alper Nebi Yasak
· Sat Apr 02 20:06:06 2022 +0300
1b53d90
patman: Convert camel case in test_util.py
by Simon Glass
· Sat Jan 29 14:14:14 2022 -0700
c27d22d
patman: Update test_util to run doc tests
by Simon Glass
· Sat Jan 22 05:07:28 2022 -0700
87827df
dtoc: Convert to use ArgumentParser
by Simon Glass
· Sun Jul 04 12:19:44 2021 -0600
3809ad9
dtoc: Add an option for device instantiation
by Simon Glass
· Wed Feb 03 06:01:12 2021 -0700
f303ee7
dtoc: Support tracking the phase of U-Boot
by Simon Glass
· Wed Feb 03 06:01:02 2021 -0700
768ff0a
dtoc: Save scan information across test runs
by Simon Glass
· Wed Feb 03 06:00:51 2021 -0700
df692c3
dtoc: Move src_scan tests to a separate file
by Simon Glass
· Mon Dec 28 20:35:07 2020 -0700
5fa24b0
dtoc: Run tests using test_util
by Simon Glass
· Mon Dec 28 20:34:59 2020 -0700
4e8e846
dtoc: Add an 'all' command
by Simon Glass
· Mon Dec 28 20:34:52 2020 -0700
6a65d8a
dtoc: Allow providing a directory to write files to
by Simon Glass
· Mon Dec 28 20:34:50 2020 -0700
6ca0c7a
dtoc: Use None to mean stdout
by Simon Glass
· Mon Dec 28 20:34:48 2020 -0700
4214316
patman: Tidy up sys.path changes
by Simon Glass
· Fri Apr 17 18:09:05 2020 -0600
a997ea5
patman: Move to absolute imports
by Simon Glass
· Fri Apr 17 18:09:04 2020 -0600
8fde981
dtoc: Rename the main module
by Simon Glass
· Fri Apr 17 18:08:57 2020 -0600
[Renamed (98%) from tools/dtoc/dtoc.py]
b38aa01
patman: Drop references to __future__
by Simon Glass
· Fri Apr 17 18:08:54 2020 -0600
c79f03c
doc: fix references to driver-model
by Heinrich Schuchardt
· Tue Feb 25 21:35:39 2020 +0100
bfb0bb2
test_dtoc: Move to use Python 3
by Simon Glass
· Thu Oct 31 07:42:55 2019 -0600
4b1113c
dtoc: Return a non-zero exit code when tests fail
by Simon Glass
· Sat Jul 20 12:23:23 2019 -0600
61b88e5
dtoc: Adjust code for Python 3
by Simon Glass
· Fri May 17 22:00:31 2019 -0600
7057d02
binman: Run tests concurrently
by Simon Glass
· Mon Oct 01 21:12:47 2018 -0600
5656ca2
binman: Add a default path to libfdt.py
by Simon Glass
· Mon Oct 01 21:12:40 2018 -0600
0372540
dtoc: Add a test for code coverage
by Simon Glass
· Fri Jul 06 10:27:33 2018 -0600
c38fee04
dtoc: Fix some minor errors
by Simon Glass
· Fri Jul 06 10:27:32 2018 -0600
70cd0d7
libfdt: Bring in proposed pylibfdt changes
by Simon Glass
· Fri Jul 06 10:27:20 2018 -0600
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· Sun May 06 17:58:06 2018 -0400
c05e791
host-tools: use python2 explicitly for shebang
by Masahiro Yamada
· Sun Jan 21 18:34:57 2018 +0900
9d2eb92
dtoc: Add tests
by Simon Glass
· Sun Jun 18 22:09:06 2017 -0600
3fa797a
dtoc: Move the main logic into the dtb_platdata file
by Simon Glass
· Sun Jun 18 22:09:03 2017 -0600
eab3f62
dtoc: Pass include_disabled explicitly
by Simon Glass
· Sun Jun 18 22:09:01 2017 -0600
1f730c8
dtoc: Fix pylint warnings
by Simon Glass
· Sun Jun 18 22:08:59 2017 -0600
d570dec
dtoc: Split out the main class into its own file
by Simon Glass
· Sun Jun 18 22:08:58 2017 -0600
b7edba1
dtoc: Add a comment at the top
by Simon Glass
· Sun Jun 18 22:08:57 2017 -0600
7427bf2
dtoc: Use self._options instead of the global options
by Simon Glass
· Sun Jun 18 22:08:56 2017 -0600
934be0b
dtoc: Support multiple compatible strings in a node
by Simon Glass
· Tue Jun 13 21:10:06 2017 -0600
a944093
fdt: Drop fdt_select.py
by Simon Glass
· Sat May 27 07:38:30 2017 -0600
33ff679
dtoc: Handle nodes with phandles that depend on the same
by Simon Glass
· Sat Apr 22 18:42:22 2017 -0600
67d2332
dtoc: Move the output code into its own function
by Simon Glass
· Sat Apr 22 18:42:21 2017 -0600
f31ca1e
dtoc: make ScanTree recurse into subnodes
by Philipp Tomsich
· Wed Feb 22 19:06:04 2017 +0100
9a2cdca
dm: allow limiting pre-reloc markings to spl or tpl
by Heiko Stübner
· Sat Feb 18 19:46:21 2017 +0100
b17ab15
dtoc: Replace dot with underscore to avoid compiler errors
by Simon Glass
· Sun Jan 15 21:09:08 2017 -0700
493dd31
dtoc: Make integer division python 3.x safe
by Paul Burton
· Tue Sep 27 16:03:58 2016 +0100
0a95448
dtoc: Use items() to iterate over dictionaries in python 3.x
by Paul Burton
· Tue Sep 27 16:03:56 2016 +0100
b1a5e26
dtoc: Move BytesToValue() and GetEmpty() into PropBase
by Simon Glass
· Mon Jul 25 18:59:05 2016 -0600
b71ef89
dtoc: Move the fdt library selection into fdt_select
by Simon Glass
· Mon Jul 25 18:59:02 2016 -0600
8a30514
dtoc: Move the struct import into the correct order
by Simon Glass
· Mon Jul 25 18:59:01 2016 -0600
afbf9b8
dm: core: Expand platdata for of-platdata devices
by Simon Glass
· Mon Jul 04 11:58:18 2016 -0600
6522a55
dtoc: Ignore the u-boot, dm-pre-reloc property
by Simon Glass
· Mon Jul 04 11:58:16 2016 -0600
bfad22e
dm: Add a tool to generate C code from a device tree
by Simon Glass
· Mon Jul 04 11:58:09 2016 -0600