Re: [U-Boot] [PATCH v2 21/31] binman: Allow listing the entries in an image

2019-07-17 Thread sjg
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 --- Changes in v2: - Add the Entry object to EntryInfo as well - Change

[U-Boot] [PATCH v2 21/31] binman: Allow listing the entries in an image

2019-07-08 Thread 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 --- Changes in v2: - Add the Entry object to EntryInfo as well - Change