commit | 6b156f83467a76cd6aa1ed687eae7eba4b63b7bd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 08 14:25:43 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 24 12:54:08 2019 -0700 |
tree | ba39478dfacd366f90de71001734414e5efc627f | |
parent | 3c9b4f2c51d0ebfff03a6e1254f5ef4c0f5db74f [diff] |
binman: Allow listing the entries in an image 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>