Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
713a02a2ce46199c83c3cee0bd02f99dadaa4c8a
/
tools
/
binman
f6a8c0f
binman: fix default filename of u-boot-with-ucode-ptr in documentation
by Masahiro Yamada
· 5 years ago
32f2ca2
cosmetic: Fix spelling and whitespace errors
by Thomas Hebb
· 5 years ago
7c15013
binman: tegra: Adjust symbol calculation depending on end-at-4gb
by Simon Glass
· 5 years ago
3885601
binman: Move to use Python 3
by Simon Glass
· 5 years ago
b6ee0cf
binman: Convert a few tests to Python 3
by Simon Glass
· 5 years ago
9a5d3dc
binman: Remember the pre-reset entry size
by Simon Glass
· 5 years ago
b4cf5f1
pylibfdt: Convert to Python 3
by Simon Glass
· 5 years ago
3b3e3c0
patman: Adjust 'command' to return strings instead of bytes
by Simon Glass
· 5 years ago
211193d
binman: Fix up comment in intel-fsp-m
by Simon Glass
· 5 years ago
998d148
binman: Add support for Intel FSP-T
by Simon Glass
· 5 years ago
bc6a88f
binman: Add support for Intel FSP-S
by Simon Glass
· 5 years ago
15c981c
binman: Correct symbol calculation with non-zero image base
by Simon Glass
· 5 years ago
d1d5ffd
binman: Drop comment-out code in testUpdateFdtOutput()
by Simon Glass
· 5 years ago
aed6c0b
binman: Add logging for the number of pack passes
by Simon Glass
· 5 years ago
261cbe0
binman: Write symbol info before image inclusion
by Simon Glass
· 5 years ago
ed9571d
binman: Support writing symbols into entries within an IFWI
by Simon Glass
· 5 years ago
51f2072
binman: Update IFWI entry to support updates
by Simon Glass
· 5 years ago
afc68a8
binman: Update IFWI entry to read entries outside constructor
by Simon Glass
· 5 years ago
7d645e0
binman: Fix entry comment for Intel descriptor
by Simon Glass
· 5 years ago
ea0fff9
binman: Add support for Intel FSP meminit
by Simon Glass
· 5 years ago
b87064c
binman: Allow support for writing a size symbol to binaries
by Simon Glass
· 5 years ago
eb0086f
binman: Increase size of TPL and SPL test data
by Simon Glass
· 5 years ago
bf4d0e2
binman: Avoid needing the section size in advance
by Simon Glass
· 5 years ago
dfdd2b6
binman: Rename some two-digit test files
by Simon Glass
· 5 years ago
9255f3c
binman: Use underscore in test filenames
by Simon Glass
· 5 years ago
2090f1e
binman: Allow symbols to be resolved inside sections
by Simon Glass
· 5 years ago
c9a0b27
binman: Clean up unnecessary code related to ELF test files
by Simon Glass
· 5 years ago
8dc60f9
binman: Use the Makefile for u_boot_binman_syms_bad
by Simon Glass
· 5 years ago
e9d2ee3
binman: Use the Makefile for u_boot_binman_syms_size
by Simon Glass
· 5 years ago
1542c8b
binman: Use the Makefile for u_boot_binman_syms
by Simon Glass
· 5 years ago
bccd91d
binman: Use the Makefile for u_boot_no_ucode_ptr
by Simon Glass
· 5 years ago
f514d8f
binman: Use the Makefile for u_boot_ucode_ptr
by Simon Glass
· 5 years ago
53e22bf
binman: Use the Makefile to build ELF test files
by Simon Glass
· 5 years ago
180f556
binman: Use tools.Run() to run objdump
by Simon Glass
· 5 years ago
e95be63
binman: Fix IFWI output when using an Intel FIT image
by Simon Glass
· 5 years ago
5af1207
binman: Add support for Intel FIT
by Simon Glass
· 5 years ago
5e23918
binman: x86: Separate out 16-bit reset and init code
by Simon Glass
· 5 years ago
2250ee6
binman: Add support for an x86 'reset' section
by Simon Glass
· 5 years ago
3da9ce8
binman: Correct use of 'replace' in IFWI tests
by Simon Glass
· 5 years ago
39c8e47
binman: Handle hidden symbols in ELF files
by Simon Glass
· 5 years ago
9d44a7e
binman: Drop .note section from ELF
by Simon Glass
· 5 years ago
8dbb744
binman: Allow use of help and entry-docs without libfdt
by Simon Glass
· 5 years ago
b986b3b
binman: Use cls instead of self for class methods
by Simon Glass
· 5 years ago
c443f56
binman: Use qemu-x86_defconfig in the example
by Bin Meng
· 5 years ago
0b7ebee
binman: Take account of skip-at-start with image-header
by Simon Glass
· 5 years ago
2d553c0
binman: Handle reading data for end-at-4gb sections
by Simon Glass
· 5 years ago
4e185e8
binman: Add a base implementation of Entry.ReadChildData()
by Simon Glass
· 5 years ago
7bc4f0f
binman: Allow verbose output with all commands
by Simon Glass
· 5 years ago
1f338e0
binman: Allow selection of logging verbosity
by Simon Glass
· 5 years ago
a6cb995
binman: Add command-line support for replacing entries
by Simon Glass
· 5 years ago
bb5edc1
binman: Correct the error message for invalid path
by Simon Glass
· 5 years ago
d7fa4e4
binman: Split control.WriteEntryToImage() into separate functions
by Simon Glass
· 5 years ago
3ad804e
binman: Update control.WriteEntry() to support writing the map
by Simon Glass
· 5 years ago
22a76b7
binman: Move control.WriteEntry further down the file
by Simon Glass
· 5 years ago
f86a736
binman: Clean up all output directories in tests
by Simon Glass
· 5 years ago
bf574f1
binman: Add a test function to clean up the output dir
by Simon Glass
· 5 years ago
f6e0249
binman: Update state when replacing device-tree entries
by Simon Glass
· 5 years ago
eb0f4a4
binman: Support replacing data in a cbfs
by Simon Glass
· 5 years ago
7210c89
binman: Update Entry.WriteData() to handle special sections
by Simon Glass
· 5 years ago
a9cd39e
binman: Update Entry.ReadEntry() to work through classes
by Simon Glass
· 5 years ago
17a7421
binman: Add a prefix before CBFS hex offsets
by Simon Glass
· 5 years ago
513c53e
binman: Add a few more features to the wishlist
by Simon Glass
· 5 years ago
27145fd
binman: Place Intel descriptor at image start
by Simon Glass
· 5 years ago
95a0f3c
binman: Adjust fmap to ignore CBFS files
by Simon Glass
· 5 years ago
61ec04f
binman: Support shrinking a entry after packing
by Simon Glass
· 5 years ago
79d3c58
binman: Update the _testing entry to support shrinkage
by Simon Glass
· 5 years ago
51014aa
binman: Allow updating entries that change size
by Simon Glass
· 5 years ago
eba1f0c
binman: Add more tests for image header position
by Simon Glass
· 5 years ago
7400107
binman: Move Image.BuildImage() into a single function
by Simon Glass
· 5 years ago
96b6c50
binman: Write the original input fdtmap to a file
by Simon Glass
· 5 years ago
4ab88b6
binman: Update documentation for image creation
by Simon Glass
· 5 years ago
12bb1a9
binman: Add info to allow safely repacking an image later
by Simon Glass
· 5 years ago
10f9d00
binman: Support updating entries in an existing image
by Simon Glass
· 5 years ago
a004f29
binman: Tidy up _SetupDtb() to use its own temporary file
by Simon Glass
· 5 years ago
02fd463
binman: Allow the fdtmap to remain unchanged
by Simon Glass
· 5 years ago
6ccbfcd
binman: Add a constant for common entry properties
by Simon Glass
· 5 years ago
c5ad04b
binman: Add a function to obtain the image for an Entry
by Simon Glass
· 5 years ago
c6bd6e2
binman: Adjust Entry to read the node in a separate call
by Simon Glass
· 5 years ago
1411ac8
binman: Add an image name into the fdtmap
by Simon Glass
· 5 years ago
6ca0dcb
binman: Store the entry in output_fdt_files
by Simon Glass
· 5 years ago
6a3b5b5
binman: Allow state functions to fail to return data
by Simon Glass
· 5 years ago
d507933
binman: Support loading entry data from a file
by Simon Glass
· 5 years ago
589d8f9
binman: Store image fdtmap when loading from a file
by Simon Glass
· 5 years ago
9f297b0
binman: Add a bit of logging in entries when packing
by Simon Glass
· 5 years ago
f49462e
binman: Drop state.fdt_set as this is not needed
by Simon Glass
· 5 years ago
77e4ef1
binman: Simplify state.fdt_subset
by Simon Glass
· 5 years ago
fb5e8b1
binman: Adjust state.fdt_files to be keyed by entry type
by Simon Glass
· 5 years ago
4bdd300
binman: Adjust GetFdt() to be keyed by etype
by Simon Glass
· 5 years ago
726e296
binman: Rename state.GetFdt()
by Simon Glass
· 5 years ago
4bdd115
binman: Rename state.GetFdts()
by Simon Glass
· 5 years ago
a8adb6d
binman: Convert GetFdtSet() to use a dict
by Simon Glass
· 5 years ago
a8573c4
binman: Move image/fdt code into PrepareImagesAndDtbs()
by Simon Glass
· 5 years ago
9354612
binman: Move GetFdtSet() into blob_dtb
by Simon Glass
· 5 years ago
b88e81c
binman: Move image-processing code into a function
by Simon Glass
· 5 years ago
e2705fa
binman: Add a test for nested and aligned sections
by Simon Glass
· 5 years ago
71ce0ba
binman: Add an 'extract' command
by Simon Glass
· 5 years ago
3a9c252
binman: Support reading from CBFS entries
by Simon Glass
· 5 years ago
f667e45
binman: Allow reading an entry from an image
by Simon Glass
· 5 years ago
eea264e
binman: Allow for logging information to be displayed
by Simon Glass
· 5 years ago
61f564d
binman: Support listing an image
by Simon Glass
· 5 years ago
Next »