index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
master
pinetabv-devel
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
dtoc
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-05
dtoc: Convert fdt.py to Python 3
Simon Glass
1
-13
/
+4
2019-11-05
test_dtoc: Move to use Python 3
Simon Glass
2
-1
/
+2
2019-11-05
test_fdt: Move to use Python 3
Simon Glass
1
-1
/
+1
2019-07-29
binman: Update state when replacing device-tree entries
Simon Glass
2
-0
/
+13
2019-07-29
binman: Tidy up _SetupDtb() to use its own temporary file
Simon Glass
2
-4
/
+25
2019-07-29
dtoc: Update Fdt.GetNode() to handle the root node
Simon Glass
2
-0
/
+7
2019-07-29
dtoc: Update Fdt.FromData() to allow a name
Simon Glass
1
-1
/
+7
2019-07-29
binman: Show a helpful error when a DT property is missing
Simon Glass
2
-3
/
+41
2019-07-29
dtoc: Return a non-zero exit code when tests fail
Simon Glass
1
-1
/
+6
2019-07-11
dtoc: Update dtb_platdata to support Python 3
Simon Glass
1
-1
/
+2
2019-07-11
dtoc: Update fdt_util for Python 3
Simon Glass
2
-16
/
+2
2019-07-11
dtoc: Add a unit test for BytesToValue()
Simon Glass
1
-1
/
+5
2019-07-11
dtoc: Test full 64-bit properties with FdtCellsToCpu()
Simon Glass
1
-2
/
+9
2019-07-11
dtoc: Use binary mode for reading files
Simon Glass
1
-3
/
+3
2019-07-11
dtoc: Convert the Fdt.Node class to Python 3
Simon Glass
1
-2
/
+5
2019-07-11
dtoc: Convert the Fdt.Prop class to Python 3
Simon Glass
1
-4
/
+4
2019-07-11
dtoc: Use byte type instead of str in fdt
Simon Glass
2
-14
/
+18
2019-07-11
dtoc: Updates BytesToValue() for Python 3
Simon Glass
1
-16
/
+25
2019-07-11
dtoc: Move BytesToValue() out of the Prop class
Simon Glass
1
-51
/
+53
2019-07-11
dtoc: Use GetBytes() to obtain repeating bytes
Simon Glass
2
-3
/
+5
2019-07-11
dtoc: Sort platdata output from dtoc
Simon Glass
2
-7
/
+8
2019-07-11
dtoc: Adjust code for Python 3
Simon Glass
4
-9
/
+15
2019-07-11
tools: dtoc: Open all binary files in binary mode
Simon Glass
1
-1
/
+1
2019-04-27
dtb_platdata.py: prevent define generation of alias
Heiko Schocher
1
-2
/
+3
2019-01-26
tests: dtoc: adapt tests to changed dtoc output
Simon Goldschmidt
1
-27
/
+27
2019-01-15
dtoc: make generated platdata structs const
Simon Goldschmidt
1
-1
/
+1
2018-10-09
dtoc: Fix the value of SetInt()
Simon Glass
1
-1
/
+1
2018-10-08
binman: Run tests concurrently
Simon Glass
2
-0
/
+4
2018-10-08
buildman: dtoc: Suppress unwanted output from test
Simon Glass
1
-2
/
+4
2018-10-08
binman: Fix up removal of temporary directories
Simon Glass
1
-3
/
+7
2018-10-08
binman: Add a default path to libfdt.py
Simon Glass
1
-0
/
+5
2018-09-28
dtoc: Add a way to create an Fdt object from a data block
Simon Glass
2
-0
/
+22
2018-09-28
dtoc: Add methods for adding and updating properties
Simon Glass
2
-0
/
+113
2018-09-28
dtoc: Support adding new nodes
Simon Glass
2
-0
/
+28
2018-09-28
dtoc: Fixed endianness in Prop.GetEmpty()
Simon Glass
1
-1
/
+1
2018-09-28
dtoc: Allow syncing of the device tree back to a file
Simon Glass
2
-10
/
+89
2018-08-08
libfdt: Update to latest pylibfdt implementation
Simon Glass
2
-2
/
+2
2018-08-02
dtoc: Add a function to obtain a list of phandles
Simon Glass
3
-0
/
+57
2018-08-02
dtoc: Export the _FindNode() function
Simon Glass
2
-6
/
+6
2018-08-02
binman: Add an entry filled with a repeating byte
Simon Glass
2
-1
/
+37
2018-08-02
binman: Add support for passing arguments to entries
Simon Glass
2
-0
/
+29
2018-08-02
dtoc: Add missing comments to fdt_util
Simon Glass
1
-0
/
+34
2018-07-09
dtoc: Add functions to add integer properties
Simon Glass
2
-0
/
+47
2018-07-09
dtoc: Avoid unwanted output during tests
Simon Glass
2
-6
/
+11
2018-07-09
dtoc: Increase code coverage to 100%
Simon Glass
10
-2
/
+285
2018-07-09
dtoc: Add a test for code coverage
Simon Glass
1
-0
/
+15
2018-07-09
dtoc: Fix some minor errors
Simon Glass
3
-4
/
+5
2018-07-09
dtoc: Fix properties with a single zero-arg phandle
Simon Glass
4
-5
/
+27
2018-07-09
dtoc: Fix Fdt.GetNode() to handle a missing node
Simon Glass
2
-1
/
+7
2018-07-09
dtoc: Keep track of property offsets
Simon Glass
2
-7
/
+78
[next]