summaryrefslogtreecommitdiff
path: root/tools/binman/etype
Commit message (Expand)AuthorAgeFilesLines
* patman: Move to absolute importsSimon Glass2020-04-2617-25/+25
* binman: Move to absolute importsSimon Glass2020-04-2656-132/+123
* patman: Drop references to __future__Simon Glass2020-04-261-2/+0
* binman: fix default filename of u-boot-with-ucode-ptr in documentationMasahiro Yamada2020-01-071-1/+1
* binman: tegra: Adjust symbol calculation depending on end-at-4gbSimon Glass2019-11-111-3/+15
* pylibfdt: Convert to Python 3Simon Glass2019-11-041-1/+1
* binman: Fix up comment in intel-fsp-mSimon Glass2019-11-021-1/+1
* binman: Add support for Intel FSP-TSimon Glass2019-11-021-0/+26
* binman: Add support for Intel FSP-SSimon Glass2019-11-021-0/+27
* binman: Support writing symbols into entries within an IFWISimon Glass2019-10-151-0/+5
* binman: Update IFWI entry to support updatesSimon Glass2019-10-151-18/+28
* binman: Update IFWI entry to read entries outside constructorSimon Glass2019-10-151-0/+3
* binman: Fix entry comment for Intel descriptorSimon Glass2019-10-151-1/+1
* binman: Add support for Intel FSP meminitSimon Glass2019-10-151-0/+27
* binman: Allow support for writing a size symbol to binariesSimon Glass2019-10-151-0/+2
* binman: Avoid needing the section size in advanceSimon Glass2019-10-151-4/+10
* binman: Allow symbols to be resolved inside sectionsSimon Glass2019-10-152-2/+2
* binman: Fix IFWI output when using an Intel FIT imageSimon Glass2019-10-151-3/+3
* binman: Add support for Intel FITSimon Glass2019-10-152-0/+73
* binman: x86: Separate out 16-bit reset and init codeSimon Glass2019-10-153-24/+28
* binman: Add support for an x86 'reset' sectionSimon Glass2019-10-153-0/+87
* binman: Correct use of 'replace' in IFWI testsSimon Glass2019-10-151-1/+7
* binman: Allow use of help and entry-docs without libfdtSimon Glass2019-10-156-10/+25
* binman: Take account of skip-at-start with image-headerSimon Glass2019-10-081-0/+1
* binman: Handle reading data for end-at-4gb sectionsSimon Glass2019-10-081-11/+5
* binman: Update state when replacing device-tree entriesSimon Glass2019-07-291-0/+9
* binman: Support replacing data in a cbfsSimon Glass2019-07-291-1/+2
* binman: Update Entry.WriteData() to handle special sectionsSimon Glass2019-07-292-2/+9
* binman: Update Entry.ReadEntry() to work through classesSimon Glass2019-07-293-12/+44
* binman: Place Intel descriptor at image startSimon Glass2019-07-291-1/+5
* binman: Adjust fmap to ignore CBFS filesSimon Glass2019-07-291-2/+7
* binman: Update the _testing entry to support shrinkageSimon Glass2019-07-291-6/+19
* binman: Allow updating entries that change sizeSimon Glass2019-07-291-4/+5
* binman: Add more tests for image header positionSimon Glass2019-07-292-2/+23
* binman: Add info to allow safely repacking an image laterSimon Glass2019-07-291-0/+3
* binman: Allow the fdtmap to remain unchangedSimon Glass2019-07-291-25/+30
* binman: Add a function to obtain the image for an EntrySimon Glass2019-07-292-4/+15
* binman: Adjust Entry to read the node in a separate callSimon Glass2019-07-295-14/+23
* binman: Add an image name into the fdtmapSimon Glass2019-07-291-0/+2
* binman: Support loading entry data from a fileSimon Glass2019-07-291-0/+5
* binman: Add a bit of logging in entries when packingSimon Glass2019-07-292-0/+5
* binman: Adjust state.fdt_files to be keyed by entry typeSimon Glass2019-07-292-5/+5
* binman: Adjust GetFdt() to be keyed by etypeSimon Glass2019-07-296-2/+29
* binman: Rename state.GetFdt()Simon Glass2019-07-291-1/+1
* binman: Convert GetFdtSet() to use a dictSimon Glass2019-07-292-9/+10
* binman: Move GetFdtSet() into blob_dtbSimon Glass2019-07-291-0/+9
* binman: Support reading from CBFS entriesSimon Glass2019-07-241-0/+7
* binman: Allow reading an entry from an imageSimon Glass2019-07-241-0/+13
* binman: Convert Image to a subclass of EntrySimon Glass2019-07-243-46/+390
* binman: Support locating an image headerSimon Glass2019-07-241-0/+23