Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
d13e0fc60aee93f8e8b4b5b2e571194d86815568
/
tools
/
dtoc
/
dtb_platdata.py
9dbf90e
dm: doc: Move to new driver model schema
by Simon Glass
· Mon Feb 13 08:56:37 2023 -0700
0d92539
dtoc: Fix up a code comment that confuses pylint
by Simon Glass
· Sun Nov 21 20:48:37 2021 -0700
e7995f7
irq: Tidy up of-platdata irq support
by Simon Glass
· Sat Aug 07 07:24:11 2021 -0600
9ebd551
dtoc: Check that a parent is not missing
by Simon Glass
· Sun Jun 27 17:51:10 2021 -0600
705b84b
dtoc: Correct dtoc output when testing
by Simon Glass
· Tue Apr 27 08:19:48 2021 +1200
4415dc1
dtoc: Improve handling of reg properties
by Simon Glass
· Fri Mar 26 16:17:27 2021 +1300
94ba59e
dtoc: Adjust detection of 64-bit properties
by Simon Glass
· Fri Mar 26 16:17:26 2021 +1300
695077d
dtoc: Show driver warnings once at the end
by Simon Glass
· Fri Mar 26 16:17:25 2021 +1300
db2b9ca
dtoc: Only generate the required files
by Simon Glass
· Thu Mar 25 06:40:51 2021 +1300
ed5e6ae
dtoc: Drop use of DECL() macros
by Simon Glass
· Mon Mar 15 17:25:11 2021 +1300
fea2f25
dtoc: Generate device instances
by Simon Glass
· Wed Feb 03 06:01:21 2021 -0700
c7b4b83
dtoc: Generate uclass devices
by Simon Glass
· Wed Feb 03 06:01:20 2021 -0700
e211908
dtoc: Generate a summary in the dt-plat.c file
by Simon Glass
· Wed Feb 03 06:01:19 2021 -0700
4e430a2
dtoc: Tidy up the list of supported phandle properties
by Simon Glass
· Wed Feb 03 06:01:18 2021 -0700
be74900
dtoc: Don't generate platform data with instantiation
by Simon Glass
· Wed Feb 03 06:01:15 2021 -0700
3fa3bbb
dtoc: Add support for decl file
by Simon Glass
· Wed Feb 03 06:01:14 2021 -0700
3809ad9
dtoc: Add an option for device instantiation
by Simon Glass
· Wed Feb 03 06:01:12 2021 -0700
c14fd0c
dtoc: Support processing the root node
by Simon Glass
· Wed Feb 03 06:01:11 2021 -0700
80d782c4
dtoc: Set up the uclasses that are used
by Simon Glass
· Wed Feb 03 06:01:10 2021 -0700
df56e0b
dtoc: Assign a sequence number to each node
by Simon Glass
· Wed Feb 03 06:01:09 2021 -0700
be88d2f
dtoc: Read aliases for uclasses
by Simon Glass
· Wed Feb 03 06:01:07 2021 -0700
f303ee7
dtoc: Support tracking the phase of U-Boot
by Simon Glass
· Wed Feb 03 06:01:02 2021 -0700
eb3c249
dtoc: Track nodes which are actually used
by Simon Glass
· Wed Feb 03 06:01:01 2021 -0700
047a480
dtoc: Process nodes to set up required properties
by Simon Glass
· Wed Feb 03 06:01:00 2021 -0700
62a9537
dtoc: Make use of node properties
by Simon Glass
· Wed Feb 03 06:00:59 2021 -0700
4447978
dtoc: Add some extra properties to nodes
by Simon Glass
· Wed Feb 03 06:00:58 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
9065bc9
dtoc: Split source-code scanning to a separate file
by Simon Glass
· Mon Dec 28 20:35:06 2020 -0700
2500de2
dtoc: Drop dm_populate_phandle_data()
by Simon Glass
· Mon Dec 28 20:35:05 2020 -0700
16382ce
dtoc: Output nodes in order
by Simon Glass
· Mon Dec 28 20:35:04 2020 -0700
4f2059b
dtoc: Allow specifying the base directory for tests
by Simon Glass
· Mon Dec 28 20:35:03 2020 -0700
5552678
dtoc: Add the method for each command to OutputFile
by Simon Glass
· Mon Dec 28 20:35:02 2020 -0700
beddd7a
dtoc: Rename dt-platdata.c to dt-plat.c
by Simon Glass
· Mon Dec 28 20:35:01 2020 -0700
6b20884
dtoc: Add a header comment to each generated file
by Simon Glass
· Mon Dec 28 20:35:00 2020 -0700
df65db8
dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS
by Simon Glass
· Mon Dec 28 20:34:57 2020 -0700
e10c0ff
dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()
by Simon Glass
· Mon Dec 28 20:34:55 2020 -0700
1d8364a
dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()
by Simon Glass
· Mon Dec 28 20:34:54 2020 -0700
4e8e846
dtoc: Add an 'all' command
by Simon Glass
· Mon Dec 28 20:34:52 2020 -0700
c3a310a8
dtoc: Allow outputing to multiple files
by Simon Glass
· Mon Dec 28 20:34:51 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
b42ed51
dtoc: Convert _drivers to a dict
by Simon Glass
· Wed Dec 23 08:11:23 2020 -0700
9829eea
dtoc: Output the struct values in a separate function
by Simon Glass
· Wed Dec 23 08:11:22 2020 -0700
9fdd0c3
dtoc: Output the device in a separate function
by Simon Glass
· Wed Dec 23 08:11:21 2020 -0700
9d98b6e
dtoc: Make _output_list a top-level function
by Simon Glass
· Wed Dec 23 08:11:20 2020 -0700
2751123
dtoc: Fix a few pylint warnings in dtb_platdata
by Simon Glass
· Wed Dec 23 08:11:19 2020 -0700
39edb95
dm: Rename 'platdata_size' to 'plat_size'
by Simon Glass
· Thu Dec 03 16:55:19 2020 -0700
71fa5b4
dm: treewide: Rename 'platdata' variables to just 'plat'
by Simon Glass
· Thu Dec 03 16:55:18 2020 -0700
93daa01
dtoc: Tidy up more Python style in dtb_platdata
by Simon Glass
· Thu Dec 03 16:55:16 2020 -0700
94ee3bd
dtoc: Tidy up Python style in dtb_platdata
by Simon Glass
· Sun Nov 08 20:36:21 2020 -0700
c27ee7c
patman: Drop tools.ToByte()
by Simon Glass
· Sun Nov 08 20:36:19 2020 -0700
9dfb311
patman: Drop unicode helper functions
by Simon Glass
· Sun Nov 08 20:36:18 2020 -0700
c9a032c
fdt: Use an Enum for the data type
by Simon Glass
· Sun Nov 08 20:36:17 2020 -0700
4c73d7b
dm: Don't allow U_BOOT_DEVICE() when of-platdata is used
by Simon Glass
· Sat Oct 03 11:31:41 2020 -0600
5792f4b
dm: Use driver_info index instead of pointer
by Simon Glass
· Sat Oct 03 11:31:40 2020 -0600
36b15e2
dm: Support parent devices with of-platdata
by Simon Glass
· Sat Oct 03 11:31:35 2020 -0600
192f813
dtoc: Order the structures internally by name
by Simon Glass
· Sat Oct 03 11:31:25 2020 -0600
941f8f0
dtoc: Document the return value of scan_structs()
by Simon Glass
· Sat Oct 03 11:31:24 2020 -0600
c162211
dtoc: Use a namedtuple for _links
by Simon Glass
· Sat Oct 03 09:25:19 2020 -0600
bc9e268
dtoc: Extract inner loop from output_node()
by Simon Glass
· Sat Oct 03 09:25:18 2020 -0600
e064fc1
dtoc: remove compatible string aliases support
by Walter Lozano
· Thu Jul 23 00:22:05 2020 -0300
5fe734c
dtoc: look for compatible string aliases in driver list
by Walter Lozano
· Thu Jul 23 00:22:03 2020 -0300
d82062b
dtoc: add coverage test for unicode error
by Walter Lozano
· Tue Jul 28 19:06:23 2020 -0300
7f5e226
dtoc: Support ACPI paths in of-platdata
by Simon Glass
· Tue Jul 07 21:32:06 2020 -0600
179f0b6
dtoc: update dtb_platdata to support cd-gpios
by Walter Lozano
· Thu Jun 25 01:10:16 2020 -0300
dc5b437
dtoc: extend dtoc to use struct driver_info when linking nodes
by Walter Lozano
· Thu Jun 25 01:10:13 2020 -0300
a324e41
dtoc: add option to disable warnings
by Walter Lozano
· Thu Jun 25 01:10:08 2020 -0300
e675d96
dtoc: add support to scan drivers
by Walter Lozano
· Fri Jul 03 08:07:17 2020 -0300
8b239f4
dtoc: add missing code comments
by Walter Lozano
· Thu Jun 25 01:10:05 2020 -0300
a997ea5
patman: Move to absolute imports
by Simon Glass
· Fri Apr 17 18:09:04 2020 -0600
c79f03c
doc: fix references to driver-model
by Heinrich Schuchardt
· Tue Feb 25 21:35:39 2020 +0100
534eda9
dtoc: Update dtb_platdata to support Python 3
by Simon Glass
· Fri May 17 22:00:43 2019 -0600
c82de56
dtoc: Sort platdata output from dtoc
by Simon Glass
· Fri May 17 22:00:32 2019 -0600
61b88e5
dtoc: Adjust code for Python 3
by Simon Glass
· Fri May 17 22:00:31 2019 -0600
701c401
dtb_platdata.py: prevent define generation of alias
by Heiko Schocher
· Tue Apr 16 13:31:58 2019 +0200
6d99b85
dtoc: make generated platdata structs const
by Simon Goldschmidt
· Mon Jan 07 20:29:26 2019 +0100
c38fee04
dtoc: Fix some minor errors
by Simon Glass
· Fri Jul 06 10:27:32 2018 -0600
609e2b1
dtoc: Fix properties with a single zero-arg phandle
by Simon Glass
· Fri Jul 06 10:27:31 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
75f82d0
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
by Masahiro Yamada
· Mon Mar 05 01:20:11 2018 +0900
68d32c7
dtoc: Add a header to the generated files
by Simon Glass
· Tue Aug 29 14:16:01 2017 -0600
3deeb47
dtoc: Support properties containing multiple phandle values
by Simon Glass
· Tue Aug 29 14:15:59 2017 -0600
fdec580
dtoc: Put phandle args in an array
by Simon Glass
· Tue Aug 29 14:15:58 2017 -0600
d0cd075
dtoc: Put each phandle on a separate line
by Simon Glass
· Tue Aug 29 14:15:57 2017 -0600
e94414b
dtoc: Rename the phandle struct
by Simon Glass
· Tue Aug 29 14:15:56 2017 -0600
ec3b5e4
dtoc: Rename is_phandle() and adjust it to return more detail
by Simon Glass
· Tue Aug 29 14:15:55 2017 -0600
ce5621d
dtoc: Make is_phandle() a member function
by Simon Glass
· Tue Aug 29 14:15:54 2017 -0600
17ffd62
dtoc: Use the Fdt's class's phandle map
by Simon Glass
· Tue Aug 29 14:15:53 2017 -0600
1b1fe41
dtoc: Add support for 32 or 64-bit addresses
by Simon Glass
· Tue Aug 29 14:15:50 2017 -0600
131e0b0
dtoc: Avoid very long lines in output
by Simon Glass
· Tue Aug 29 14:15:49 2017 -0600
fc3ae9c
dtoc: Add a 64-bit type and a way to convert cells into 64 bits
by Simon Glass
· Tue Aug 29 14:15:48 2017 -0600
da707d4
Fix 'notes' typos
by Anatolij Gustschin
· Fri Aug 18 17:58:51 2017 +0200
2e0bf3f
dtoc: Add a comment about string replace in conv_name_to_c()
by Simon Glass
· Sun Jun 18 22:09:04 2017 -0600
3fa797a
dtoc: Move the main logic into the dtb_platdata file
by Simon Glass
· Sun Jun 18 22:09:03 2017 -0600
7a2add1
dtoc: Move static functions out of the class
by Simon Glass
· Sun Jun 18 22:09:02 2017 -0600
eab3f62
dtoc: Pass include_disabled explicitly
by Simon Glass
· Sun Jun 18 22:09:01 2017 -0600
761773f
dtoc: Don't handle properties with / in them
by Simon Glass
· Sun Jun 18 22:09:00 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