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-10-29
binman: Move sort and expand to the main Pack() function
Simon Glass
1
-3
/
+4
2020-10-29
binman: Drop Entry.CheckOffset()
Simon Glass
2
-5
/
+2
2020-10-29
binman: Avoid reporting image-pos with compression
Simon Glass
4
-13
/
+26
2020-10-29
binman: Set section contents in GetData()
Simon Glass
3
-2
/
+22
2020-10-29
binman: Store the original data before compression
Simon Glass
2
-1
/
+18
2020-10-29
binman: Make section padding consistent with other entries
Simon Glass
4
-2
/
+86
2020-10-29
binman: Move section padding to the parent
Simon Glass
2
-12
/
+12
2020-10-29
binman: Refactor _BuildSectionData()
Simon Glass
2
-10
/
+51
2020-10-29
binman: Move section-building code into a function
Simon Glass
2
-8
/
+31
2020-10-29
binman: Expand docs and test for alignment
Simon Glass
3
-12
/
+56
2020-10-29
binman: Expand docs and test for padding
Simon Glass
3
-7
/
+45
2020-10-29
binman: Update testPackExtra with more checks
Simon Glass
2
-6
/
+23
2020-10-29
binman: Use 'files-compress' to set compression for files
Simon Glass
4
-7
/
+8
2020-10-29
binman: Move CompressData() into Entry base class
Simon Glass
2
-7
/
+17
2020-10-29
binman: Expand the error message for breaching a section
Simon Glass
2
-6
/
+9
2020-10-29
binman: Remove references to 'image' in entry_Section
Simon Glass
1
-4
/
+4
2020-10-29
binman: Fix return from u-boot-ucode if there is no DT
Simon Glass
1
-0
/
+1
2020-10-29
binman: Give a sensible error if no command is given
Simon Glass
1
-0
/
+1
2020-10-29
binman: Add tests for skip-at-start sections
Simon Glass
4
-0
/
+121
2020-10-29
binman: Drop unused return variable for _DoTestFile()
Simon Glass
1
-2
/
+2
2020-10-29
binman: Update the entry docs
Simon Glass
1
-0
/
+23
2020-10-29
dm: Don't allow U_BOOT_DEVICE() when of-platdata is used
Simon Glass
2
-0
/
+6
2020-10-29
dm: Use driver_info index instead of pointer
Simon Glass
2
-38
/
+15
2020-10-29
dm: Support parent devices with of-platdata
Simon Glass
2
-0
/
+37
2020-10-29
dtoc: Fix widening of int to bytes
Simon Glass
4
-1
/
+23
2020-10-29
dtoc: Order the structures internally by name
Simon Glass
2
-43
/
+83
2020-10-29
dtoc: Document the return value of scan_structs()
Simon Glass
1
-0
/
+15
2020-10-29
dtoc: Use a namedtuple for _links
Simon Glass
1
-4
/
+12
2020-10-29
dtoc: Extract inner loop from output_node()
Simon Glass
1
-40
/
+49
2020-10-22
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi
Tom Rini
6
-8
/
+54
2020-10-22
tools: image-host.c: use correct output format
Heinrich Schuchardt
1
-4
/
+4
2020-10-22
mkimage: Skip adding non-existent IDs to a list
Naoki Hayama
1
-2
/
+7
2020-10-22
sunxi: binman: Add support for including SCP firmware
Samuel Holland
1
-0
/
+4
2020-10-22
binman: Add support for SCP firmware
Samuel Holland
3
-0
/
+42
2020-10-22
sunxi: binman: Update FIT component descriptions
Samuel Holland
2
-4
/
+4
2020-10-22
binman: Only write FDT once per node
Samuel Holland
1
-4
/
+4
2020-10-14
checkpatch.pl: Make CONFIG_IS_ENABLED(CONFIG_*) an error
Alper Nebi Yasak
1
-0
/
+6
2020-10-12
fit: cipher: aes: allow to store the IV in the FIT image
Philippe Reynes
1
-12
/
+49
2020-10-12
Merge branch 'for-next' of https://github.com/lftan/u-boot
Tom Rini
1
-11
/
+39
2020-10-09
Kconfig: Create a new tools menu
Simon Glass
1
-0
/
+12
2020-10-09
tools: socfpgaimage: Add param entry point (ep) support for Arria 10 (v1)
Ley Foon Tan
1
-8
/
+13
2020-10-09
tools: socfpgaimage: Add check params function for Arria 10 (v1)
Ley Foon Tan
1
-3
/
+26
2020-09-25
binman: Support adding a U-Boot environment
Simon Glass
5
-0
/
+132
2020-09-25
binman: Show an error when a file is missing
Simon Glass
3
-2
/
+24
2020-09-22
binman: sunxi: Add help message for missing sunxi ATF BL31
Simon Glass
1
-0
/
+4
2020-09-22
binman: Support help messages for missing blobs
Simon Glass
6
-3
/
+119
2020-09-22
binman: Allow selecting default FIT configuration
Simon Glass
4
-4
/
+69
2020-09-22
binman: Document how CROSS_COMPILE, CC, HOSTCC etc. are used in README
Alper Nebi Yasak
1
-0
/
+24
2020-09-22
binman: Allow resolving host-specific tools from env vars
Alper Nebi Yasak
1
-1
/
+49
2020-09-22
binman: Use target-specific tools when cross-compiling
Alper Nebi Yasak
4
-7
/
+89
[prev]
[next]