Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
20402064daf7a3c45d98ec411fd5dabe5dbcc3ee
/
tools
/
dtoc
/
test_fdt.py
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
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
8002552
patman: Convert camel case in tools.py
by Simon Glass
· Sat Jan 29 14:14:04 2022 -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
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
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
93f18a1
dtoc: Improve internal error for Refresh()
by Simon Glass
· Sun Mar 21 18:24:34 2021 +1300
4f4b240
dtoc: Move test files into a test/ directory
by Simon Glass
· Wed Feb 03 06:00:56 2021 -0700
a2af730
binman: Support alignment of files
by Simon Glass
· Wed Jan 06 21:35:18 2021 -0700
632b84c
patman: Drop tools.ToChar() and ToChars()
by Simon Glass
· Sun Nov 08 20:36:20 2020 -0700
c9a032c
fdt: Use an Enum for the data type
by Simon Glass
· Sun Nov 08 20:36:17 2020 -0700
8034e4d
dtoc: Fix widening of int to bytes
by Simon Glass
· Sat Oct 03 11:31:27 2020 -0600
f67c99c
dtoc: Allow adding variable-sized data to a dtb
by Simon Glass
· Thu Jul 09 18:39:44 2020 -0600
5a9ecb2
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
by Tom Rini
· Fri Jul 24 08:42:06 2020 -0400
f1cfee5
dtoc: Allow adding variable-sized data to a dtb
by Simon Glass
· Thu Jul 09 18:39:44 2020 -0600
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
b38aa01
patman: Drop references to __future__
by Simon Glass
· Fri Apr 17 18:08:54 2020 -0600
fc01782
test_fdt: Move to use Python 3
by Simon Glass
· Thu Oct 31 07:42:54 2019 -0600
74f5feb
binman: Update state when replacing device-tree entries
by Simon Glass
· Sat Jul 20 12:24:08 2019 -0600
b8d2daa
binman: Tidy up _SetupDtb() to use its own temporary file
by Simon Glass
· Sat Jul 20 12:23:49 2019 -0600
3b9a829
dtoc: Update Fdt.GetNode() to handle the root node
by Simon Glass
· Sat Jul 20 12:23:39 2019 -0600
a683a5f
binman: Show a helpful error when a DT property is missing
by Simon Glass
· Sat Jul 20 12:23:37 2019 -0600
c69b450
dtoc: Update fdt_util for Python 3
by Simon Glass
· Fri May 17 22:00:42 2019 -0600
5872f0c
dtoc: Add a unit test for BytesToValue()
by Simon Glass
· Fri May 17 22:00:41 2019 -0600
b0a34a4
dtoc: Test full 64-bit properties with FdtCellsToCpu()
by Simon Glass
· Fri May 17 22:00:40 2019 -0600
80d54ee
dtoc: Use binary mode for reading files
by Simon Glass
· Fri May 17 22:00:39 2019 -0600
1cd4008
dtoc: Use byte type instead of str in fdt
by Simon Glass
· Fri May 17 22:00:36 2019 -0600
6bbfafb
dtoc: Use GetBytes() to obtain repeating bytes
by Simon Glass
· Fri May 17 22:00:33 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
752e755
binman: Fix up removal of temporary directories
by Simon Glass
· Mon Oct 01 21:12:41 2018 -0600
b8a4929
dtoc: Add a way to create an Fdt object from a data block
by Simon Glass
· Fri Sep 14 04:57:17 2018 -0600
ccd2526
dtoc: Add methods for adding and updating properties
by Simon Glass
· Fri Sep 14 04:57:16 2018 -0600
f3a1796
dtoc: Support adding new nodes
by Simon Glass
· Fri Sep 14 04:57:15 2018 -0600
eddd729
dtoc: Allow syncing of the device tree back to a file
by Simon Glass
· Fri Sep 14 04:57:13 2018 -0600
b474c76
libfdt: Update to latest pylibfdt implementation
by Simon Glass
· Thu Jul 26 14:02:13 2018 -0600
e2d6528
dtoc: Add a function to obtain a list of phandles
by Simon Glass
· Tue Jul 17 13:25:46 2018 -0600
aa1a5d7
dtoc: Export the _FindNode() function
by Simon Glass
· Tue Jul 17 13:25:41 2018 -0600
53f5399
binman: Add an entry filled with a repeating byte
by Simon Glass
· Tue Jul 17 13:25:40 2018 -0600
91710b3
binman: Add support for passing arguments to entries
by Simon Glass
· Tue Jul 17 13:25:32 2018 -0600
e80c556
dtoc: Add functions to add integer properties
by Simon Glass
· Fri Jul 06 10:27:38 2018 -0600
609e2b1
dtoc: Fix properties with a single zero-arg phandle
by Simon Glass
· Fri Jul 06 10:27:31 2018 -0600
c5eddc8
dtoc: Fix Fdt.GetNode() to handle a missing node
by Simon Glass
· Fri Jul 06 10:27:30 2018 -0600
4df8a0c
dtoc: Keep track of property offsets
by Simon Glass
· Fri Jul 06 10:27:29 2018 -0600
9c52633
dtoc: Update fdt tests to increase code coverage
by Simon Glass
· Fri Jul 06 10:27:28 2018 -0600
792d239
dtoc: Drop use of a local dtb buffer
by Simon Glass
· Fri Jul 06 10:27:27 2018 -0600
0ed5075
dtoc: Add some tests for the fdt module
by Simon Glass
· Fri Jul 06 10:27:24 2018 -0600