binman: Support listing an image
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 20:25:48 +0000 (14:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 19:54:08 +0000 (12:54 -0700)
commit61f564d15f35e5f5600ed639201b257efa09d1f1
tree45ecd8e523ade0dbd6ecf1c1e03e7beb36dcaed5
parent8beb11ea6e09726996350a21bedba110f234d983
binman: Support listing an image

Add support for listing the entries in an image. This relies on the image
having an FDT map.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README
tools/binman/cmdline.py
tools/binman/control.py
tools/binman/ftest.py
tools/binman/image.py
tools/binman/test/130_list_fdtmap.dts [new file with mode: 0644]