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
/
binman
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-01
binman: Support an entry that holds text
Simon Glass
3
-0
/
+94
2018-08-01
binman: Add support for passing arguments to entries
Simon Glass
10
-4
/
+264
2018-08-01
binman: Add a new 'image-pos' property
Simon Glass
9
-6
/
+57
2018-08-01
binman: Enhance the map and fdt-update output
Simon Glass
6
-23
/
+65
2018-08-01
binman: Tidy up some comments in the tests
Simon Glass
1
-2
/
+4
2018-08-01
binman: Add comments to elf_test
Simon Glass
1
-0
/
+33
2018-08-01
binman: Rename 'position' to 'offset'
Simon Glass
38
-243
/
+247
2018-08-01
binman: Don't depend on dict order in ELF testOutsideFile()
Simon Glass
1
-1
/
+3
2018-07-09
binman: Support updating the device tree with calc'd info
Simon Glass
6
-14
/
+144
2018-07-09
binman: Add a SetCalculatedProperties() method
Simon Glass
7
-9
/
+67
2018-07-09
binman: Add a ProcessFdt() method
Simon Glass
9
-37
/
+117
2018-07-09
binman: Complete documentation of stages
Simon Glass
1
-2
/
+4
2018-07-09
binman: Move capture_sys_output() to test_util
Simon Glass
2
-21
/
+3
2018-07-09
binman: Move coverage logic into a new test_util file
Simon Glass
1
-25
/
+4
2018-07-09
binman: Tidy up setting of entry contents
Simon Glass
7
-6
/
+62
2018-07-09
binman: Tidy up execution of tests
Simon Glass
1
-5
/
+3
2018-07-09
binman: Correct operation of ObtainContents()
Simon Glass
8
-14
/
+114
2018-07-09
binman: Tidy up variables in _RunMicrocodeTest()
Simon Glass
1
-7
/
+18
2018-07-09
binman: Make the operation of Entry__testing explicit
Simon Glass
2
-4
/
+11
2018-07-09
binman: Switch to 'python-coverage'
Tom Rini
2
-6
/
+6
2018-06-07
binman: Mark 'align-end' as implemented
Simon Glass
1
-4
/
+3
2018-06-07
binman: Add support for adding a name prefix to entries
Simon Glass
5
-3
/
+66
2018-06-07
binman: Add support for outputing a map file
Simon Glass
8
-6
/
+88
2018-06-07
binman: Tidy up some docs and comments
Simon Glass
3
-13
/
+27
2018-06-07
binman: Allow a single test to be executed
Simon Glass
1
-4
/
+17
2018-06-07
binman: Add documentation for pos-unset property
Simon Glass
1
-0
/
+7
2018-06-07
binman: Add support for sections
Simon Glass
6
-2
/
+132
2018-06-07
binman: Avoid setting sys.path globally
Simon Glass
2
-3
/
+10
2018-06-07
binman: Rename Entry property to 'section'
Simon Glass
25
-75
/
+77
2018-06-07
binman: Rename ELF parameters to 'section'
Simon Glass
4
-23
/
+23
2018-06-07
binman: Refactor much of the image code into 'section'
Simon Glass
4
-243
/
+340
2018-06-07
binman: Allow unit addresses for binaries
Simon Glass
4
-0
/
+29
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
44
-96
/
+45
2018-01-16
tools: Update python "help" tests to cope with "more" oddities
Tom Rini
1
-1
/
+4
2018-01-15
dtoc: Allow DTC environment variable to provide path to dtc
Simon Glass
1
-0
/
+4
2017-12-12
binman: Add documentation for the symbol feature
Simon Glass
1
-1
/
+31
2017-12-12
binman: Support accessing binman tables at run time
Simon Glass
10
-10
/
+323
2017-12-12
binman: Support enabling debug in tests
Simon Glass
4
-6
/
+23
2017-12-12
binman: Adjust size of test SPL binary
Simon Glass
5
-14
/
+14
2017-12-12
binman: Add tests binaries with binman symbols
Simon Glass
9
-1
/
+103
2017-12-12
binman: Drop a stale comment about the 'board' feature
Simon Glass
1
-1
/
+0
2017-12-12
binman: Add support for including spl/u-boot-spl-nodtb.bin
Simon Glass
3
-0
/
+33
2017-12-12
binman: Add support for including spl/u-boot-spl.dtb
Simon Glass
3
-0
/
+37
2017-12-12
binman: Add a function to read ELF symbols
Simon Glass
8
-11
/
+128
2017-11-22
binman: Return non-zero exit code on test failure
Simon Glass
1
-2
/
+6
2017-11-22
binman: Add add test for using an Intel MRC binary
Simon Glass
2
-0
/
+20
2017-11-22
binman: Add add test for SPL with a microcode pointer
Simon Glass
3
-31
/
+84
2017-11-22
binman: Add a test for x86-start16-spl
Simon Glass
2
-1
/
+22
2017-11-22
binman: Add test for u-boot-spl-bss-pad
Simon Glass
6
-1
/
+64
2017-11-22
binman: Check for files missing from test coverage
Simon Glass
1
-3
/
+19
[prev]
[next]