aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/etype
AgeCommit message (Expand)Author
2019-11-04pylibfdt: Convert to Python 3Simon Glass
2019-11-02binman: Fix up comment in intel-fsp-mSimon Glass
2019-11-02binman: Add support for Intel FSP-TSimon Glass
2019-11-02binman: Add support for Intel FSP-SSimon Glass
2019-10-15binman: Support writing symbols into entries within an IFWISimon Glass
2019-10-15binman: Update IFWI entry to support updatesSimon Glass
2019-10-15binman: Update IFWI entry to read entries outside constructorSimon Glass
2019-10-15binman: Fix entry comment for Intel descriptorSimon Glass
2019-10-15binman: Add support for Intel FSP meminitSimon Glass
2019-10-15binman: Allow support for writing a size symbol to binariesSimon Glass
2019-10-15binman: Avoid needing the section size in advanceSimon Glass
2019-10-15binman: Allow symbols to be resolved inside sectionsSimon Glass
2019-10-15binman: Fix IFWI output when using an Intel FIT imageSimon Glass
2019-10-15binman: Add support for Intel FITSimon Glass
2019-10-15binman: x86: Separate out 16-bit reset and init codeSimon Glass
2019-10-15binman: Add support for an x86 'reset' sectionSimon Glass
2019-10-15binman: Correct use of 'replace' in IFWI testsSimon Glass
2019-10-15binman: Allow use of help and entry-docs without libfdtSimon Glass
2019-10-08binman: Take account of skip-at-start with image-headerSimon Glass
2019-10-08binman: Handle reading data for end-at-4gb sectionsSimon Glass
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