Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
0f28e18f1e206de5d92c878da06e13f280946f9a
/
tools
/
dtoc
fc5569f
binman: Add a temporary hack for duplicate phandles
by Simon Glass
· Wed Aug 02 09:23:13 2023 -0600
48ec1ff
fdt: Allow copying phandles into templates
by Simon Glass
· Sat Jul 22 21:43:55 2023 -0600
638567d
dtoc: Add some debugging when copying nodes
by Simon Glass
· Sat Jul 22 21:43:54 2023 -0600
02e505e
dtoc: Make properties dirty when purging them
by Simon Glass
· Sat Jul 22 21:43:53 2023 -0600
cd97119
dtoc: Allow inserting a list of nodes into another
by Simon Glass
· Tue Jul 18 07:24:03 2023 -0600
adf8e05
dtoc: Support copying the contents of a node into another
by Simon Glass
· Tue Jul 18 07:24:02 2023 -0600
e72dcd4
tools: fix TestFdtUtil()
by Heinrich Schuchardt
· Thu Apr 20 20:03:43 2023 +0200
d053fa7
dtoc: Add support for building a dtoc PyPi package
by Simon Glass
· Thu Feb 23 18:18:17 2023 -0700
bd310df
dtoc: Use pathlib to find the test directory
by Simon Glass
· Thu Feb 23 18:18:16 2023 -0700
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
9dbf90e
dm: doc: Move to new driver model schema
by Simon Glass
· Mon Feb 13 08:56:37 2023 -0700
fc1aa35
dm: treewide: Complete migration to new driver model schema
by Simon Glass
· Mon Feb 13 08:56:34 2023 -0700
e8cea0e
dtoc: Add a way to read a phandle with params
by Simon Glass
· Wed Jan 11 16:10:18 2023 -0700
1158914
dtoc: Drop sys.exit() in test_fdt
by Simon Glass
· Sat Aug 06 17:51:58 2022 -0600
04afdfe
dtoc: Correct remaining pylint problems in test_fdt
by Simon Glass
· Sat Jul 30 20:57:10 2022 -0600
882f632
test_fdt: Convert to use argparse
by Simon Glass
· Sat Jul 30 20:57:09 2022 -0600
9954cda
dtoc: Move main program into its own function
by Simon Glass
· Sat Jul 30 20:57:08 2022 -0600
b6ec10c
dtoc: Fix fdt test coverage
by Simon Glass
· Sat Jul 30 20:57:07 2022 -0600
8726f66
dtoc: Tidy up fdt_tests RunTests()
by Simon Glass
· Sat Jul 30 20:57:06 2022 -0600
9852bef
dtoc: Tidy up fdt_tests RunTestCoverage() args
by Simon Glass
· Sat Jul 30 20:57:05 2022 -0600
d1f12cf
dm: core: Support accessing core tags
by Simon Glass
· Sun May 08 04:39:24 2022 -0600
e330447
dm: core: Switch the testbus driver to use a new struct
by Simon Glass
· Sun May 08 04:39:23 2022 -0600
ca1c588
patman: test_util: Use unittest text runner to print test results
by Alper Nebi Yasak
· Sat Apr 02 20:06:06 2022 +0300
77164ee
dtoc: Update fdt tests to use test_util
by Simon Glass
· Fri Mar 18 18:01:50 2022 -0600
eb6e70b
dtoc: Update test_src_scan.py for new tegra compatibles
by Tom Rini
· Tue Jun 14 13:59:23 2022 -0400
120fa00
dtoc: Tidy up implementation of AddStringList()
by Simon Glass
· Sat Mar 05 20:18:56 2022 -0700
c6b3cdc
dtoc: Make GetArgs() more flexible
by Simon Glass
· Sat Mar 05 20:18:52 2022 -0700
2b16007
dtoc: Correct pylint errors
by Simon Glass
· Fri Feb 11 13:23:20 2022 -0700
738a54d
dtoc: Support reading a list of arguments
by Simon Glass
· Tue Feb 08 11:49:53 2022 -0700
0023861
dtoc: Allow deleting nodes and adding them in the same sync
by Simon Glass
· Tue Feb 08 11:49:52 2022 -0700
b9b5cb3
dtoc: Support deleting a node
by Simon Glass
· Tue Feb 08 11:49:51 2022 -0700
452be42
dtoc: Support adding a string list to a device tree
by Simon Glass
· Tue Feb 08 11:49:50 2022 -0700
1b53d90
patman: Convert camel case in test_util.py
by Simon Glass
· Sat Jan 29 14:14:14 2022 -0700
840be73
patman: Convert camel case in command.py
by Simon Glass
· Sat Jan 29 14:14:05 2022 -0700
8002552
patman: Convert camel case in tools.py
by Simon Glass
· Sat Jan 29 14:14:04 2022 -0700
c27d22d
patman: Update test_util to run doc tests
by Simon Glass
· Sat Jan 22 05:07:28 2022 -0700
964192e
tools: Add init files for Python tools
by Simon Glass
· Sun Nov 21 20:48:39 2021 -0700
0d92539
dtoc: Fix up a code comment that confuses pylint
by Simon Glass
· Sun Nov 21 20:48:37 2021 -0700
b2e8861
dtoc: Add support for reading string-list properties
by Simon Glass
· Tue Nov 23 21:09:51 2021 -0700
0e055bf
dtoc: Add support for reading fixed-length bytes properties
by Simon Glass
· Tue Nov 23 11:03:40 2021 -0700
3b55e3f
dtoc: Add support for reading 64-bit ints
by Simon Glass
· Tue Nov 23 11:03:39 2021 -0700
7e10f8a
dtoc: Bring in the libfdt module automatically
by Simon Glass
· Tue Nov 23 11:03:38 2021 -0700
e7995f7
irq: Tidy up of-platdata irq support
by Simon Glass
· Sat Aug 07 07:24:11 2021 -0600
f42f26e
dtoc: Correct the intarray-widening test case
by Simon Glass
· Mon Aug 02 07:37:54 2021 -0600
4311832
dtoc: Support widening a bool value
by Simon Glass
· Wed Jul 28 19:23:11 2021 -0600
a7d6698
dtoc: Fix widening an int array to an int
by Simon Glass
· Wed Jul 28 19:23:10 2021 -0600
fd4078e
dtoc: Rename is_wider_than() to reduce confusion
by Simon Glass
· Wed Jul 28 19:23:09 2021 -0600
57c325a
dtoc: Detect drivers which do not parse correctly
by Simon Glass
· Sun Jul 04 12:19:49 2021 -0600
240f0b1
dtoc: Detect unexpected suffix on .of_match
by Simon Glass
· Sun Jul 04 12:19:48 2021 -0600
9dc87d3
dtoc: Add a stdout check in test_normalized_name()
by Simon Glass
· Sun Jul 04 12:19:47 2021 -0600
2063806
dtoc: Correct the re_compat regular expression
by Simon Glass
· Sun Jul 04 12:19:46 2021 -0600
674b6e1
dtoc: Allow multiple warnings for a driver
by Simon Glass
· Sun Jul 04 12:19:45 2021 -0600
87827df
dtoc: Convert to use ArgumentParser
by Simon Glass
· Sun Jul 04 12:19:44 2021 -0600
a6a776c
dtoc: Avoid using subscripts on match objects
by Simon Glass
· Sun Jul 04 12:19:43 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
d8bee46
dtoc: Add new check that offsets are correct
by Simon Glass
· Sun Mar 21 18:24:39 2021 +1300
3be798a
dtoc: Support adding subnodes alongside existing ones
by Simon Glass
· Sun Mar 21 18:24:38 2021 +1300
244548f
dtoc: Add a subnode test for multiple nodes
by Simon Glass
· Sun Mar 21 18:24:37 2021 +1300
b2e8ac4
dtoc: Tweak ordering of fdt-offsets refreshing
by Simon Glass
· Sun Mar 21 18:24:36 2021 +1300
459df47
dtoc: Tidy up property-offset handling
by Simon Glass
· Sun Mar 21 18:24:35 2021 +1300
93f18a1
dtoc: Improve internal error for Refresh()
by Simon Glass
· Sun Mar 21 18:24:34 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
072b9c5
dtoc: Detect drivers only at the start of start of line
by Simon Glass
· Wed Feb 03 06:01:08 2021 -0700
be88d2f
dtoc: Read aliases for uclasses
by Simon Glass
· Wed Feb 03 06:01:07 2021 -0700
9b2eac0
dtoc: Warn of duplicate drivers
by Simon Glass
· Wed Feb 03 06:01:06 2021 -0700
2f4455f
dtoc: Process driver aliases along with drivers
by Simon Glass
· Wed Feb 03 06:01:05 2021 -0700
a7b1c77
dtoc: Support headers needed for drivers
by Simon Glass
· Wed Feb 03 06:01:04 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
32a8d22
dtoc: Rename sandbox_i2c_test and sandbox_pmic_test
by Simon Glass
· Wed Feb 03 06:00:57 2021 -0700
4f4b240
dtoc: Move test files into a test/ directory
by Simon Glass
· Wed Feb 03 06:00:56 2021 -0700
88bd538
dtoc: Support scanning of structs in header files
by Simon Glass
· Wed Feb 03 06:00:55 2021 -0700
2e199ab
dtoc: Support scanning of uclasses
by Simon Glass
· Wed Feb 03 06:00:54 2021 -0700
0f3b141
dtoc: Collect priv/plat struct info from drivers
by Simon Glass
· Wed Feb 03 06:00:53 2021 -0700
dc37c81
dtoc: Ignore unwanted files when scanning for drivers
by Simon Glass
· Wed Feb 03 06:00:52 2021 -0700
768ff0a
dtoc: Save scan information across test runs
by Simon Glass
· Wed Feb 03 06:00:51 2021 -0700
78933b7
dtoc: Scan drivers for available information
by Simon Glass
· Wed Feb 03 06:00:50 2021 -0700
a2af730
binman: Support alignment of files
by Simon Glass
· Wed Jan 06 21:35:18 2021 -0700
d35a852
dtoc: binman: Drop Python 2 code
by Simon Glass
· Wed Jan 06 21:35:10 2021 -0700
b430e9e
dtoc: Tidy up src_scan tests
by Simon Glass
· Mon Dec 28 20:35:08 2020 -0700
Next »