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
2020-04-24
mkimage: fit_image: Add option to make fit header align
Kever Yang
3
-15
/
+33
2020-04-24
tool: use ALIGN() to align the size
Kever Yang
2
-2
/
+2
2020-04-24
tools: imx8mimage: remove redundant code
Kever Yang
1
-1
/
+0
2020-04-24
tools: kwbimage: use common ALIGN to do the size align
Kever Yang
2
-6
/
+4
2020-04-24
tools: mkimage: use common ALIGN to do the size align
Kever Yang
1
-2
/
+3
2020-04-24
tool: aisimage: use ALIGN instead of self defiend macro
Kever Yang
1
-4
/
+4
2020-04-24
tool: Move ALIGN_MASK to header as common MACRO
Kever Yang
4
-8
/
+5
2020-04-21
buildman: Change the exit codes
Simon Glass
3
-9
/
+9
2020-04-21
buildman: Update the TODO items
Simon Glass
1
-6
/
+11
2020-04-21
buildman: Add an option to ignore migration warnings
Simon Glass
5
-35
/
+107
2020-04-21
buildman: Add an option to ignore device-tree warnings
Simon Glass
5
-23
/
+52
2020-04-21
buildman: Make -I the default
Simon Glass
6
-24
/
+41
2020-04-21
buildman: Update workflow documentation with more detail
Simon Glass
1
-17
/
+36
2020-04-21
buildman: Add the abbreviation for --boards
Simon Glass
1
-3
/
+3
2020-04-21
buildman: Update the 'theory of operation' a little
Simon Glass
1
-30
/
+39
2020-04-21
buildman: Show a summary of the build result
Simon Glass
2
-3
/
+20
2020-04-21
buildman: Limit the length of progress messages
Simon Glass
1
-1
/
+1
2020-04-21
buildman: Show the number of builds remaining
Simon Glass
1
-4
/
+9
2020-04-21
buildman: Drop unused output code
Simon Glass
1
-5
/
+0
2020-04-21
buildman: Show a message when fetching a repo
Simon Glass
1
-1
/
+4
2020-04-21
buildman: Drop the line-clearing code in Builder
Simon Glass
1
-25
/
+3
2020-04-21
patman: Support limiting output to a single line
Simon Glass
1
-1
/
+57
2020-04-21
patman: Support erasing a previously unfinished text line
Simon Glass
2
-1
/
+48
2020-04-21
patman: Update flushing Print() for Python 3
Simon Glass
1
-3
/
+2
2020-04-21
buildman: Use spaces in the board list
Simon Glass
2
-4
/
+4
2020-04-21
buildman: Show the list of boards in magenta
Simon Glass
2
-41
/
+44
2020-04-21
buildman: Use an object to hold error lines
Simon Glass
1
-17
/
+52
2020-04-21
buildman: Use yellow consistently for warning lines
Simon Glass
2
-4
/
+4
2020-04-21
buildman: Test the output with --list-error-boards
Simon Glass
1
-14
/
+32
2020-04-21
buildman: Add a test helper for creating a line prefix
Simon Glass
1
-20
/
+31
2020-04-21
buildman: Split out testOutput() into separate functions
Simon Glass
1
-6
/
+28
2020-04-21
buildman: Create temp directory in test setup
Simon Glass
1
-16
/
+10
2020-04-21
buildman: Use an iterator to check test output
Simon Glass
1
-42
/
+52
2020-04-21
buildman: Add test coverage for error/warning colour
Simon Glass
1
-0
/
+7
2020-04-21
buildman: Refactor error-line output int a function
Simon Glass
1
-13
/
+19
2020-04-17
doc: fix references to driver-model
Heinrich Schuchardt
2
-3
/
+3
2020-04-17
mkimage: fit: don't create image with 0700 permissions
Thomas Hebb
1
-1
/
+1
2020-04-16
patman: Apply the cc limit to the cover letter also
Simon Glass
1
-2
/
+4
2020-04-10
buildman: Drop the -a option
Simon Glass
3
-15
/
+8
2020-04-10
buildman: Allow building within a subdir of the current dir
Simon Glass
3
-33
/
+2
2020-04-10
buildman: Be more selective about which directories to remove
Simon Glass
2
-5
/
+42
2020-04-10
buildman: Allow ignoring warnings in the return code
Simon Glass
3
-3
/
+21
2020-04-10
buildman: Update help for -d
Simon Glass
2
-4
/
+4
2020-04-10
bulidman: Add support for a simple build
Simon Glass
6
-15
/
+90
2020-04-10
buildman: Document the members of BuilderJob
Simon Glass
1
-1
/
+5
2020-04-10
buildman: Support fetching gcc 9.2.0
Bin Meng
1
-1
/
+1
2020-04-10
kconfig / kbuild: Re-sync with Linux 4.19
Tom Rini
1
-4
/
+4
2020-04-07
Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
3
-10
/
+18
2020-04-01
image: Use constants for 'required' and 'key-name-hint'
Simon Glass
1
-4
/
+4
2020-04-01
fit_check_sign: Allow selecting the configuration to verify
Simon Glass
3
-5
/
+12
[next]