summaryrefslogtreecommitdiff
path: root/tools/binman
AgeCommit message (Expand)AuthorFilesLines
2021-03-26binman: Use standard filenames for SPL/TPL devicetreeSimon Glass1-11/+10
2021-03-26binman: Move the comment for GetFdts() to the base classSimon Glass2-10/+1
2021-03-26binman: Drop unnecessary field in output_fdt_infoSimon Glass1-12/+10
2021-03-26binman: Use the fake SPL/TPL only if requestedSimon Glass1-8/+15
2021-03-26binman: Drop unnecessary 'type' property in testsSimon Glass2-2/+0
2021-03-26binman: Add support for u-boot-tpl-bss-badSimon Glass4-0/+101
2021-03-26binman: Add support for u-boot-tpl-nodtbSimon Glass4-0/+83
2021-03-26binman: Support symbols in u-boot-spl-nodtbSimon Glass6-21/+81
2021-03-26binman: Correct the documentation for u-boot-spl-bss-padSimon Glass2-14/+20
2021-03-26binman: Tidy up underscores in entry documentationSimon Glass7-24/+22
2021-03-26binman: Update entry help for files-alignSimon Glass1-0/+1
2021-03-26binman: Document ExpandEntries() in the base classSimon Glass2-6/+11
2021-03-26binman: Allow extracting to current directorySimon Glass1-1/+1
2021-03-02binman: Indicate how to make binman verboseSimon Glass1-1/+3
2021-01-31binman: Allow for skip_at_start when reading entriesSimon Glass3-4/+48
2021-01-31binman: Support alignment of filesSimon Glass5-1/+35
2021-01-31binman: Allow vblock to include devicetree blobsSimon Glass5-10/+96
2021-01-31binman: Support reading an image with entry argsSimon Glass5-4/+64
2021-01-31binman: Support finding symbols in sub-sectionsSimon Glass6-7/+123
2021-01-31binman: Fix a few file commentsSimon Glass2-2/+1
2021-01-31binman: Show the size when writing entriesSimon Glass1-1/+2
2021-01-31binman: Update the TODO listSimon Glass1-2/+1
2021-01-31dtoc: binman: Drop Python 2 codeSimon Glass1-2/+2
2020-12-13patman: Drop tools.ToByte()Simon Glass1-3/+3
2020-12-13patman: Drop unicode helper functionsSimon Glass2-3/+2
2020-12-13fdt: Use an Enum for the data typeSimon Glass1-7/+7
2020-11-05binman: Correct calculation for image-posSimon Glass1-1/+1
2020-11-05binman: Update intel_ifwi to store padded sectionSimon Glass2-1/+17
2020-10-29binman: Avoid calculated section data repeatedlySimon Glass1-11/+13
2020-10-29binman: Support compression of sectionsSimon Glass7-0/+323
2020-10-29binman: Use the actual contents in CheckSize()Simon Glass2-8/+5
2020-10-29binman: Update CheckEntries() for compressed sectionsSimon Glass1-2/+4
2020-10-29binman: Drop CheckEntries()Simon Glass3-14/+13
2020-10-29binman: Call CheckSize() from the section's Pack() methodSimon Glass1-1/+4
2020-10-29binman: Drop the Entry.CheckSize() methodSimon Glass2-12/+10
2020-10-29binman: Move sort and expand to the main Pack() functionSimon Glass1-3/+4
2020-10-29binman: Drop Entry.CheckOffset()Simon Glass2-5/+2
2020-10-29binman: Avoid reporting image-pos with compressionSimon Glass4-13/+26
2020-10-29binman: Set section contents in GetData()Simon Glass3-2/+22
2020-10-29binman: Store the original data before compressionSimon Glass2-1/+18
2020-10-29binman: Make section padding consistent with other entriesSimon Glass4-2/+86
2020-10-29binman: Move section padding to the parentSimon Glass2-12/+12
2020-10-29binman: Refactor _BuildSectionData()Simon Glass2-10/+51
2020-10-29binman: Move section-building code into a functionSimon Glass2-8/+31
2020-10-29binman: Expand docs and test for alignmentSimon Glass3-12/+56
2020-10-29binman: Expand docs and test for paddingSimon Glass3-7/+45
2020-10-29binman: Update testPackExtra with more checksSimon Glass2-6/+23
2020-10-29binman: Use 'files-compress' to set compression for filesSimon Glass4-7/+8
2020-10-29binman: Move CompressData() into Entry base classSimon Glass2-7/+17
2020-10-29binman: Expand the error message for breaching a sectionSimon Glass2-6/+9