summaryrefslogtreecommitdiffstats
path: root/tools/binman
Commit message (Expand)AuthorAgeFilesLines
* binman: Allow disabling expanding an entrySimon Glass2021-03-278-9/+56
* binman: Use a unique number for the symbols test fileSimon Glass2021-03-272-1/+1
* binman: Update various pieces of the documentationSimon Glass2021-03-261-39/+44
* binman: Drop repetitive heading for each entrySimon Glass2021-03-2620-57/+57
* binman: Incorporate entry documentationSimon Glass2021-03-2610-77/+87
* binman: Rearrange documentation into headingsSimon Glass2021-03-261-257/+266
* binman: doc: Add documentation to htmldocsSimon Glass2021-03-266-245/+257
* binman: Automatically expand phase binaries into sectionsSimon Glass2021-03-2616-18/+571
* binman: Plumb expanded entries through fullySimon Glass2021-03-263-8/+36
* binman: Allow a way to select expanded entriesSimon Glass2021-03-262-6/+16
* binman: Allow using an an 'expanded' entry typeSimon Glass2021-03-262-9/+63
* binman: Use standard filenames for SPL/TPL devicetreeSimon Glass2021-03-261-11/+10
* binman: Move the comment for GetFdts() to the base classSimon Glass2021-03-262-10/+1
* binman: Drop unnecessary field in output_fdt_infoSimon Glass2021-03-261-12/+10
* binman: Use the fake SPL/TPL only if requestedSimon Glass2021-03-261-8/+15
* binman: Drop unnecessary 'type' property in testsSimon Glass2021-03-262-2/+0
* binman: Add support for u-boot-tpl-bss-badSimon Glass2021-03-264-0/+101
* binman: Add support for u-boot-tpl-nodtbSimon Glass2021-03-264-0/+83
* binman: Support symbols in u-boot-spl-nodtbSimon Glass2021-03-266-21/+81
* binman: Correct the documentation for u-boot-spl-bss-padSimon Glass2021-03-262-14/+20
* binman: Tidy up underscores in entry documentationSimon Glass2021-03-267-24/+22
* binman: Update entry help for files-alignSimon Glass2021-03-261-0/+1
* binman: Document ExpandEntries() in the base classSimon Glass2021-03-262-6/+11
* binman: Allow extracting to current directorySimon Glass2021-03-261-1/+1
* binman: Indicate how to make binman verboseSimon Glass2021-03-021-1/+3
* binman: Allow for skip_at_start when reading entriesSimon Glass2021-01-303-4/+48
* binman: Support alignment of filesSimon Glass2021-01-305-1/+35
* binman: Allow vblock to include devicetree blobsSimon Glass2021-01-305-10/+96
* binman: Support reading an image with entry argsSimon Glass2021-01-305-4/+64
* binman: Support finding symbols in sub-sectionsSimon Glass2021-01-306-7/+123
* binman: Fix a few file commentsSimon Glass2021-01-302-2/+1
* binman: Show the size when writing entriesSimon Glass2021-01-301-1/+2
* binman: Update the TODO listSimon Glass2021-01-301-2/+1
* dtoc: binman: Drop Python 2 codeSimon Glass2021-01-301-2/+2
* patman: Drop tools.ToByte()Simon Glass2020-12-131-3/+3
* patman: Drop unicode helper functionsSimon Glass2020-12-132-3/+2
* fdt: Use an Enum for the data typeSimon Glass2020-12-131-7/+7
* binman: Correct calculation for image-posSimon Glass2020-11-051-1/+1
* binman: Update intel_ifwi to store padded sectionSimon Glass2020-11-052-1/+17
* binman: Avoid calculated section data repeatedlySimon Glass2020-10-291-11/+13
* binman: Support compression of sectionsSimon Glass2020-10-297-0/+323
* binman: Use the actual contents in CheckSize()Simon Glass2020-10-292-8/+5
* binman: Update CheckEntries() for compressed sectionsSimon Glass2020-10-291-2/+4
* binman: Drop CheckEntries()Simon Glass2020-10-293-14/+13
* binman: Call CheckSize() from the section's Pack() methodSimon Glass2020-10-291-1/+4
* binman: Drop the Entry.CheckSize() methodSimon Glass2020-10-292-12/+10
* binman: Move sort and expand to the main Pack() functionSimon Glass2020-10-291-3/+4
* binman: Drop Entry.CheckOffset()Simon Glass2020-10-292-5/+2
* binman: Avoid reporting image-pos with compressionSimon Glass2020-10-294-13/+26
* binman: Set section contents in GetData()Simon Glass2020-10-293-2/+22