aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/etype
AgeCommit message (Expand)AuthorFilesLines
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini58-439/+130
2020-07-20binman: Add support for generating a FITSimon Glass1-0/+164
2020-07-20binman: Allow zero-length entries to overlapSimon Glass1-1/+1
2020-07-20binman: Allow missing Intel blobsSimon Glass3-7/+21
2020-07-20binman: Detect when valid images are not producedSimon Glass2-0/+13
2020-07-20binman: Allow external binaries to be missingSimon Glass2-3/+34
2020-07-20binman: Convert existing binary blobs to blob_extSimon Glass16-39/+29
2020-07-20binman: Add an etype for external binary blobsSimon Glass1-0/+31
2020-07-20binman: Use super() instead of specifying parent typeSimon Glass56-81/+80
2020-07-20binman: Fix a few typos in the entry docsSimon Glass2-2/+2
2020-07-20binman: Add support for calling mkimageSimon Glass2-0/+67
2020-07-20binman: cbfs: Fix IFWI typoSimon Glass1-1/+1
2020-04-26patman: Move to absolute importsSimon Glass17-25/+25
2020-04-26binman: Move to absolute importsSimon Glass56-132/+123
2020-04-26patman: Drop references to __future__Simon Glass1-2/+0
2020-01-07binman: fix default filename of u-boot-with-ucode-ptr in documentationMasahiro Yamada1-1/+1
2019-11-11binman: tegra: Adjust symbol calculation depending on end-at-4gbSimon Glass1-3/+15
2019-11-04pylibfdt: Convert to Python 3Simon Glass1-1/+1
2019-11-02binman: Fix up comment in intel-fsp-mSimon Glass1-1/+1
2019-11-02binman: Add support for Intel FSP-TSimon Glass1-0/+26
2019-11-02binman: Add support for Intel FSP-SSimon Glass1-0/+27
2019-10-15binman: Support writing symbols into entries within an IFWISimon Glass1-0/+5
2019-10-15binman: Update IFWI entry to support updatesSimon Glass1-18/+28
2019-10-15binman: Update IFWI entry to read entries outside constructorSimon Glass1-0/+3
2019-10-15binman: Fix entry comment for Intel descriptorSimon Glass1-1/+1
2019-10-15binman: Add support for Intel FSP meminitSimon Glass1-0/+27
2019-10-15binman: Allow support for writing a size symbol to binariesSimon Glass1-0/+2
2019-10-15binman: Avoid needing the section size in advanceSimon Glass1-4/+10
2019-10-15binman: Allow symbols to be resolved inside sectionsSimon Glass2-2/+2
2019-10-15binman: Fix IFWI output when using an Intel FIT imageSimon Glass1-3/+3
2019-10-15binman: Add support for Intel FITSimon Glass2-0/+73
2019-10-15binman: x86: Separate out 16-bit reset and init codeSimon Glass3-24/+28
2019-10-15binman: Add support for an x86 'reset' sectionSimon Glass3-0/+87
2019-10-15binman: Correct use of 'replace' in IFWI testsSimon Glass1-1/+7
2019-10-15binman: Allow use of help and entry-docs without libfdtSimon Glass6-10/+25
2019-10-08binman: Take account of skip-at-start with image-headerSimon Glass1-0/+1
2019-10-08binman: Handle reading data for end-at-4gb sectionsSimon Glass1-11/+5
2019-07-29binman: Update state when replacing device-tree entriesSimon Glass1-0/+9
2019-07-29binman: Support replacing data in a cbfsSimon Glass1-1/+2
2019-07-29binman: Update Entry.WriteData() to handle special sectionsSimon Glass2-2/+9
2019-07-29binman: Update Entry.ReadEntry() to work through classesSimon Glass3-12/+44
2019-07-29binman: Place Intel descriptor at image startSimon Glass1-1/+5
2019-07-29binman: Adjust fmap to ignore CBFS filesSimon Glass1-2/+7
2019-07-29binman: Update the _testing entry to support shrinkageSimon Glass1-6/+19
2019-07-29binman: Allow updating entries that change sizeSimon Glass1-4/+5
2019-07-29binman: Add more tests for image header positionSimon Glass2-2/+23
2019-07-29binman: Add info to allow safely repacking an image laterSimon Glass1-0/+3
2019-07-29binman: Allow the fdtmap to remain unchangedSimon Glass1-25/+30
2019-07-29binman: Add a function to obtain the image for an EntrySimon Glass2-4/+15
2019-07-29binman: Adjust Entry to read the node in a separate callSimon Glass5-14/+23