summaryrefslogtreecommitdiff
path: root/tools/binman/etype
AgeCommit message (Expand)Author
2019-07-29binman: Update state when replacing device-tree entriesSimon Glass
2019-07-29binman: Support replacing data in a cbfsSimon Glass
2019-07-29binman: Update Entry.WriteData() to handle special sectionsSimon Glass
2019-07-29binman: Update Entry.ReadEntry() to work through classesSimon Glass
2019-07-29binman: Place Intel descriptor at image startSimon Glass
2019-07-29binman: Adjust fmap to ignore CBFS filesSimon Glass
2019-07-29binman: Update the _testing entry to support shrinkageSimon Glass
2019-07-29binman: Allow updating entries that change sizeSimon Glass
2019-07-29binman: Add more tests for image header positionSimon Glass
2019-07-29binman: Add info to allow safely repacking an image laterSimon Glass
2019-07-29binman: Allow the fdtmap to remain unchangedSimon Glass
2019-07-29binman: Add a function to obtain the image for an EntrySimon Glass
2019-07-29binman: Adjust Entry to read the node in a separate callSimon Glass
2019-07-29binman: Add an image name into the fdtmapSimon Glass
2019-07-29binman: Support loading entry data from a fileSimon Glass
2019-07-29binman: Add a bit of logging in entries when packingSimon Glass
2019-07-29binman: Adjust state.fdt_files to be keyed by entry typeSimon Glass
2019-07-29binman: Adjust GetFdt() to be keyed by etypeSimon Glass
2019-07-29binman: Rename state.GetFdt()Simon Glass
2019-07-29binman: Convert GetFdtSet() to use a dictSimon Glass
2019-07-29binman: Move GetFdtSet() into blob_dtbSimon Glass
2019-07-24binman: Support reading from CBFS entriesSimon Glass
2019-07-24binman: Allow reading an entry from an imageSimon Glass
2019-07-24binman: Convert Image to a subclass of EntrySimon Glass
2019-07-24binman: Support locating an image headerSimon Glass
2019-07-24binman: Support locating an FDT mapSimon Glass
2019-07-24binman: Allow listing the entries in an imageSimon Glass
2019-07-24binman: Detect bad CBFS file typesSimon Glass
2019-07-24binman: Support FDT update for CBFSSimon Glass
2019-07-24binman: Allow device-tree entries to be compressedSimon Glass
2019-07-24binman: Allow entries to expand after packingSimon Glass
2019-07-24binman: Add a return value to ProcessContentsUpdate()Simon Glass
2019-07-24binman: Call ProcessUpdateContents() consistentlySimon Glass
2019-07-24binman: Allow easy importing of entry modulesSimon Glass
2019-07-24binman: Move compression into the Entry base classSimon Glass
2019-07-24binman: Add an image headerSimon Glass
2019-07-24binman: Add an FDT mapSimon Glass
2019-07-24binman: Add support for fixed-offset files in CBFSSimon Glass
2019-07-24binman: Add support for Intel IFWI entriesSimon Glass
2019-07-24binman: Add support for CBFS entriesSimon Glass
2019-07-23binman: Support ELF files for TPLSimon Glass
2019-07-23binman: Correct comment in u_boot_spl_elfSimon Glass
2019-07-23binman: Use tools compression function for blob handlingSimon Glass
2019-07-23binman: Allow text directly in the nodeSimon Glass
2019-07-23binman: Don't assume there is an ME regionSimon Glass
2019-07-23binman: Assume Intel descriptor is at the start of the imageSimon Glass
2019-07-23binman: Use a better error for missing Intel descriptorSimon Glass
2019-07-10binman: Update 'text' entry for Python 3Simon Glass
2019-07-10patman: Update fmap code for Python 3Simon Glass
2019-07-10binman: Convert to use bytes typeSimon Glass