summaryrefslogtreecommitdiffstats
path: root/tools/binman/entry.py
Commit message (Expand)AuthorAgeFilesLines
* binman: Support default alignment for sectionsSimon Glass2021-03-271-0/+2
* binman: Support obtaining section contents immediatelySimon Glass2021-03-271-1/+5
* binman: Add support for a collection of entriesSimon Glass2021-03-271-0/+5
* binman: Allow disabling expanding an entrySimon Glass2021-03-271-1/+2
* binman: Allow using an an 'expanded' entry typeSimon Glass2021-03-261-9/+51
* binman: Move the comment for GetFdts() to the base classSimon Glass2021-03-261-1/+1
* binman: Document ExpandEntries() in the base classSimon Glass2021-03-261-0/+11
* binman: Support reading an image with entry argsSimon Glass2021-01-301-2/+1
* binman: Correct calculation for image-posSimon Glass2020-11-051-1/+1
* binman: Update intel_ifwi to store padded sectionSimon Glass2020-11-051-0/+16
* binman: Drop Entry.CheckOffset()Simon Glass2020-10-291-1/+1
* binman: Avoid reporting image-pos with compressionSimon Glass2020-10-291-4/+14
* binman: Set section contents in GetData()Simon Glass2020-10-291-0/+6
* binman: Store the original data before compressionSimon Glass2020-10-291-1/+6
* binman: Expand docs and test for alignmentSimon Glass2020-10-291-2/+4
* binman: Expand docs and test for paddingSimon Glass2020-10-291-3/+8
* binman: Move CompressData() into Entry base classSimon Glass2020-10-291-0/+17
* binman: Support help messages for missing blobsSimon Glass2020-09-221-0/+9
* binman: Move 'external' support into base classSimon Glass2020-09-221-0/+14
* tools: Drop unnecessary use of __file__Simon Glass2020-09-221-2/+0
* binman: Detect when valid images are not producedSimon Glass2020-07-251-0/+12
* binman: Allow external binaries to be missingSimon Glass2020-07-251-0/+9
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-21/+0
* binman: Detect when valid images are not producedSimon Glass2020-07-201-0/+12
* binman: Allow external binaries to be missingSimon Glass2020-07-201-0/+9
* patman: Move to absolute importsSimon Glass2020-04-261-2/+2
* binman: Move to absolute importsSimon Glass2020-04-261-11/+5
* patman: Drop references to __future__Simon Glass2020-04-261-2/+0
* binman: Remember the pre-reset entry sizeSimon Glass2019-11-041-1/+8
* pylibfdt: Convert to Python 3Simon Glass2019-11-041-14/+2
* binman: Allow use of help and entry-docs without libfdtSimon Glass2019-10-151-1/+4
* binman: Handle reading data for end-at-4gb sectionsSimon Glass2019-10-081-2/+4
* binman: Add a base implementation of Entry.ReadChildData()Simon Glass2019-10-081-0/+16
* binman: Update Entry.WriteData() to handle special sectionsSimon Glass2019-07-291-1/+20
* binman: Update Entry.ReadEntry() to work through classesSimon Glass2019-07-291-5/+2
* binman: Support shrinking a entry after packingSimon Glass2019-07-291-9/+19
* binman: Add more tests for image header positionSimon Glass2019-07-291-0/+15
* binman: Add info to allow safely repacking an image laterSimon Glass2019-07-291-2/+16
* binman: Support updating entries in an existing imageSimon Glass2019-07-291-0/+23
* binman: Add a function to obtain the image for an EntrySimon Glass2019-07-291-0/+8
* binman: Adjust Entry to read the node in a separate callSimon Glass2019-07-291-3/+3
* 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-291-2/+18
* binman: Adjust GetFdt() to be keyed by etypeSimon Glass2019-07-291-1/+3
* binman: Convert GetFdtSet() to use a dictSimon Glass2019-07-291-5/+7
* binman: Move GetFdtSet() into blob_dtbSimon Glass2019-07-291-5/+0
* binman: Allow reading an entry from an imageSimon Glass2019-07-241-0/+21
* binman: Allow for logging information to be displayedSimon Glass2019-07-241-1/+2
* binman: Convert Image to a subclass of EntrySimon Glass2019-07-241-4/+4
* binman: Support reading an image into an Image objectSimon Glass2019-07-241-0/+5