Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-24 | binman: Allow listing the entries in an image | Simon Glass | |
It is useful to be able to summarise all the entries in an image, e.g. to display this to this user. Add a new ListEntries() method to Entry, and set up a way to call it through the Image class. Signed-off-by: Simon Glass <sjg@chromium.org> |