]> git.sur5r.net Git - u-boot/commit
binman: Add support for outputing a map file
authorSimon Glass <sjg@chromium.org>
Fri, 1 Jun 2018 15:38:20 +0000 (09:38 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 7 Jun 2018 19:25:08 +0000 (11:25 -0800)
commit3b0c3821d6401106cc873a6c27a8ee31a8d466a4
tree6cbc5ada5ea4b901002c756635b077767c27268c
parent7ae5f315b34454d1a993e7e96e94d26da6e28e6c
binman: Add support for outputing a map file

It is useful to be able to see a list of regions in each image produced by
binman. Add a -m option to output this information in a '.map' file
alongside the image file.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README
tools/binman/bsection.py
tools/binman/cmdline.py
tools/binman/control.py
tools/binman/entry.py
tools/binman/etype/section.py
tools/binman/ftest.py
tools/binman/image.py