summaryrefslogtreecommitdiff
path: root/tools/binman/etype
AgeCommit message (Expand)AuthorFilesLines
2022-02-09binman: Convert FIT entry type to a subclass of Section entry typeAlper Nebi Yasak1-49/+27
2022-02-09binman: Check missing bintools of Section subclassesAlper Nebi Yasak1-0/+1
2022-02-09binman: Register and check bintools from FIT subentriesAlper Nebi Yasak1-0/+14
2022-02-09binman: Fix subentry expansion for FIT entry typeAlper Nebi Yasak1-0/+5
2022-02-09patman: Convert camel case in tout.pySimon Glass4-8/+8
2022-02-09patman: Convert camel case in tools.pySimon Glass20-61/+61
2022-01-31binman: Skip node generation for images read from filesJan Kiszka1-1/+1
2022-01-25binman: Plumb in support for missing bintoolsSimon Glass1-0/+11
2022-01-25binman: Tidy up pylint warnings in comp_utilSimon Glass1-1/+1
2022-01-25binman: Move compression into binmanSimon Glass1-1/+2
2022-01-25binman: Convert to using the mkimage bintoolSimon Glass2-6/+27
2022-01-25binman: Convert to using the ifwitool bintoolSimon Glass1-6/+19
2022-01-25binman: Convert to using the futility bintoolSimon Glass2-28/+41
2022-01-25binman: Plumb in support for bintoolsSimon Glass1-0/+4
2022-01-25binman: Allow faked blobs in blob-ext-listSimon Glass2-0/+2
2022-01-13binman: Write fake blobs to the output directorySimon Glass1-7/+1
2022-01-10Merge branch 'next'Tom Rini11-104/+583
2022-01-07binman: add support for creating dummy files for external blobsHeiko Thiery4-0/+66
2021-12-17binman: Add support for ATF FIPSimon Glass1-0/+273
2021-12-05binman: Rename _ReadSubnodes() to ReadEntries()Simon Glass3-6/+6
2021-12-05binman: Support lists of external blobsSimon Glass2-3/+71
2021-12-05binman: Allow extracting a file in an alternative formatSimon Glass3-9/+34
2021-12-05binman: Allow listing an image created by a newer versionSimon Glass1-1/+2
2021-12-02binman: cfbs: Refactor ObtainContents() for consistencySimon Glass1-17/+23
2021-12-02binman: cbfs: Refactor the init processSimon Glass1-2/+6
2021-12-02binman: Use normal entries in cbfsSimon Glass1-8/+8
2021-12-02binman: Move cbfs.ObtainContents() down a bitSimon Glass1-15/+15
2021-12-02binman: Update the section documentationSimon Glass1-26/+122
2021-12-02binman: Allow control of which entries to readSimon Glass1-6/+7
2021-12-02binman: Allow overriding BuildSectionData()Simon Glass1-4/+12
2021-12-02binman: Drop the filename property in entry_SectionSimon Glass1-4/+1
2021-12-02binman: Drop the underscore in _ReadEntries()Simon Glass4-8/+8
2021-07-21binman: Add basic support for debugging performanceSimon Glass1-0/+5
2021-07-21binman: Use bytearray instead of stringSimon Glass2-3/+3
2021-07-21binman: Split node-reading out from constructor in filesSimon Glass1-0/+3
2021-07-21binman: Support multithreading for building imagesSimon Glass1-3/+33
2021-05-19binman: Add support for RISC-V OpenSBI fw_dynamic blobBin Meng1-0/+23
2021-05-19binman: Correct the comment for ATF entry typeBin Meng1-1/+1
2021-04-29binman: Support adding sections to FMAPsSimon Glass1-2/+17
2021-03-27binman: Support default alignment for sectionsSimon Glass3-0/+5
2021-03-27binman: Support obtaining section contents immediatelySimon Glass3-18/+45
2021-03-27binman: Add support for a collection of entriesSimon Glass2-13/+74
2021-03-27binman: Allow disabling expanding an entrySimon Glass3-3/+3
2021-03-26binman: Drop repetitive heading for each entrySimon Glass19-19/+19
2021-03-26binman: Incorporate entry documentationSimon Glass7-38/+43
2021-03-26binman: Automatically expand phase binaries into sectionsSimon Glass10-9/+184
2021-03-26binman: Plumb expanded entries through fullySimon Glass1-1/+2
2021-03-26binman: Move the comment for GetFdts() to the base classSimon Glass1-9/+0
2021-03-26binman: Add support for u-boot-tpl-bss-badSimon Glass1-0/+44
2021-03-26binman: Add support for u-boot-tpl-nodtbSimon Glass1-0/+41