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
2022-03-18
binman: Support splitting an ELF file into multiple nodes
Simon Glass
6
-10
/
+597
2022-03-18
binman: Keep a separate list of entries for fit
Simon Glass
1
-5
/
+28
2022-03-18
binman: Update fit to use node instead of subnode
Simon Glass
1
-8
/
+8
2022-03-18
binman: Add a consistent way to report errors with fit
Simon Glass
2
-9
/
+24
2022-03-18
binman: Fix some pylint warnings in fit
Simon Glass
1
-25
/
+25
2022-03-18
binman: Update fit to move node reading into the ReadNode() method
Simon Glass
1
-6
/
+4
2022-03-18
binman: Read the fit entries only once
Simon Glass
1
-1
/
+0
2022-03-18
binman: Allow mkimage to use a non-zero fake-blob size
Simon Glass
7
-8
/
+53
2022-03-18
binman: Make fake blobs zero-sized by default
Simon Glass
1
-2
/
+3
2022-03-18
binman: Change how faked blobs are created
Simon Glass
4
-8
/
+13
2022-03-18
binman: Rename tools parameter to btools
Simon Glass
7
-15
/
+15
2022-03-18
binman: Refactor fit to generate output at the end
Simon Glass
3
-84
/
+109
2022-03-18
binman: Rename ExpandEntries to gen_entries
Simon Glass
5
-8
/
+8
2022-03-18
binman: Rename ExpandToLimit to extend_to_limit
Simon Glass
10
-31
/
+51
2022-03-18
binman: Tweak collect_contents_to_file() and docs
Simon Glass
3
-15
/
+20
2022-03-18
elf: Rename load_segments() and module failure
Simon Glass
2
-12
/
+12
2022-03-18
dtoc: Tidy up implementation of AddStringList()
Simon Glass
3
-3
/
+13
2022-03-18
moveconfig: Use re.fullmatch() to avoid extra check
Simon Glass
1
-2
/
+1
2022-03-18
moveconfig: Remove remove_defconfig()
Simon Glass
1
-12
/
+1
2022-03-18
dtoc: Make GetArgs() more flexible
Simon Glass
3
-3
/
+13
2022-03-18
patman: Define Commit.path in the constructor
Simon Glass
1
-0
/
+2
2022-03-18
binman: Include also subnodes in generator nodes
Jan Kiszka
3
-0
/
+8
2022-03-18
tools: binman: main.py: add build-sandbox in sys.path
Philippe Reynes
1
-0
/
+1
2022-03-18
binman: Complete elf test coverage
Simon Glass
2
-2
/
+50
2022-03-15
test/py: Add tests for the erofs
Huang Jianan
1
-0
/
+1
2022-03-15
CI, Docker: Update to latest focal tag
Tom Rini
1
-1
/
+1
2022-03-14
Merge tag 'v2022.04-rc4' into next
Tom Rini
5
-91
/
+432
2022-03-14
tools: kwboot: Allow to mix positional arguments with option -b
Pali Rohár
1
-4
/
+14
2022-03-14
tools: kwboot: Check if baudrate value is supported before sending image
Pali Rohár
1
-1
/
+13
2022-03-14
tools: kwboot: Allow to specify custom baudrate only in supported operations
Pali Rohár
1
-0
/
+6
2022-03-10
binman: Expand elf support a little
Simon Glass
1
-7
/
+51
2022-03-04
mkimage: error handling for FIT image
Heinrich Schuchardt
1
-1
/
+6
2022-03-04
tools: kwboot: Update references with public links
Pali Rohár
1
-3
/
+28
2022-03-04
tools: kwboot: Update doc about Avanta
Pali Rohár
1
-3
/
+3
2022-03-04
tools: kwboot: Update usage
Pali Rohár
1
-3
/
+4
2022-03-04
tools: kwboot: Add support for backspace key in mini terminal
Pali Rohár
2
-14
/
+97
2022-03-04
tools: kwboot: Fix sending and processing debug message pattern (-d option)
Pali Rohár
1
-16
/
+123
2022-03-04
tools: kwboot: Use separate thread for sending boot message pattern
Pali Rohár
2
-19
/
+104
2022-03-04
tools: kwboot: Cleanup bootmsg and debugmsg variables
Pali Rohár
1
-17
/
+14
2022-03-04
tools: kwboot: Remove msg_req_delay
Pali Rohár
1
-6
/
+1
2022-03-04
tools: kwboot: Check for return value of kwboot_tty_send() and tcflush()
Pali Rohár
1
-11
/
+19
2022-03-04
tools: kwboot: Fix quitting terminal
Pali Rohár
1
-2
/
+2
2022-03-03
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
Tom Rini
2
-3
/
+10
2022-03-02
buildman: Update default config to build for sandbox
Simon Glass
1
-0
/
+1
2022-03-02
moveconfig: Correct pylint errors
Simon Glass
1
-4
/
+1
2022-03-02
binman: Correct pylint errors
Simon Glass
13
-32
/
+39
2022-03-02
dtoc: Correct pylint errors
Simon Glass
2
-6
/
+6
2022-03-02
buildman: Correct pylint errors
Simon Glass
5
-12
/
+7
2022-03-02
patman: Correct pylint errors
Simon Glass
10
-33
/
+28
2022-02-28
tools: mkimage/dumpimage: Allow to use -l with -T
Pali Rohár
4
-50
/
+36
[next]