binman: Allow listing the entries in an image
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 20:25:43 +0000 (14:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 19:54:08 +0000 (12:54 -0700)
commit41b8ba090ced0bb54733dc3dd32e945e7e332801
treeba39478dfacd366f90de71001734414e5efc627f
parent8a1ad068deef6228fd501992bdb347ecad9da067
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>
tools/binman/bsection.py
tools/binman/entry.py
tools/binman/etype/cbfs.py
tools/binman/etype/section.py
tools/binman/ftest.py
tools/binman/image.py
tools/binman/test/127_list.dts [new file with mode: 0644]