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
2023-03-08
doc: Add notes on how to install patman and binman
Simon Glass
2
-0
/
+25
2023-03-08
binman: Add support for building a binmanu PyPi package
Simon Glass
1
-0
/
+29
2023-03-08
binman: Use importlib to find the help
Simon Glass
1
-3
/
+3
2023-03-08
binman: Hide the 'test' command unless test code is available
Simon Glass
1
-13
/
+21
2023-03-08
binman: Move the main code into a function
Simon Glass
1
-4
/
+8
2023-03-08
dtoc: Add support for building a dtoc PyPi package
Simon Glass
2
-0
/
+41
2023-03-08
dtoc: Use pathlib to find the test directory
Simon Glass
1
-2
/
+4
2023-03-08
dtoc: Move the main code into a function
Simon Glass
1
-48
/
+52
2023-03-08
dtoc: Hide the test options unless test code is available
Simon Glass
1
-6
/
+13
2023-03-08
buildman: Add support for building a buildman PyPi package
Simon Glass
1
-0
/
+29
2023-03-08
buildman: Use importlib to find the help
Simon Glass
1
-3
/
+3
2023-03-08
buildman: Fix use of a type as a variable
Simon Glass
1
-2
/
+2
2023-03-08
buildman: Hide the test options unless test code is available
Simon Glass
1
-4
/
+10
2023-03-08
buildman: Move the main code into a function
Simon Glass
1
-11
/
+16
2023-03-08
patman: Add support for building a patman PyPi package
Simon Glass
1
-0
/
+29
2023-03-08
patman: Avoid importing test_checkpatch before it is needed
Simon Glass
1
-1
/
+1
2023-03-08
patman: Add support for building a u_boot_tools PyPi package
Simon Glass
3
-0
/
+376
2023-03-08
patman: Move library functions into a library directory
Simon Glass
85
-150
/
+180
2023-03-08
Remove concurrencytest
Simon Glass
5
-221
/
+2
2023-03-08
Revert "patman: test_util: Print test stdout/stderr within test summaries"
Simon Glass
2
-112
/
+4
2023-03-08
binman: Avoid unwanted output in testFitFirmwareLoadables()
Simon Glass
1
-4
/
+5
2023-03-08
binman: Make the tooldir configurable
Simon Glass
6
-14
/
+64
2023-03-08
binman: Use a private directory for bintools
Simon Glass
2
-1
/
+3
2023-03-08
binman: Move the tools directory into the Bintool class
Simon Glass
2
-5
/
+6
2023-03-08
binman: Update bintools documentation
Simon Glass
1
-0
/
+70
2023-03-08
binman: Correct an 'aot' typo
Simon Glass
1
-1
/
+1
2023-03-08
buildman: Add a flag for reproducible builds
Simon Glass
6
-12
/
+54
2023-03-08
buildman: Support disabling LTO
Simon Glass
6
-6
/
+44
2023-03-08
buildman: Write out the build command used
Simon Glass
3
-0
/
+34
2023-03-08
buildman: Add a note about the out-env file
Simon Glass
1
-0
/
+2
2023-03-08
binman: Use correct argument name in docstrings
Jonas Karlman
3
-4
/
+4
2023-03-08
binman: Fix spelling of nodes in code comments
Jonas Karlman
3
-3
/
+3
2023-03-08
binman: Remove redundant SetAllowFakeBlob from blob-ext entry
Jonas Karlman
1
-8
/
+0
2023-03-08
binman: Support marking FMAP areas as preserved
Simon Glass
7
-3
/
+38
2023-03-08
binman: Avoid requiring a home directory on startup
Simon Glass
1
-1
/
+1
2023-03-01
tools: binman: minor formatting fix in docs
Ralph Siemsen
1
-2
/
+2
2023-03-01
tools: kwbimage: Add support for creating an image with no data
Pali Rohár
1
-3
/
+25
2023-03-01
tools: mkimage: Do not try to open datafile when it is skipped
Pali Rohár
1
-1
/
+1
2023-03-01
tools: mkimage: Print human readable error when -d is not specified
Pali Rohár
1
-0
/
+5
2023-03-01
tools: kwbimage: Add support for XIP SPI/NOR images
Pali Rohár
1
-7
/
+89
2023-03-01
tools: mkimage: Do not fill legacy_img_hdr for non-legacy XIP images
Pali Rohár
1
-1
/
+3
2023-03-01
tools: kwbimage: Fix invalid secure boot header signature
Pali Rohár
1
-27
/
+14
2023-03-01
tools: kwbimage: Fix generating secure boot data image signature
Pali Rohár
1
-1
/
+1
2023-03-01
tools: kwbimage: Rename imagesz to dataoff
Pali Rohár
1
-10
/
+10
2023-03-01
tools: kwbimage: Simplify add_secure_header_v1()
Pali Rohár
1
-10
/
+5
2023-03-01
tools: kwbimage: Print image data offset when printing kwbimage header
Pali Rohár
1
-0
/
+6
2023-03-01
tools: kwbimage: Print binary image offset as size
Pali Rohár
1
-3
/
+3
2023-03-01
tools: kwbimage: Add support for dumping NAND_BLKSZ for v0 images
Pali Rohár
1
-1
/
+1
2023-03-01
tools: kwbimage: Reject mkimage -F option
Pali Rohár
1
-1
/
+1
2023-03-01
tools: kwbimage: Fix endianity when printing kwbimage header
Pali Rohár
1
-3
/
+3
[prev]
[next]