summaryrefslogtreecommitdiff
path: root/tools/binman/entry.py
AgeCommit message (Expand)Author
2021-03-27binman: Support default alignment for sectionsSimon Glass
2021-03-27binman: Support obtaining section contents immediatelySimon Glass
2021-03-27binman: Add support for a collection of entriesSimon Glass
2021-03-27binman: Allow disabling expanding an entrySimon Glass
2021-03-26binman: Allow using an an 'expanded' entry typeSimon Glass
2021-03-26binman: Move the comment for GetFdts() to the base classSimon Glass
2021-03-26binman: Document ExpandEntries() in the base classSimon Glass
2021-01-30binman: Support reading an image with entry argsSimon Glass
2020-11-05binman: Correct calculation for image-posSimon Glass
2020-11-05binman: Update intel_ifwi to store padded sectionSimon Glass
2020-10-29binman: Drop Entry.CheckOffset()Simon Glass
2020-10-29binman: Avoid reporting image-pos with compressionSimon Glass
2020-10-29binman: Set section contents in GetData()Simon Glass
2020-10-29binman: Store the original data before compressionSimon Glass
2020-10-29binman: Expand docs and test for alignmentSimon Glass
2020-10-29binman: Expand docs and test for paddingSimon Glass
2020-10-29binman: Move CompressData() into Entry base classSimon Glass
2020-09-22binman: Support help messages for missing blobsSimon Glass
2020-09-22binman: Move 'external' support into base classSimon Glass
2020-09-22tools: Drop unnecessary use of __file__Simon Glass
2020-07-25binman: Detect when valid images are not producedSimon Glass
2020-07-25binman: Allow external binaries to be missingSimon Glass
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20binman: Detect when valid images are not producedSimon Glass
2020-07-20binman: Allow external binaries to be missingSimon Glass
2020-04-26patman: Move to absolute importsSimon Glass
2020-04-26binman: Move to absolute importsSimon Glass
2020-04-26patman: Drop references to __future__Simon Glass
2019-11-04binman: Remember the pre-reset entry sizeSimon Glass
2019-11-04pylibfdt: Convert to Python 3Simon Glass
2019-10-15binman: Allow use of help and entry-docs without libfdtSimon Glass
2019-10-08binman: Handle reading data for end-at-4gb sectionsSimon Glass
2019-10-08binman: Add a base implementation of Entry.ReadChildData()Simon 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: Support shrinking a entry after packingSimon 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: Support updating entries in an existing imageSimon 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: 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 GetFdt() to be keyed by etypeSimon Glass
2019-07-29binman: Convert GetFdtSet() to use a dictSimon Glass
2019-07-29binman: Move GetFdtSet() into blob_dtbSimon Glass
2019-07-24binman: Allow reading an entry from an imageSimon Glass
2019-07-24binman: Allow for logging information to be displayedSimon Glass
2019-07-24binman: Convert Image to a subclass of EntrySimon Glass
2019-07-24binman: Support reading an image into an Image objectSimon Glass