index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
dtoc
/
fdt.py
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-27
dtoc: Add new check that offsets are correct
Simon Glass
1
-3
/
+24
2021-03-27
dtoc: Support adding subnodes alongside existing ones
Simon Glass
1
-9
/
+35
2021-03-27
dtoc: Tweak ordering of fdt-offsets refreshing
Simon Glass
1
-3
/
+4
2021-03-27
dtoc: Tidy up property-offset handling
Simon Glass
1
-3
/
+7
2021-03-27
dtoc: Improve internal error for Refresh()
Simon Glass
1
-2
/
+2
2021-01-30
binman: Support alignment of files
Simon Glass
1
-0
/
+12
2021-01-30
dtoc: binman: Drop Python 2 code
Simon Glass
1
-2
/
+1
2020-12-13
patman: Drop tools.ToChar() and ToChars()
Simon Glass
1
-4
/
+4
2020-12-13
fdt: Use an Enum for the data type
Simon Glass
1
-18
/
+36
2020-10-29
dtoc: Fix widening of int to bytes
Simon Glass
1
-0
/
+9
2020-07-25
dtoc: Allow adding variable-sized data to a dtb
Simon Glass
1
-2
/
+15
2020-07-24
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
1
-15
/
+2
2020-07-20
dtoc: Allow adding variable-sized data to a dtb
Simon Glass
1
-2
/
+15
2020-04-26
patman: Move to absolute imports
Simon Glass
1
-2
/
+2
2019-11-04
dtoc: Convert fdt.py to Python 3
Simon Glass
1
-13
/
+4
2019-07-29
binman: Update state when replacing device-tree entries
Simon Glass
1
-0
/
+8
2019-07-29
dtoc: Update Fdt.GetNode() to handle the root node
Simon Glass
1
-0
/
+2
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
1
-3
/
+20
2019-07-10
dtoc: Convert the Fdt.Node class to Python 3
Simon Glass
1
-2
/
+5
2019-07-10
dtoc: Convert the Fdt.Prop class to Python 3
Simon Glass
1
-4
/
+4
2019-07-10
dtoc: Use byte type instead of str in fdt
Simon Glass
1
-5
/
+9
2019-07-10
dtoc: Updates BytesToValue() for Python 3
Simon Glass
1
-16
/
+25
2019-07-10
dtoc: Move BytesToValue() out of the Prop class
Simon Glass
1
-51
/
+53
2019-07-10
dtoc: Use GetBytes() to obtain repeating bytes
Simon Glass
1
-2
/
+4
2019-07-10
tools: dtoc: Open all binary files in binary mode
Simon Glass
1
-1
/
+1
2018-10-09
dtoc: Fix the value of SetInt()
Simon Glass
1
-1
/
+1
2018-09-28
dtoc: Add a way to create an Fdt object from a data block
Simon Glass
1
-0
/
+14
2018-09-28
dtoc: Add methods for adding and updating properties
Simon Glass
1
-0
/
+70
2018-09-28
dtoc: Support adding new nodes
Simon Glass
1
-0
/
+20
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
1
-9
/
+82
2018-08-08
libfdt: Update to latest pylibfdt implementation
Simon Glass
1
-1
/
+1
2018-08-01
dtoc: Add a function to obtain a list of phandles
Simon Glass
1
-0
/
+19
2018-08-01
dtoc: Export the _FindNode() function
Simon Glass
1
-2
/
+2
2018-07-09
dtoc: Add functions to add integer properties
Simon Glass
1
-0
/
+27
2018-07-09
dtoc: Fix some minor errors
Simon Glass
1
-1
/
+1
2018-07-09
dtoc: Fix Fdt.GetNode() to handle a missing node
Simon Glass
1
-1
/
+4
2018-07-09
dtoc: Keep track of property offsets
Simon Glass
1
-0
/
+20
2018-07-09
dtoc: Update fdt tests to increase code coverage
Simon Glass
1
-12
/
+0
2018-07-09
dtoc: Drop use of a local dtb buffer
Simon Glass
1
-8
/
+8
2018-07-09
dtoc: Make use of the new pylibfdt methods
Simon Glass
1
-12
/
+14
2018-07-09
dtoc: Add some tests for the fdt module
Simon Glass
1
-2
/
+10
2018-07-09
libfdt: Bring in proposed pylibfdt changes
Simon Glass
1
-2
/
+1
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2017-09-15
dtoc: Update the Fdt class to record phandles
Simon Glass
1
-0
/
+5
2017-09-15
dtoc: Add a 64-bit type and a way to convert cells into 64 bits
Simon Glass
1
-1
/
+1
2017-09-15
dtoc: Adjust Node to record its parent
Simon Glass
1
-5
/
+7
2017-06-02
fdt: Drop fdt_select.py
Simon Glass
1
-2
/
+8
2017-06-02
fdt: Merge fdt_normal with its base class
Simon Glass
1
-22
/
+154
[next]