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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-18
tools: fix Makefile to clean-up fit_info and fit_check_sign
Masahiro Yamada
1
-3
/
+1
2014-04-17
Merge branch 'next'
Tom Rini
16
-69
/
+471
2014-03-22
patman: Use Patch-cc: instead of Cc:
Simon Glass
2
-11
/
+14
2014-03-21
env: Implement support for AES encryption into fw_* tools
Marek Vasut
3
-8
/
+140
2014-03-21
tools, fit_check_sign: verify a signed fit image
Heiko Schocher
8
-2
/
+111
2014-03-21
tools, fit: add fit_info host command
Heiko Schocher
6
-58
/
+217
2014-03-21
fit: add sha256 support
Heiko Schocher
2
-1
/
+3
2014-03-21
tools/image-host: fix sign-images bug
Heiko Schocher
1
-1
/
+1
2014-03-12
kbuild: rename SRCTREE to srctree
Masahiro Yamada
2
-4
/
+4
2014-03-12
fw_env: correct writes to devices with small erase blocks
Dustin Byford
1
-2
/
+2
2014-03-12
fw_env: calculate default number of env sectors
Dustin Byford
2
-7
/
+9
2014-03-04
kbuild: tools: fix a bug that always builds Denx logo
Masahiro Yamada
1
-2
/
+2
2014-03-04
kbuild: add "cross_tools" target to build tools for the target
Masahiro Yamada
1
-0
/
+12
2014-02-25
kbuild: move asm-offsets.h rules to ./Kbuild
Masahiro Yamada
1
-27
/
+0
2014-02-19
kernel-doc: move kernel-doc tools to scripts/
Masahiro Yamada
5
-3146
/
+0
2014-02-19
tools/env: cross-compile fw_printenv without setting HOSTCC
Masahiro Yamada
4
-7
/
+18
2014-02-19
Makefile: refactor tools-all targets
Masahiro Yamada
1
-1
/
+7
2014-02-19
kbuild: use Linux Kernel build scripts
Masahiro Yamada
1
-14
/
+9
2014-02-19
kbuild: change out-of-tree build
Masahiro Yamada
1
-9
/
+9
2014-02-19
Makefile: refactor include path settings
Masahiro Yamada
2
-8
/
+4
2014-02-19
Makefile: move BFD_ROOT_DIR to tools/gdb/Makefile
Masahiro Yamada
1
-0
/
+21
2014-02-19
tools: convert makefiles to kbuild style
Masahiro Yamada
24
-325
/
+141
2014-02-19
tools: correct proftool build rule
Ian Campbell
1
-2
/
+2
2014-02-13
relocate-rela: replace a magic number with sizeof(Elf64_Rela)
Masahiro Yamada
1
-1
/
+1
2014-01-24
tools: move kermit files to tools/kermit directory
Masahiro Yamada
5
-0
/
+0
2014-01-24
cosmetic: tools/scripts/README: insert only one space between words
Masahiro Yamada
1
-1
/
+1
2014-01-20
.gitignore: ignore u-boot.elf and tools/relocate-rela
Masahiro Yamada
1
-0
/
+1
2014-01-10
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
4
-44
/
+322
2014-01-09
arm64: Add tool to statically apply RELA relocations
Scott Wood
2
-0
/
+195
2014-01-06
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
Albert ARIBAUD
2
-44
/
+126
2014-01-06
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
Albert ARIBAUD
1
-0
/
+1
2013-12-30
SPL: EXYNOS: Prepare for variable size SPL support
Rajeshwari Birje
1
-43
/
+124
2013-12-30
Exynos5420: Add base patch for SMDK5420
Rajeshwari Birje
1
-1
/
+2
2013-12-17
ARM: mxs: tools: Fix errno handling in strtoul() invocation
Marek Vasut
1
-0
/
+1
2013-12-16
Makefile, .gitignore: Cleanup non-existing binaries
Masahiro Yamada
1
-1
/
+0
2013-12-13
Makefile: Move some scripts imported from Linux
Masahiro Yamada
7
-4387
/
+0
2013-12-13
Add dumpimage, a tool to extract data from U-Boot images
Guilherme Maciel Ferreira
6
-0
/
+434
2013-12-13
tools: moved code common to all image tools to a separated module.
Guilherme Maciel Ferreira
14
-191
/
+276
2013-12-13
mkimage: added 'static' specifier to match function's prototype.
Guilherme Maciel Ferreira
1
-2
/
+1
2013-11-25
Merge branch 'buildpatman' of http://git.denx.de/u-boot-x86
Tom Rini
5
-14
/
+69
2013-11-25
tools: updater: Remove remainders of dead board
Masahiro Yamada
11
-2107
/
+0
2013-11-25
tools: imls: Remove a broken and unused tool.
Masahiro Yamada
3
-381
/
+0
2013-11-21
buildman: make board selector argument a regex
Stephen Warren
2
-5
/
+21
2013-11-21
buildman: fix README
Andreas Bießmann
1
-1
/
+1
2013-11-21
patman: add Commit-notes tag and section
Albert ARIBAUD
3
-8
/
+47
2013-11-17
tools: Makefile: delete redundant lines
Masahiro Yamada
1
-2
/
+0
2013-11-08
Makefile: do not create a symbolic link to arch/${ARCH}/include/asm
Masahiro Yamada
3
-3
/
+3
2013-10-15
buildman: Use env to pick the python from $PATH
Jagannadha Sutradharudu Teki
1
-1
/
+1
2013-10-14
Merge branch 'buildman' of git://git.denx.de/u-boot-x86
Tom Rini
1
-1
/
+2
2013-10-14
Coding Style cleanup: drop some excessive empty lines
Wolfgang Denk
1
-1
/
+0
[next]