summaryrefslogtreecommitdiff
path: root/tools/binman/entry.py
AgeCommit message (Expand)AuthorFilesLines
2022-01-25binman: Plumb in support for bintoolsSimon Glass1-0/+22
2022-01-25binman: Allow faked blobs in blob-ext-listSimon Glass1-1/+1
2022-01-13binman: Write fake blobs to the output directorySimon Glass1-0/+20
2022-01-10Merge branch 'next'Tom Rini1-24/+85
2022-01-07binman: add support for creating dummy files for external blobsHeiko Thiery1-0/+23
2021-12-05binman: Allow extracting a file in an alternative formatSimon Glass1-6/+31
2021-12-05binman: Allow listing an image created by a newer versionSimon Glass1-15/+50
2021-12-02binman: Correct comments for ReadChildData()Simon Glass1-2/+3
2021-12-02binman: Correct init of entry in Entry classSimon Glass1-1/+1
2021-03-27binman: Support default alignment for sectionsSimon Glass1-0/+2
2021-03-27binman: Support obtaining section contents immediatelySimon Glass1-1/+5
2021-03-27binman: Add support for a collection of entriesSimon Glass1-0/+5
2021-03-27binman: Allow disabling expanding an entrySimon Glass1-1/+2
2021-03-26binman: Allow using an an 'expanded' entry typeSimon Glass1-9/+51
2021-03-26binman: Move the comment for GetFdts() to the base classSimon Glass1-1/+1
2021-03-26binman: Document ExpandEntries() in the base classSimon Glass1-0/+11
2021-01-31binman: Support reading an image with entry argsSimon Glass1-2/+1
2020-11-05binman: Correct calculation for image-posSimon Glass1-1/+1
2020-11-05binman: Update intel_ifwi to store padded sectionSimon Glass1-0/+16
2020-10-29binman: Drop Entry.CheckOffset()Simon Glass1-1/+1
2020-10-29binman: Avoid reporting image-pos with compressionSimon Glass1-4/+14
2020-10-29binman: Set section contents in GetData()Simon Glass1-0/+6
2020-10-29binman: Store the original data before compressionSimon Glass1-1/+6
2020-10-29binman: Expand docs and test for alignmentSimon Glass1-2/+4
2020-10-29binman: Expand docs and test for paddingSimon Glass1-3/+8
2020-10-29binman: Move CompressData() into Entry base classSimon Glass1-0/+17
2020-09-22binman: Support help messages for missing blobsSimon Glass1-0/+9
2020-09-22binman: Move 'external' support into base classSimon Glass1-0/+14
2020-09-22tools: Drop unnecessary use of __file__Simon Glass1-2/+0
2020-07-25binman: Detect when valid images are not producedSimon Glass1-0/+12
2020-07-25binman: Allow external binaries to be missingSimon Glass1-0/+9
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-21/+0
2020-07-20binman: Detect when valid images are not producedSimon Glass1-0/+12
2020-07-20binman: Allow external binaries to be missingSimon Glass1-0/+9
2020-04-26patman: Move to absolute importsSimon Glass1-2/+2
2020-04-26binman: Move to absolute importsSimon Glass1-11/+5
2020-04-26patman: Drop references to __future__Simon Glass1-2/+0
2019-11-05binman: Remember the pre-reset entry sizeSimon Glass1-1/+8
2019-11-05pylibfdt: Convert to Python 3Simon Glass1-14/+2
2019-10-15binman: Allow use of help and entry-docs without libfdtSimon Glass1-1/+4
2019-10-08binman: Handle reading data for end-at-4gb sectionsSimon Glass1-2/+4
2019-10-08binman: Add a base implementation of Entry.ReadChildData()Simon Glass1-0/+16
2019-07-29binman: Update Entry.WriteData() to handle special sectionsSimon Glass1-1/+20
2019-07-29binman: Update Entry.ReadEntry() to work through classesSimon Glass1-5/+2
2019-07-29binman: Support shrinking a entry after packingSimon Glass1-9/+19
2019-07-29binman: Add more tests for image header positionSimon Glass1-0/+15
2019-07-29binman: Add info to allow safely repacking an image laterSimon Glass1-2/+16
2019-07-29binman: Support updating entries in an existing imageSimon Glass1-0/+23
2019-07-29binman: Add a function to obtain the image for an EntrySimon Glass1-0/+8
2019-07-29binman: Adjust Entry to read the node in a separate callSimon Glass1-3/+3