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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-18
tools: mkenvimage: Always consider non-regular files
Andre Przywara
1
-49
/
+21
2019-07-18
tools: mkenvimage: Fix reading from slow pipe
Andre Przywara
1
-2
/
+1
2019-07-18
lib: rsa: add support to other openssl engine types than pkcs11
Vesa Jääskeläinen
1
-1
/
+1
2019-07-10
trace: do not limit trace buffer to 2GiB
Heinrich Schuchardt
1
-2
/
+2
2019-07-10
Add a simple script to remove boards
Simon Glass
1
-0
/
+150
2019-07-10
patman: Update cover-coverage tests for Python 3
Simon Glass
1
-6
/
+9
2019-07-10
binman: Update the README.entries file
Simon Glass
1
-0
/
+15
2019-07-10
binman: Document parallel tests
Simon Glass
1
-0
/
+14
2019-07-10
binman: Read map files as text
Simon Glass
1
-1
/
+1
2019-07-10
binman: Fix up a format string in AssertInList()
Simon Glass
1
-1
/
+1
2019-07-10
binman: Update 'text' entry for Python 3
Simon Glass
1
-3
/
+6
2019-07-10
patman: Update fmap code for Python 3
Simon Glass
2
-4
/
+11
2019-07-10
binman: Update entry_test to support Python 3
Simon Glass
1
-1
/
+5
2019-07-10
binman: Convert to use bytes type
Simon Glass
6
-72
/
+77
2019-07-10
binman: Avoid changing a dict during iteration
Simon Glass
1
-2
/
+5
2019-07-10
patman: Allow reading files in text mode
Simon Glass
1
-2
/
+2
2019-07-10
dtoc: Update dtb_platdata to support Python 3
Simon Glass
1
-1
/
+2
2019-07-10
dtoc: Update fdt_util for Python 3
Simon Glass
2
-16
/
+2
2019-07-10
dtoc: Add a unit test for BytesToValue()
Simon Glass
1
-1
/
+5
2019-07-10
dtoc: Test full 64-bit properties with FdtCellsToCpu()
Simon Glass
1
-2
/
+9
2019-07-10
dtoc: Use binary mode for reading files
Simon Glass
1
-3
/
+3
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
3
-14
/
+43
2019-07-10
dtoc: Updates BytesToValue() for Python 3
Simon Glass
2
-16
/
+52
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
2
-3
/
+5
2019-07-10
dtoc: Sort platdata output from dtoc
Simon Glass
2
-7
/
+8
2019-07-10
dtoc: Adjust code for Python 3
Simon Glass
4
-9
/
+15
2019-07-10
patman: Don't require Python 2
Simon Glass
1
-1
/
+1
2019-07-10
patman: Tidy up a few more unicode conversions
Simon Glass
2
-6
/
+3
2019-07-10
patman: Adjust functional tests for Python 3
Simon Glass
1
-11
/
+14
2019-07-10
patman: Avoid unicode type in settings unit tests
Simon Glass
1
-8
/
+8
2019-07-10
patman: Sort series output for repeatabily
Simon Glass
2
-12
/
+12
2019-07-10
patman: Move unicode helpers to tools
Simon Glass
4
-16
/
+39
2019-07-10
patman: Support use of stringIO in Python 3
Simon Glass
1
-1
/
+6
2019-07-10
binman: Handle repeated bytes for Python 3
Simon Glass
6
-25
/
+50
2019-07-10
binman: Drop an unused input file
Simon Glass
1
-1
/
+0
2019-07-10
binman: Use binary mode when compressing data
Simon Glass
2
-2
/
+2
2019-07-10
patman: Provide a way to get program output in binary mode
Simon Glass
2
-3
/
+4
2019-07-10
tools: dtoc: Open all binary files in binary mode
Simon Glass
1
-1
/
+1
2019-07-10
tools: binman: Open all binary files in binary mode
Simon Glass
1
-15
/
+15
2019-07-10
binman: Use items() instead of iteritems()
Simon Glass
5
-6
/
+6
2019-07-10
patman: Use items() instead of iteritems()
Simon Glass
1
-1
/
+1
2019-07-10
binman: Remove use of Set()
Simon Glass
3
-9
/
+6
2019-07-10
binman: Don't show errors for failed tests
Simon Glass
1
-0
/
+12
2019-07-10
binman: Convert print statements to Python 3
Simon Glass
2
-8
/
+12
2019-07-10
patman: Convert print statements to Python 3
Simon Glass
3
-15
/
+14
2019-07-10
patman: Update cros_subprocess to use bytes
Simon Glass
2
-20
/
+29
2019-07-09
moveconfig: expand simple expressions
Markus Klotzbuecher
1
-0
/
+41
[next]