summaryrefslogtreecommitdiff
path: root/tools/binman
Commit message (Expand)AuthorAgeFilesLines
* 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
* binman: Store the original data before compressionSimon Glass2020-10-292-1/+18
* binman: Make section padding consistent with other entriesSimon Glass2020-10-294-2/+86
* binman: Move section padding to the parentSimon Glass2020-10-292-12/+12
* binman: Refactor _BuildSectionData()Simon Glass2020-10-292-10/+51
* binman: Move section-building code into a functionSimon Glass2020-10-292-8/+31
* binman: Expand docs and test for alignmentSimon Glass2020-10-293-12/+56
* binman: Expand docs and test for paddingSimon Glass2020-10-293-7/+45
* binman: Update testPackExtra with more checksSimon Glass2020-10-292-6/+23
* binman: Use 'files-compress' to set compression for filesSimon Glass2020-10-294-7/+8
* binman: Move CompressData() into Entry base classSimon Glass2020-10-292-7/+17
* binman: Expand the error message for breaching a sectionSimon Glass2020-10-292-6/+9
* binman: Remove references to 'image' in entry_SectionSimon Glass2020-10-291-4/+4
* binman: Fix return from u-boot-ucode if there is no DTSimon Glass2020-10-291-0/+1
* binman: Give a sensible error if no command is givenSimon Glass2020-10-291-0/+1
* binman: Add tests for skip-at-start sectionsSimon Glass2020-10-294-0/+121
* binman: Drop unused return variable for _DoTestFile()Simon Glass2020-10-291-2/+2
* binman: Update the entry docsSimon Glass2020-10-291-0/+23
* sunxi: binman: Add support for including SCP firmwareSamuel Holland2020-10-221-0/+4
* binman: Add support for SCP firmwareSamuel Holland2020-10-223-0/+42
* sunxi: binman: Update FIT component descriptionsSamuel Holland2020-10-222-4/+4
* binman: Only write FDT once per nodeSamuel Holland2020-10-221-4/+4
* binman: Support adding a U-Boot environmentSimon Glass2020-09-255-0/+132
* binman: Show an error when a file is missingSimon Glass2020-09-253-2/+24
* binman: sunxi: Add help message for missing sunxi ATF BL31Simon Glass2020-09-221-0/+4
* binman: Support help messages for missing blobsSimon Glass2020-09-226-3/+119