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
2016-03-27
tools: env: bug: config structs must be defined in tools library
Andreas Fenkart
2
-4
/
+4
2016-03-26
tools: env: fw_parse_script: simplify removal of newline/carriage return
Andreas Fenkart
1
-6
/
+4
2016-03-26
tools: env: split fw_string_blank into skip_chars / skip_blanks
Andreas Fenkart
1
-9
/
+14
2016-03-26
tools: env: fw_string_blank: return from loop when item found
Andreas Fenkart
1
-5
/
+2
2016-03-26
tools: env: replace WHITESPACE macro by isblank
Andreas Fenkart
1
-4
/
+3
2016-03-24
tools: kwboot: Add xmodem timeout option
Kevin Smith
1
-2
/
+9
2016-03-24
tools: kwboot: Clean up usage text
Kevin Smith
1
-1
/
+1
2016-03-22
mkimage: Don't close the file if it wasn't opened
Simon Glass
1
-2
/
+2
2016-03-22
mkimage: Ensure file is closed in fdt_property_file()
Simon Glass
1
-1
/
+2
2016-03-22
mkimage: Fix missing free() and close() in fit_build()
Simon Glass
1
-1
/
+4
2016-03-22
mkimage: Fix missing free() in fit_extract_data()
Simon Glass
1
-0
/
+2
2016-03-22
mkimage: Fix error path in fit_extract_data()
Simon Glass
1
-4
/
+7
2016-03-22
mkimage: Add a missing free() to fit_import_data()
Simon Glass
1
-0
/
+1
2016-03-22
mkimage: Close the file when unable to get its size
Simon Glass
1
-0
/
+1
2016-03-22
mkimage: Correct file being closed twice in fit_extract_data()
Simon Glass
1
-2
/
+0
2016-03-22
mkimage: Correct file being closed twice in fit_import_data()
Simon Glass
1
-1
/
+1
2016-03-22
mkimage: Fix munmap() call when importing data
Simon Glass
1
-1
/
+1
2016-03-22
Fix spelling of "comment".
Vagrant Cascadian
1
-1
/
+1
2016-03-22
cmd: Fix license command
Tom Rini
2
-2
/
+10
2016-03-17
buildman: Clarify the use of -V
Simon Glass
2
-2
/
+3
2016-03-17
buildman: Add a way to specific a full toolchain prefix
Simon Glass
2
-110
/
+226
2016-03-17
buildman: Allow branch names which conflict with directories
Simon Glass
2
-0
/
+7
2016-03-14
Merge git://git.denx.de/u-boot-dm
Tom Rini
5
-21
/
+51
2016-03-14
mkimage: Bring data into the FIT before processing
Simon Glass
1
-0
/
+97
2016-03-14
mkimage: Support placing data outside the FIT
Simon Glass
3
-1
/
+114
2016-03-14
mkimage: Support adding device tree files to a FIT
Simon Glass
3
-10
/
+133
2016-03-14
mkimage: Support automatic creating of a FIT without a .its
Simon Glass
3
-5
/
+220
2016-03-14
tools: Add a function to obtain the size of a file
Simon Glass
2
-0
/
+34
2016-03-14
mkimage: Allow a FIT to include an image of any type
Simon Glass
2
-5
/
+29
2016-03-14
tools: Include fdt_sw.o in libfdt for mkimage
Simon Glass
1
-1
/
+1
2016-03-14
buildman: Allow the toolchain architecture to be specified
Simon Glass
1
-5
/
+12
2016-03-14
buildman: Allow the toolchain priority to be specified
Simon Glass
1
-8
/
+22
2016-03-14
buildman: Fix up a few code inconsistencies in toolchain.py
Simon Glass
1
-5
/
+6
2016-03-14
buildman: patman: Fix -H when installed as a symlink
Simon Glass
2
-2
/
+4
2016-03-14
patman: Add a missing space in GetMetaDataForList()
Simon Glass
1
-1
/
+1
2016-03-14
fdtgrep: Improve error handling with invalid device tree
Simon Glass
1
-4
/
+10
2016-03-14
mkimage: Make 'params' static
Simon Glass
1
-1
/
+1
2016-03-14
mkimage: Show an error message when usage() is called
Simon Glass
1
-8
/
+9
2016-03-14
mkimage: Move usage() up to the top
Simon Glass
1
-39
/
+42
2016-03-14
mkimage: Sort the option processing code by option
Simon Glass
1
-25
/
+25
2016-03-14
mkimage: Convert to use getopt()
Simon Glass
1
-132
/
+101
2016-03-14
mkimage: Move argument processing into its own function
Simon Glass
1
-24
/
+32
2016-02-25
Merge git://git.denx.de/u-boot-dm
Tom Rini
1
-1
/
+4
2016-02-24
patman: fix series-notes handling for buildman
Albert ARIBAUD
1
-1
/
+4
2016-02-24
tools: Update openrisc toolchain information
Bin Meng
2
-2
/
+9
2016-02-24
tools: -Wno-deprecated-declarations for OpenSSL on darwin
Andreas Bießmann
1
-0
/
+8
2016-02-24
Gracefully handle 64-bit signed-extended 32-bit Load addresses
William Cohen
1
-2
/
+2
2016-02-21
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Tom Rini
1
-1
/
+0
2016-02-21
mxsboot: remove unused include
Andreas Bießmann
1
-1
/
+0
2016-02-08
test, tools: introduce tbot README
Heiko Schocher
4
-0
/
+734
[next]