summaryrefslogtreecommitdiffstats
path: root/tools/binman/etype
Commit message (Expand)AuthorAgeFilesLines
* binman: Support adding sections to FMAPsSimon Glass2021-04-291-2/+17
* binman: Support default alignment for sectionsSimon Glass2021-03-273-0/+5
* binman: Support obtaining section contents immediatelySimon Glass2021-03-273-18/+45
* binman: Add support for a collection of entriesSimon Glass2021-03-272-13/+74
* binman: Allow disabling expanding an entrySimon Glass2021-03-273-3/+3
* binman: Drop repetitive heading for each entrySimon Glass2021-03-2619-19/+19
* binman: Incorporate entry documentationSimon Glass2021-03-267-38/+43
* binman: Automatically expand phase binaries into sectionsSimon Glass2021-03-2610-9/+184
* binman: Plumb expanded entries through fullySimon Glass2021-03-261-1/+2
* binman: Move the comment for GetFdts() to the base classSimon Glass2021-03-261-9/+0
* binman: Add support for u-boot-tpl-bss-badSimon Glass2021-03-261-0/+44
* binman: Add support for u-boot-tpl-nodtbSimon Glass2021-03-261-0/+41
* binman: Support symbols in u-boot-spl-nodtbSimon Glass2021-03-261-0/+14
* binman: Correct the documentation for u-boot-spl-bss-padSimon Glass2021-03-261-7/+10
* binman: Tidy up underscores in entry documentationSimon Glass2021-03-266-12/+11
* binman: Document ExpandEntries() in the base classSimon Glass2021-03-261-6/+0
* binman: Allow for skip_at_start when reading entriesSimon Glass2021-01-301-4/+6
* binman: Support alignment of filesSimon Glass2021-01-301-0/+4
* binman: Allow vblock to include devicetree blobsSimon Glass2021-01-302-2/+17
* binman: Support reading an image with entry argsSimon Glass2021-01-301-0/+15
* binman: Support finding symbols in sub-sectionsSimon Glass2021-01-301-5/+36
* binman: Fix a few file commentsSimon Glass2021-01-302-2/+1
* patman: Drop unicode helper functionsSimon Glass2020-12-131-1/+1
* binman: Update intel_ifwi to store padded sectionSimon Glass2020-11-051-1/+1
* binman: Avoid calculated section data repeatedlySimon Glass2020-10-291-11/+13
* binman: Use the actual contents in CheckSize()Simon Glass2020-10-291-7/+4
* binman: Update CheckEntries() for compressed sectionsSimon Glass2020-10-291-2/+4
* binman: Drop CheckEntries()Simon Glass2020-10-291-1/+3
* binman: Call CheckSize() from the section's Pack() methodSimon Glass2020-10-291-1/+4
* binman: Move sort and expand to the main Pack() functionSimon Glass2020-10-291-3/+4
* binman: Drop Entry.CheckOffset()Simon Glass2020-10-291-4/+1
* binman: Avoid reporting image-pos with compressionSimon Glass2020-10-292-8/+11
* binman: Set section contents in GetData()Simon Glass2020-10-291-1/+13
* binman: Make section padding consistent with other entriesSimon Glass2020-10-291-2/+2
* binman: Move section padding to the parentSimon Glass2020-10-291-8/+10
* binman: Refactor _BuildSectionData()Simon Glass2020-10-291-9/+50
* binman: Move section-building code into a functionSimon Glass2020-10-291-6/+29
* binman: Use 'files-compress' to set compression for filesSimon Glass2020-10-292-5/+6
* binman: Move CompressData() into Entry base classSimon Glass2020-10-291-7/+0
* binman: Expand the error message for breaching a sectionSimon Glass2020-10-291-4/+6
* 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: Add support for SCP firmwareSamuel Holland2020-10-221-0/+19
* sunxi: binman: Update FIT component descriptionsSamuel Holland2020-10-221-2/+2
* binman: Only write FDT once per nodeSamuel Holland2020-10-221-4/+4
* binman: Support adding a U-Boot environmentSimon Glass2020-09-251-0/+42
* binman: Show an error when a file is missingSimon Glass2020-09-251-2/+3
* binman: Allow selecting default FIT configurationSimon Glass2020-09-221-0/+26
* binman: Support generating FITs with multiple dtbsSimon Glass2020-09-221-6/+88
* binman: Add support for ATF BL31Simon Glass2020-09-221-0/+24