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-04-06
binman: Correct Chromium OS entry types
Simon Glass
2
-3
/
+3
2022-04-06
tools: mkimage: Call verify_header after writing image to disk
Pali Rohár
1
-0
/
+41
2022-04-06
tools: mkimage: No need to verify_header for header_v2
Yi Liu
1
-0
/
+4
2022-04-05
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi
Tom Rini
5
-10
/
+979
2022-04-04
tools: mkimage: Add Allwinner TOC0 support
Samuel Holland
2
-3
/
+911
2022-04-04
mkimage: sunxi_egon: add support for riscv
Icenowy Zheng
1
-0
/
+23
2022-04-04
mkimage: sunxi_egon: refactor for multi-architecture support
Icenowy Zheng
1
-7
/
+43
2022-04-04
mkimage: add a flag to describe whether -A is specified
Icenowy Zheng
2
-0
/
+2
2022-04-02
Revert "global: Remove CONFIG_SYS_EXTRA_OPTIONS support"
Tom Rini
2
-1
/
+76
2022-04-01
global: Remove CONFIG_SYS_EXTRA_OPTIONS support
Tom Rini
2
-76
/
+1
2022-03-31
tools: binman: add support for pre-load header
Philippe Reynes
11
-0
/
+439
2022-03-31
mkimage: add public key for image pre-load stage
Philippe Reynes
2
-0
/
+117
2022-03-28
Merge tag 'v2022.04-rc5' into next
Tom Rini
1
-1
/
+1
2022-03-20
tools: buildman: Fix doc path in warning message
Johannes Krottmayer
1
-1
/
+1
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
[next]