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
/
binman
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-29
binman: Add command-line support for replacing entries
Simon Glass
5
-4
/
+327
2019-07-29
binman: Correct the error message for invalid path
Simon Glass
2
-4
/
+4
2019-07-29
binman: Split control.WriteEntryToImage() into separate functions
Simon Glass
1
-17
/
+59
2019-07-29
binman: Update control.WriteEntry() to support writing the map
Simon Glass
1
-4
/
+6
2019-07-29
binman: Move control.WriteEntry further down the file
Simon Glass
1
-41
/
+40
2019-07-29
binman: Clean up all output directories in tests
Simon Glass
1
-9
/
+42
2019-07-29
binman: Add a test function to clean up the output dir
Simon Glass
1
-4
/
+8
2019-07-29
binman: Update state when replacing device-tree entries
Simon Glass
2
-0
/
+25
2019-07-29
binman: Support replacing data in a cbfs
Simon Glass
6
-7
/
+78
2019-07-29
binman: Update Entry.WriteData() to handle special sections
Simon Glass
3
-3
/
+29
2019-07-29
binman: Update Entry.ReadEntry() to work through classes
Simon Glass
4
-17
/
+46
2019-07-29
binman: Add a prefix before CBFS hex offsets
Simon Glass
2
-4
/
+4
2019-07-29
binman: Add a few more features to the wishlist
Simon Glass
1
-0
/
+2
2019-07-29
binman: Place Intel descriptor at image start
Simon Glass
3
-1
/
+34
2019-07-29
binman: Adjust fmap to ignore CBFS files
Simon Glass
2
-3
/
+9
2019-07-29
binman: Support shrinking a entry after packing
Simon Glass
5
-11
/
+91
2019-07-29
binman: Update the _testing entry to support shrinkage
Simon Glass
2
-14
/
+27
2019-07-29
binman: Allow updating entries that change size
Simon Glass
7
-26
/
+113
2019-07-29
binman: Add more tests for image header position
Simon Glass
8
-2
/
+127
2019-07-29
binman: Move Image.BuildImage() into a single function
Simon Glass
1
-6
/
+4
2019-07-29
binman: Write the original input fdtmap to a file
Simon Glass
2
-2
/
+9
2019-07-29
binman: Update documentation for image creation
Simon Glass
1
-5
/
+18
2019-07-29
binman: Add info to allow safely repacking an image later
Simon Glass
8
-14
/
+165
2019-07-29
binman: Support updating entries in an existing image
Simon Glass
8
-25
/
+277
2019-07-29
binman: Tidy up _SetupDtb() to use its own temporary file
Simon Glass
1
-3
/
+3
2019-07-29
binman: Allow the fdtmap to remain unchanged
Simon Glass
1
-25
/
+30
2019-07-29
binman: Add a constant for common entry properties
Simon Glass
1
-7
/
+8
2019-07-29
binman: Add a function to obtain the image for an Entry
Simon Glass
4
-5
/
+23
2019-07-29
binman: Adjust Entry to read the node in a separate call
Simon Glass
8
-24
/
+37
2019-07-29
binman: Add an image name into the fdtmap
Simon Glass
2
-1
/
+3
2019-07-29
binman: Store the entry in output_fdt_files
Simon Glass
1
-15
/
+34
2019-07-29
binman: Allow state functions to fail to return data
Simon Glass
1
-2
/
+7
2019-07-29
binman: Support loading entry data from a file
Simon Glass
2
-0
/
+10
2019-07-29
binman: Store image fdtmap when loading from a file
Simon Glass
1
-1
/
+10
2019-07-29
binman: Add a bit of logging in entries when packing
Simon Glass
5
-16
/
+37
2019-07-29
binman: Drop state.fdt_set as this is not needed
Simon Glass
1
-10
/
+3
2019-07-29
binman: Simplify state.fdt_subset
Simon Glass
1
-10
/
+11
2019-07-29
binman: Adjust state.fdt_files to be keyed by entry type
Simon Glass
3
-29
/
+38
2019-07-29
binman: Adjust GetFdt() to be keyed by etype
Simon Glass
9
-8
/
+50
2019-07-29
binman: Rename state.GetFdt()
Simon Glass
2
-4
/
+5
2019-07-29
binman: Rename state.GetFdts()
Simon Glass
2
-6
/
+6
2019-07-29
binman: Convert GetFdtSet() to use a dict
Simon Glass
4
-22
/
+23
2019-07-29
binman: Move image/fdt code into PrepareImagesAndDtbs()
Simon Glass
1
-54
/
+71
2019-07-29
binman: Move GetFdtSet() into blob_dtb
Simon Glass
2
-5
/
+9
2019-07-29
binman: Move image-processing code into a function
Simon Glass
1
-46
/
+57
2019-07-24
binman: Add a test for nested and aligned sections
Simon Glass
2
-1
/
+94
2019-07-24
binman: Add an 'extract' command
Simon Glass
4
-1
/
+286
2019-07-24
binman: Support reading from CBFS entries
Simon Glass
2
-0
/
+21
2019-07-24
binman: Allow reading an entry from an image
Simon Glass
5
-1
/
+99
2019-07-24
binman: Allow for logging information to be displayed
Simon Glass
3
-3
/
+22
[next]